Hey folks,
I spent some time with my MIDI Organizer script (see this post) today and resolved one of my key bothers: until now, I had to set my organ sound, then copy the settings drawbar by drawbar to the Organizer plugin, then do the same for the alternative drawbar state. To resolve this, I added a part to the script that listens to incoming drawbar MIDI message and stores them internally. Also, I added (for lack of real “buttons” in ReaJS) a little dropdown at the bottom of the sliders that lets you select where you want to store the current state of the drawbars - the 1st or the 2nd set of sliders:
As soon as you select and release the dropdown, the drawbar settings last received will be copied to the respective slider set (and the dropdown resets to “None”).
In my “Organ Solo” rack, I’ve created a set of bindings that send all changes to the drawbars to the Organizer (ReaJS) plugin:
this way, any change to the drawbars, be it through manual operation or state changes, gets sent to the Organizer plugin (invisibly). Now I just need to select the set of sliders I want, and - presto! - sliders are updated to reflect the current state of the drawbars.
The bindings above work for the upper set of drawbars (which is what I usually use for drawbar morphing exercises); if you want to do the same for the lower drawbars, use the Organizer 2L script and send CC 21 thru 29.
Here are the updated scripts:
Organizer 2.zip (1.9 KB)
Have fun!
Cheers,
Torsten