mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
tweaks
This commit is contained in:
parent
a4f70c9a61
commit
5ccbcd7218
7 changed files with 23 additions and 16 deletions
|
|
@ -60,3 +60,12 @@ void WavetableAudioProcessorEditor::resized()
|
|||
editor.setBounds (rc);
|
||||
patchBrowser.setBounds (rc);
|
||||
}
|
||||
|
||||
void WavetableAudioProcessorEditor::addMenuItems (juce::PopupMenu& m)
|
||||
{
|
||||
m.addSeparator();
|
||||
m.addItem ("MPE", true, vaProc.globalParams.mpe->getUserValueBool(), [this]
|
||||
{
|
||||
vaProc.globalParams.mpe->setUserValue (vaProc.globalParams.mpe->getUserValueBool() ? 0.0f : 1.0f);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue