Page 1 of 1

Cartwall midi control commands

Posted: 30 May 2015 12:26
by andre
Hi Bernd, i have a question,

i like to select certain carts with my midi controller and than play all selected carts one after another.
I think it can be done with the command CW1_PLAY_CART.
Parameter: cartid .....
Can you tell me how to do this ?


Greetings, Andre.

Re: Cartwall midi control commands

Posted: 30 May 2015 12:35
by radio42
The command to select one or multiple carts is: CW1_SELECT_CART it takes as a parameter the cart ids to select:.
E.g.:
CW1_SELECT_CART 1
CW1_SELECT_CART 1,3,7

Alternatively you can also use CW1_SELECT_CART_1, CW1_SELECT_CART_2 etc.
To deselect them use e.g. CW1_DESELECT_ALL.

To play them one after the other use CW1_PLAY_ALLSELECTED_ONEBYONE

For more info, take a look to the User Manual, in the Appendix you find all control-commands.

Re: Cartwall midi control commands

Posted: 30 May 2015 12:43
by andre
Bernd, thank you it's easy ;)

Greetings, Andre.