HISE crashing... granted I'm a newbie... but check this out...
-
the combo box callbacks are working fine... I'm wrapping the value in 'parseInt(value)' just to remove the '.0' to for concatenation in the string to load the file...
the 'loadUserPreset(value+1);' call is just to test the first preset (and works fine)... but when I enable the 'loadUserPreset(value);' in the onpresetsControl (call back) function and complie... I crash everytime... I hope I made sense... been trying to figure this out for awhile and thought I would ask for help...
https://www.youtube.com/watch?v=DuthfmvhMts -
@Felix10870 Does the onpresetscontrol ComboBox have SaveInPreset enabled? It could be trying to restore its own value which might cause a crash like that
-
@iamlamprey Thank you... did the trick... I tried everything I could think of in the script... and it comes down to a component param... I have an long way to go...