Hello MD's!
I am trying to recreate the transport controls for a hardware audio looper via midi. Standard stop, play, record functions. I have a supercontrol, to toggle play/stop buttons working just fine but what i can't figure out is how to get the record button when toggled on to turn on the play button as well, (and turning off the stop button,) then on second press of the record button, no action on the play as it still is playing but no longer recording. Also if record button is on, (as is the play button,) pressing stop turns off record button, (as well as turning off play, its peer subcontrol.) Make sense?
On top of this, there are 4 separate tracks, each with their own play/stop buttons. So when I press Play or Stop on the main transport, I need the 4 track play/stop buttons to mimic their state. pressing play on the main transport, switches all track play buttons on, same goes for stop.
Thanks for any help!