stufisher / LiveOSC2

New version of LiveOSC for Live 9
99 stars 31 forks source link

Jump to specific cuepoint #9

Closed burkholderm closed 7 years ago

burkholderm commented 7 years ago

I would like to be able to jump to a specific cuepoint in the arrangement view and get the name of that cuepoint, but don't know how to achieve it. In the LiveAPI documentation I found "Live.Song.CuePoint.jump()" and "Live.Song.CuePoint.name", which looks like what I want to do. Can you add those commands or how can I add them?

http://julienbayle.net/PythonLiveAPI_documentation/Live9.6.xml

Thanks!

ccerrillos commented 7 years ago

Added in #10 :D

burkholderm commented 7 years ago

Thanks for adding this! I have tested it and it works.