mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Remove dithers
This commit is contained in:
parent
862419f88f
commit
a376041ab8
14 changed files with 356 additions and 78 deletions
|
|
@ -78,6 +78,9 @@ void WavetableAudioProcessorEditor::addMenuItems (juce::PopupMenu& m)
|
|||
m.addItem ("MPE", true, wtProc.globalParams.mpe->getUserValueBool(), [this]
|
||||
{
|
||||
wtProc.globalParams.mpe->setUserValue (wtProc.globalParams.mpe->getUserValueBool() ? 0.0f : 1.0f);
|
||||
|
||||
if (auto props = wtProc.getSettings())
|
||||
props->setValue ("mpe", wtProc.globalParams.mpe->getUserValueBool());
|
||||
});
|
||||
|
||||
auto setSize = [this] (float scale)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue