Search found 135 matches

by yannxou
Sun Sep 15, 2013 9:02 am
Forum: Max For Live
Topic: Fire multiple clips at once using LiveAPI
Replies: 5
Views: 1526

Re: Fire multiple clips at once using LiveAPI

Any hope for improvements in LiveAPI for the upcoming 9.1?
by yannxou
Wed Jul 03, 2013 3:19 pm
Forum: Max For Live
Topic: Fire multiple clips at once using LiveAPI
Replies: 5
Views: 1526

Re: Fire multiple clips at once using LiveAPI

You could start transport with an API call and afterwards trigger the clips sequentially. Then all clips will start in sync at the next quantization point. That would be a workaround but then clips would be recorded with a 1-bar offset (or the quantization setting) in relation to the other clips th...
by yannxou
Wed Jul 03, 2013 8:17 am
Forum: Max For Live
Topic: Fire multiple clips at once using LiveAPI
Replies: 5
Views: 1526

Re: Fire multiple clips at once using LiveAPI

workaround would be to not stop the transport, but stop the clips instead. then when you need to trigger the clips you trigger them sequentially, then set the transport to the beginning and you'll have the sync. mmh, thanks for your idea but cannot use in my case because I want to trigger the clips...
by yannxou
Tue Jul 02, 2013 9:01 pm
Forum: Max For Live
Topic: Fire multiple clips at once using LiveAPI
Replies: 5
Views: 1526

Fire multiple clips at once using LiveAPI

Is there a way to fire multiple clips at the same time using Javascript with the LiveAPI? I've tried firing some clips inside a 'for' iterator but sometimes they fire separately. For example, the following code: var api = new LiveAPI(); for (var i = 0; i < 5; i++) { api.path = "live_set tracks ...
by yannxou
Sun Feb 26, 2012 8:05 pm
Forum: Ableton Live
Topic: don't worry, dubstep is now officially dead
Replies: 111
Views: 23162

Re: don't worry, dubstep is now officially dead

In response to this post title... don't worry about dubstep, here's the next level:

http://www.youtube.com/watch?v=fxw1HTg2lhA&noredirect=1

:mrgreen:
by yannxou
Sun Oct 23, 2011 10:31 am
Forum: Feature Wishlist
Topic: Fully Support Lion Fullscreen
Replies: 5
Views: 1778

Re: Fully Support Lion Fullscreen

I totally agree that Lion's fullscreen mode sucks.. If you have multiple monitors probably you've noticed that the second monitor is totally useless while in fullscreen...
I hope Ableton stays with the old fullscreen mode until Apple resolves some concept issues there...
by yannxou
Sat Oct 08, 2011 10:34 am
Forum: Feature Wishlist
Topic: Clip management improvements
Replies: 1
Views: 771

Clip management improvements

Here are some features I'd like to see in future versions regarding clip management: 1. Option to Consolidate clips from the Session View (via right-click menu). 2. Option to export (render) multiple clips at once (via the File->Export menu or right-click menu) 3. Support for drag&drop clips to ...
by yannxou
Sun Apr 03, 2011 8:20 pm
Forum: Feature Wishlist
Topic: scrub to absolute song position
Replies: 4
Views: 1406

Re: scrub to absolute song position

8O Should I change the post title to 'scrub to absolute song position using LiveAPI'? :wink:
by yannxou
Fri Apr 01, 2011 9:37 am
Forum: Feature Wishlist
Topic: scrub to absolute song position
Replies: 4
Views: 1406

Re: scrub to absolute song position

What do you mean with the transport controls? According the Live Object Model there's no function like this: http://cycling74.com/docs/max5/refpages/m4l-ref/m4l_live_object_model.html I mean something like: live_set.song.scrub_to(absolute_position_in_beats) or live_set.song.scrub_to(absolute_positio...
by yannxou
Thu Mar 31, 2011 11:29 pm
Forum: Feature Wishlist
Topic: scrub to absolute song position
Replies: 4
Views: 1406

scrub to absolute song position

It would be great to have a 'scrub_to' function in the LiveAPI. Right now the 'live_set' only has a 'scrub_by' function which takes a time relative to the current position. I miss a function like 'scrub_to' that allows to jump to an absolute song position while playing without losing the tempo, just...
by yannxou
Mon Dec 13, 2010 7:13 pm
Forum: Feature Wishlist
Topic: New Live GUI
Replies: 64
Views: 12025

Re: New Live GUI

If Live provides a proper and full API (not Max4Live) then other people could really start writing innovative GUIs....
by yannxou
Sat Nov 20, 2010 4:46 pm
Forum: Max For Live
Topic: Is there a way to differentiate sub-tracks from tracks?
Replies: 5
Views: 1593

Re: Is there a way to differentiate sub-tracks from tracks?

On subtracks, shouldn't the 'canonical_parent' property return the Group track it belongs? Now the 'canonical_parent' returns the 'live_set' when called on any track (grouped or not).

I don't know what implications could have but something like this would do the job...
by yannxou
Sun Nov 07, 2010 1:34 am
Forum: Max For Live
Topic: Renoise is now more scriptable than Live
Replies: 5
Views: 1392

Re: Renoise is now more scriptable than Live

Maxforlive is unique when it comes to create instruments or effects. But I was refering to the possibility of scripting any Live command or function too. For instance, right now it's impossible with maxforlive neither with python to create or delete a track, insert a new device on a certain track, l...
by yannxou
Fri Nov 05, 2010 12:48 pm
Forum: Max For Live
Topic: Renoise is now more scriptable than Live
Replies: 5
Views: 1392

Renoise is now more scriptable than Live

Renoise has reached version 2.6 and it seems to have full scriptable control:
http://code.google.com/p/xrnx/

Please Ableton, learn from this. Extend and document your API!

PD: I mean the Python API, not MaxForLive (maybe I should have posted somewhere else)...
by yannxou
Mon Oct 25, 2010 7:38 am
Forum: Users' Help Exchange - closed
Topic: Live 8.2.1: REX Files on removable media get lost
Replies: 2
Views: 821

Re: Live 8.2.1: REX Files on removable media get lost

Ejecting a drive without first saving the set is likely to do with this any application running on a Mac; make sure you have everything saved before you eject a drive. It's also a good idea to close Live before ejecting a drive. If you want to make sure that the set contains all clips in its save, ...