You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know, but one thought on your first problem.
The "changed" function in the "Is playing" param is trying to turn the note off by calling noteOff which updates newEvents.
But is all this in scope from within the param code?
I presume it stops, because is_playing is successfully changed within that handler. But is_playing is declared as local within the plugin. OTOH, newEvents is just created inside plugin.processBlock ... I wonder what its scope is and if it's visible within the "Is playing" parameter's "changed" method (which might be running in a different thread)
I modified your atonal MIDI generator to generate some EBM riffs. It somewhat works, but I ran into some some issues:
See ebmgen.lua
The text was updated successfully, but these errors were encountered: