ignore event errors in on note on CB
-
hmm - big problems I think, I'm getting this every time I play a note:
onNoteOn() - Line 3, column 21: Call of ignoreEvent() outside of midi event callback
so for some reason its decided the on note callback isnt a midi event callback...or am I being dumb?
-
@Lindon Deferred script?
-
@d-healey -- er maybe.. hang on...
-
@Lindon grrrr
Synth.deferCallbacks(true);
but...hmm, its making no difference if its deferred or not....
-
@Lindon - yep still broken.
-
@Lindon You probably need to set it to false, hit F5, save and then restart HISE.
-
@d-healey - yeah that fixed thanks - what a dumb a**......