AbletonOSC
AbletonOSC copied to clipboard
Methods for switching between session, arrangement, device and clip view
hi, is it possible to add api calls for these:
- open arrange view
- open session view
- show device view
- show clip view unfortunately these seem to be tied together, i.e. tab will do arrange or session. and shift-tab will do device or clip. but i'd prefer to separate them so can call device-view at will, or session-view at will.
I've just had a quick look at the docs. Not exactly sure how this is achieved but I suspect using Live.Application.Application.View.focused_document_viewProperty.
This won't be a priority for me right now I'm afraid, as I have a big backlog of other issues and only have limited time to work on the project, but I always welcome code submissions!
i tried to figure this out myself but so far i can't make any sense of pythonosc + abletonosc and the different handlers and live.py clip.py and run-console.py but let's see if there's some way of o1-previewing it up