Sending mutiple CC´s to same midi channel at once not workin

Discuss problems and solutions.
Post Reply
Bonobo
Newbie
Posts:8
Joined:18 Sep 2017 16:15
Sending mutiple CC´s to same midi channel at once not workin

Post by Bonobo » 08 Dec 2017 21:24

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 !

Macciza
Regular
Posts:1325
Joined:07 Dec 2011 04:57
Location:Sydney, Australia.

Re: Sending mutiple CC´s to same midi channel at once not wo

Post by Macciza » 18 Dec 2017 02:01

Works here, on iPhone...
Where is the script and how is it activated? Are targets sets properly etc?
Cheers
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]

Bonobo
Newbie
Posts:8
Joined:18 Sep 2017 16:15

Re: Sending mutiple CC´s to same midi channel at once not wo

Post by Bonobo » 21 Dec 2017 11:55

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 !

Macciza
Regular
Posts:1325
Joined:07 Dec 2011 04:57
Location:Sydney, Australia.

Re: Sending mutiple CC´s to same midi channel at once not wo

Post by Macciza » 24 Dec 2017 04:27

There are various ways to stagger and delay the messages using scripts
There should be examples around the forum to find...
cheers
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]

Post Reply