Separate names with a comma.
Say this is my code: on init declare const $MAX_FOO := 8 declare %foo[$MAX_FOO] := (0) declare polyphonic $looping declare...
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...
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...
Bug? [IMG]
Is this possible? For example, Reaper has a "Send all notes off to all MIDI outputs/plug-ins" action, which will trigger the release callback in...
Is it possible to use an internal modulator to modulate a knob (variable) that doesn't exist under the hood? For example, say I have a while loop...
How can I create two simultaneous while loops in the NCB (e.g., two threads)? Basically, when a key is pressed, my NCB ignores the event and...
I'm having trouble placing ui_panels. Here is my code: on init set_ui_height(10) declare ui_panel $test_panel...
EDIT: Okay I guess this is what on persistence_changed is for... Is it not possible to call a user-defined function from on init? Basically, I...
So basically in kontakt's wave editor, you have the start/end markers, and you have loop regions. What I want is for the start/end markers to...