Search found 6 matches

by macduff
Mon Apr 11, 2022 6:46 pm
Forum: Max For Live
Topic: move_warp_marker
Replies: 4
Views: 1782

Re: move_warp_marker

aha - thanks zsteinkamp - my mistake was putting the arguments to liveapi call method as an array, not separate values
by macduff
Sun Apr 10, 2022 7:40 pm
Forum: Max For Live
Topic: move_warp_marker
Replies: 4
Views: 1782

Re: move_warp_marker

Hi [jur] thanks for the suggestion. I tried using values which are ratios, but no joy. I also tried using values returned by clip.warp_values, but these don't work either. Also, warp_values doesn't return a dict as the LOM docs say, but an array with a JSON string. Time to contact support I think...
by macduff
Fri Apr 08, 2022 8:49 pm
Forum: Max For Live
Topic: move_warp_marker
Replies: 4
Views: 1782

move_warp_marker

Hi
I'm trying to use move_warp_marker from the Live Object Model, but without success. I'm doing this, for example, to move a warp marker at 2.1 (ie beat time = 4) by a distance of 1 beat:

var api=new LiveAPI(null,'live_set view highlighted_clip_slot clip')
api.call('move_warp_marker',[4,1])

I get ...
by macduff
Thu Jan 21, 2010 1:56 pm
Forum: Max For Live
Topic: I couldn't help myself...
Replies: 25
Views: 5802

Re: I couldn't help myself...

ok - thanks for the answer. yet another feature request for ableton/cycling - to have java wrapping of liveapi/lom

i'll make some kind of bridge to a js object then. it won't stop me being able to run most of my stuff in python, which is what counts. i'm very grateful for your code to be able to do ...
by macduff
Wed Jan 20, 2010 1:27 pm
Forum: Max For Live
Topic: I couldn't help myself...
Replies: 25
Views: 5802

Re: I couldn't help myself...

no, sorry, i mean the javascript LiveAPI object referred to here - http://forum.ableton.com/viewtopic.php? ... 2#p1013932

rephrasing my question - can you directly access m4l objects such as live.path from python running in your mxj/jython interpreter?
by macduff
Wed Jan 20, 2010 1:02 pm
Forum: Max For Live
Topic: I couldn't help myself...
Replies: 25
Views: 5802

Re: I couldn't help myself...

hi nick

are you accessing the liveapi from within your mxj/jython interpreter? i've understood how to use liveapi from js, but really want to do everything in python using your system

regards