azslow3
@chuckebaby. Technically possible to implement. Sonar ACT (as API) has "locking" physical strip to current, so future WAI movements not affect it. That was "hacked in" for VS700.
But taking Sonar future into account, I am not going to advance my Mackie version. Planed new Mackie preset for AZ Controller is also frozen
@msmcleaod. MackieControl2 was to allow 2 completely independent chains of MCU+XT to be used in Sonar (so controlling different WAIs, plug-ins, etc).
I had no real Mackie unit. TouchDAW emulator is not selecting channel on fader movement (without "Select on touch" option). Is your code on github?
I've just given it a go with TouchDAW, and it's behaving as expected for me.
The only options I've got selected are:
- Select highlights track
- Double-click to select
So this means:
- Moving or touching faders doesn't change the selected track
- Double-clicking the "select" button (or Edit button as TouchDAW calls it) changes the selected track
... which is exactly the behaviour I wanted.
I didn't bother putting anything on github, as the code changes were pretty small and I was hoping the bakers would just incorporate it into their master - I just emailed them the code changes.
All my code does is "swallow" the first track select message. If it receives an identical track select message, it reacts to it, otherwise it throws it away.
This has the effect of ignoring the automatic track select sent by the controller when touching or moving a fader, but clicking the select button twice gets through.
Mark.