Fixed table selection

This commit is contained in:
Roland Rabien 2023-08-31 14:45:48 -07:00
commit b9b0645f50
2 changed files with 14 additions and 3 deletions

View file

@ -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();
});