Cartwall midi control commands
Cartwall midi control commands
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.
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
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.
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.
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
Re: Cartwall midi control commands
Bernd, thank you it's easy
Greetings, Andre.
Greetings, Andre.