Thanks for the response. I am actually lost here. Down I'll paste what the script did in mobius 2.5:
`
!name Toggle output 3
if outputport = 0
set outputport 2
message Output to Mixer
else
set outputport 0
message Output to Mobius Master
endif
`
I would assign the scope on the midi binding to group A, or group B, and whichever tracks I had already set by another binding to said group, would change it's output. and if I pressed it again, it woould toggle back to the main output. I do remember, as you can see, that the output ports started in 0, whereas in track setups they would start in 1. But once I figured that out, it was all good.
Now the problems that I am having is that I just tried these options that you wrote bound to a button, just for easyness of it, but I can't change the output whatsoever. I should state that I never ran Mobius as a plugin, it's always been standalone.
Now, the other problem that I have is I haven't been able to run any script in Mobius 3 (.all mos) when trying to bind them to a group. They work just fine when they are bound to specific tracks, but not groups. Which is weird becuase I HAVE been able to bind regular functions to groups. just not Scripts.
Clearly, there are lot of things that I am failing at, so, any help it's welcome ! 😅