mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Try and make delay less zippery
This commit is contained in:
parent
a2f1eb82e4
commit
c6f9f7d1a5
4 changed files with 23 additions and 8 deletions
|
|
@ -15,7 +15,10 @@ WavetableAudioProcessorEditor::WavetableAudioProcessorEditor (WavetableAudioProc
|
|||
addAndMakeVisible (editor);
|
||||
addAndMakeVisible (scope);
|
||||
|
||||
usage.panic.onClick = [this] { wtProc.presetLoaded = true; };
|
||||
usage.panic.onClick = [this]
|
||||
{
|
||||
wtProc.presetLoaded = true;
|
||||
};
|
||||
addAndMakeVisible (usage);
|
||||
|
||||
usage.setBounds (45, 12, 150, 16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue