q-depot / LiveOSC

this is an unofficial LiveOSC python script. documentation: http://livecontrol.q3f.org/ableton-liveapi/liveosc/
21 stars 9 forks source link

populating a whole midi clip ? #1

Open hems opened 8 years ago

hems commented 8 years ago

Hello i'm trying to figure out if there is a way of populating a midi clip notes with one call or even add envelopes or automation... etcs ?

hems commented 8 years ago

Another thing I'm wondering is if it would be the case of using Ableton Live Remote Scripts API directly instead of making a function on LiveOSC and then adding it to pyLive for instance... ?

Would i be able to run "one offs" from my terminal? When i try to run it some "one off" Remote Script from terminal i get "ImportError: No module named Live", so i think the script need to somehow run in "live context" ?

Thank you very much for your help!