mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fixed table selection
This commit is contained in:
parent
a177988f97
commit
b9b0645f50
2 changed files with 14 additions and 3 deletions
|
|
@ -88,9 +88,15 @@ public:
|
|||
menus[prefix].addItem (t, [this, t]
|
||||
{
|
||||
if (idx == 0)
|
||||
{
|
||||
proc.userTable1.reset();
|
||||
proc.osc1Table = t;
|
||||
}
|
||||
else
|
||||
{
|
||||
proc.userTable2.reset();
|
||||
proc.osc2Table = t;
|
||||
}
|
||||
|
||||
proc.reloadWavetables();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue