-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solo in exclusive state #122
Comments
I did some investigating and what I found is that the set solo exclusive mode option is a read only option. |
I just checked this and @CoryWBoris is spot on - from the Live API docs on
So currently, you would need to manually set I am trying to keep the AbletonOSC API as aligned with the Live API as possible, for consistency and predictability. However, exclusive solo is quite a common and desirable action, and would currently require the AbletonOSC client to either (i) keep track of the solo state of each track, and unsolo each solo'd track when exclusive_solo is required, which requires some stateful logic that might not be possible in some client environments (thinking about TouchOSC); or (ii) simply do a brute-force unsolo of every track, which would require a lot of OSC transactions for large sets. So I think there is some justification in implementing a novel @zbynekdrlik What client software are you using to interact with AbletonOSC? |
Hi, we are using touchosc. I already thought to add clear-solo button which go through all tracks and switch solo off. But as solo could be also on sends and master I am not able to this as I think this support is still not added. Our project has more then 200tracks so it will be very expensive call on touchosc side. |
Hi, is there any possibility to set solo on track in exclusive mode - disable all other solos?
The text was updated successfully, but these errors were encountered: