Properly handle efx and rev/delay preset names. Tweak tests

This commit is contained in:
hirsch 2016-09-04 10:33:14 -04:00
parent 06ea5cc6de
commit a43240727f
3 changed files with 25 additions and 9 deletions

View file

@ -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.