Separate names with a comma.
Is this still true? The manual says the same thing but my testing suggests otherwise. For example, place this script in slot 1: on init...
I'm asking about polyphonic (per-voice).
For custom polyphonic modulators, is there any significant difference in efficiency (or any other advantages/disadvantages) between 1) doing a...
A little vague...
Awesome, thanks.
When you say sequentially, are you referring to the individual instructions or the whole callbacks? If you're saying the latter, then I have no...
I don't see how that would have any impact on the issue. Regardless whether $idx is polyphonic or not, "%foo[$i] := $EVENT_ID" is going to happen...
Say this is my code: on init declare const $MAX_FOO := 8 declare %foo[$MAX_FOO] := (0) declare polyphonic $looping declare...
Ah, I see. I realized that active voices is like a subset of active events, and that fade_out(..., ..., 1) specifically kills voices, not events....
I noticed in a project I'm working on that get_event_ids() is returning events that have already been killed with fade_out(..., ..., 1) -- so long...
Ohh okay, that makes sense. Thanks a bunch.
Yeah but I actually do want to view that MIDI script in the performance view when I click on my custom MIDI tab. But the custom tabs have to be...
Is it possible to process/generate incoming MIDI notes before the NCB, but still in the same script? I need each generated note to trigger the NCB...