View Single Post
Old 09-11-2016, 04:37 AM   #13
ijijn
Human being with feelings
 
ijijn's Avatar
 
Join Date: Apr 2012
Location: Christchurch, New Zealand
Posts: 482
Default

I haven't tried it in context, but I imagine you could insert the following line of code into @block to allow simple MIDI pass-through:

Code:
while (midirecv(offset, msg1, msg23)) (midisend(offset, msg1, msg23));
Hope that helps.
ijijn is offline   Reply With Quote