Page 1 of 1
Posted: 09 Nov 2016, 17:43
by parityflux
I am wondering how to push out a bank message + program change message automatically when changing a preset manager preset. I'm sending the message out to a hardware synth (Korg M3).
This is what I have:
This works fine if I press the 'send' button, so the logic works. I want to be able to automate it via preset manager (not shown) and don't know how to fire these codes off on preset change.
-j
Posted: 09 Nov 2016, 19:12
by nay-seven
Link the recalling preset outlet of your preset manager module to the button send, will work
Posted: 09 Nov 2016, 19:27
by gurulogic
Alternatively, you can put a has changed module after fader vert (assuming it is saved in preset) and connect it to create on both midi modules. Also, in my experience you shouldn't need any wait modules but may be different in your case.
Posted: 09 Nov 2016, 19:38
by gurulogic
More accurately, this is how I do it

Posted: 09 Nov 2016, 20:53
by parityflux
Gurulogic & Nay,
You guys are great. Thank you!!! I ended up going the guru way with Has Changed. I tried Has Changed before, but I had it in the wrong spot. Also, I kept the Wait 1's, as it made me more confident. I wanted to be really sure they arrive in order. Also, Nay, I wanted to use the patch's preset mgr, so I didn't have access to the recalling outlet.
Best,
j