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...
Can you speak a little more to how this works? If you're saying an array is populated with all of the values of the envelope in the NCB and then...
Which part are you referring to? If you're talking about ~attack_grain, that's set by a ui_value_edit -- the "from script" mod intensity slider is...
Got it working now. Basically instead of setting the knob value with set_engine_par() and the mod value separately, I manually set the knob to the...
So "from script" is what I want but it behaves a little weird for knobs that scale non-linearly. When I use set_event_par_arr() to send a value of...
Wow.... thanks.
Is there no way to have a per-voice constant modulator? For example, if you make a "random bipolar" modulator that modulates a filter cutoff knob,...
Bug? [IMG]