[bug] Illegal operation, array resizing, but I'm not...
-
@Lindon Just to confirm, you hold down 1 or more notes and no error. Then you hold down 4 notes and no error? Do you have the audio thread guard enabled?
-
@d-healey Can confirm. Whatever reservation I make, always after the remove method knocks it down below 4, another push call triggers the ATG.
using
notes.insert(notes.length, n);
instead of push in your on note callback bypasses the issue, but the bug still remains -
@aaronventure Ah thanks for the workaround, and confirming the issue
-
@d-healey said in [bug] Illegal operation, array resizing, but I'm not...:
@Lindon Do you have the audio thread guard enabled?
I probably dont - given I have no idea how to do that... -
@Lindon HISE Preferences checkbox
-
@d-healey said in [bug] Illegal operation, array resizing, but I'm not...:
@Lindon HISE Preferences checkbox
Hmm, well it seems I have that turned on.....so that aint it.
-
@Lindon Are you using the latest develop branch?
-
@d-healey said in [bug] Illegal operation, array resizing, but I'm not...:
@Lindon Are you using the latest develop branch?
Im sure I'm not - Im in the middle of a big build....so no updates for me...
-
@d-healey I think the ATG needs to be enabled in the Projucer, no?
-
@aaronventure You might be right, but in that case it must be default because I haven't changed it on my system.