Cartwall midi control commands

You have a question or need an advice about how to do something? Ask it here!
Post Reply
andre
Posts: 42
Joined: 11 Apr 2012 18:28
Cartwall midi control commands

Post 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.
User avatar
radio42
Site Admin
Posts: 9139
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Cartwall midi control commands

Post 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.
andre
Posts: 42
Joined: 11 Apr 2012 18:28
Re: Cartwall midi control commands

Post by andre »

Bernd, thank you it's easy ;)

Greetings, Andre.

Post Reply