Page 1 of 1
Sending mutiple CC´s to same midi channel at once not workin
Posted: 08 Dec 2017 21:24
by Bonobo
Sending multiple CC´s to the same channel at once doesnt seem to work.
Code: Select all
ctlout(0,80,0,2); // CC80 with 0 // off
ctlout(0,81,64,2); // CC81 with 64 // on
ctlout(0,82,0,2); // CC82 with 0 // off
ctlout(0,83,64,2); // CC83 with 64 // on
Is there any trick or workaround to this ?
Thanks a lot !
Re: Sending mutiple CC´s to same midi channel at once not wo
Posted: 18 Dec 2017 02:01
by Macciza
Works here, on iPhone...
Where is the script and how is it activated? Are targets sets properly etc?
Cheers
Re: Sending mutiple CC´s to same midi channel at once not wo
Posted: 21 Dec 2017 11:55
by Bonobo
Thanks I found out it depends on the receiving device really.
Apparently the input-buffer (or something) on some devices is too small to accept multiple CC´s in quick succession.
Devices in question are:
Glab 4ML Midi Looper (
http://www.glab.com.pl/index.php/en/pro ... x-loop-m4l)
Source Audio Parametric EQ (
http://www.sourceaudio.net/products/too ... ble_eq.php)
Not sure if anything can be done about this.
Thanks again !
Re: Sending mutiple CC´s to same midi channel at once not wo
Posted: 24 Dec 2017 04:27
by Macciza
There are various ways to stagger and delay the messages using scripts
There should be examples around the forum to find...
cheers