AbletonOSC icon indicating copy to clipboard operation
AbletonOSC copied to clipboard

Methods for switching between session, arrangement, device and clip view

Open esaruoho opened this issue 2 years ago • 2 comments

hi, is it possible to add api calls for these:

  1. open arrange view
  2. open session view
  3. show device view
  4. 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.

esaruoho avatar Jul 25 '23 20:07 esaruoho

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!

ideoforms avatar Jul 25 '23 21:07 ideoforms

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

esaruoho avatar Sep 29 '24 08:09 esaruoho