Properly handle efx and rev/delay preset names. Tweak tests
This commit is contained in:
parent
06ea5cc6de
commit
a43240727f
3 changed files with 25 additions and 9 deletions
|
|
@ -56,9 +56,11 @@ class Mustang {
|
|||
|
||||
// Synchronize access to preset names
|
||||
Condition<bool> preset_names_sync;
|
||||
char preset_names[100][33];
|
||||
|
||||
// Index to current preset
|
||||
// 0-99 = amp preset, 100-111 = mod preset, 112-123 = rev/delay preset
|
||||
char preset_names[124][33];
|
||||
|
||||
// Index to current amp preset
|
||||
unsigned curr_preset_idx;
|
||||
|
||||
// Manage access to each DSP data block and/or associated object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue