Search found 259 matches

by ST8
Wed Aug 10, 2011 9:47 am
Forum: Max For Live
Topic: Kapture v2.0.1 is out!
Replies: 5
Views: 1420

Re: Kapture v2.0.1 is out!

How many tracks in your set?
by ST8
Thu Jul 21, 2011 2:58 pm
Forum: Ableton Live
Topic: change stuff in Live´s piano roll with M4L ?
Replies: 4
Views: 865

Re: change stuff in Live´s piano roll with M4L ?

If you have the note data, you can always build your own piano roll in m4l and have it as a popup window, a bit more involved though!
by ST8
Thu Jul 21, 2011 11:24 am
Forum: Ableton Live
Topic: change stuff in Live´s piano roll with M4L ?
Replies: 4
Views: 865

Re: change stuff in Live´s piano roll with M4L ?

Some of its possible. You cant actually change the gui in any way. But you can access all note data and edit it. So you could reverse the notes with m4l, and duplicate the clip with half of it reversed for ping pong type playback.
by ST8
Fri Jul 01, 2011 9:03 am
Forum: Ableton Live
Topic: Touchosc + iPad + ableton 8.1.1 + windows 7 need help!
Replies: 10
Views: 3453

Re: Touchosc + iPad + ableton 8.1.1 + windows 7 need help!

For the keyboard and drum pads you need a virtual midi port installed (on windows at least). http://liine.net/livecontrol/livecontrol/installation/ "3. LiveControl will detect any devices attached to your network. Select a MIDI port you would like to use for MIDI input. On windows, install MIDI...
by ST8
Fri Jun 03, 2011 5:25 pm
Forum: Max For Live
Topic: enumerating chains in javascript
Replies: 4
Views: 959

Re: enumerating chains in javascript

Thats a great idea barstu. In python thats how it works, for example tracks returns a tuple of track objects. Would be much simpler in m4l if we could prototype each of the arrays to return the actual objects
by ST8
Tue May 31, 2011 11:41 am
Forum: Max For Live
Topic: enumerating chains in javascript
Replies: 4
Views: 959

Re: enumerating chains in javascript

Yep i do the same thing in kapture. Get the number of chains from the api with getcount, then iterate through each one.
by ST8
Sat Apr 23, 2011 9:02 am
Forum: Max For Live
Topic: Momentary disengage of Kapture possible with footpedal?
Replies: 12
Views: 1633

Re: Momentary disengage of Kapture possible with footpedal?

you want to gate just before the deferlow, thats where the triggertrack loads come from. you dont want to gate the load_bank_string or kapture wont restore your bank on load!
by ST8
Sun Apr 10, 2011 4:10 pm
Forum: Max For Live
Topic: Kapture: The answer to having multiple sets for a gig
Replies: 12
Views: 2096

Re: Kapture: The answer to having multiple sets for a gig

the midi track should be named "Kapture Pad" not kapture :)
by ST8
Sun Mar 27, 2011 11:51 am
Forum: Max For Live
Topic: About the new note in Documentation: LiveAPI Object
Replies: 1
Views: 606

Re: About the new note in Documentation: LiveAPI Object

I think it just means you cant initiate them in the global scope as the liveapi object wont be ready at that time. Ive got no problem with a globally declared variable being initiated in a function triggered by live.thisdevice.
by ST8
Mon Mar 21, 2011 12:13 pm
Forum: Ableton Live
Topic: Live API
Replies: 9
Views: 2173

Re: Live API

I've got a few resources for the LiveAPI here too:
http://liine.net/livecontrol/ableton-liveapi/resources/

i need to commit the latest liveapi dump, not got round to that yet :)
by ST8
Thu Mar 17, 2011 9:40 am
Forum: Ableton Live
Topic: Liine iPad Ableton controllers: Griid In-App purchases
Replies: 180
Views: 44834

Re: Liine's iPad/iPhone Ableton controllers-new app: Kapture Pad

It does work with racks but you need to be running the live beta You're an API wizard :D Those speed improvements mentioned in the latest beta, are they noticeable in python projects too? The pyton api was always significantly quicker than m4l ;) It works pretty well, even with quite complex racks....
by ST8
Thu Mar 17, 2011 9:32 am
Forum: Ableton Live
Topic: Liine iPad Ableton controllers: Griid In-App purchases
Replies: 180
Views: 44834

Re: Liine's iPad/iPhone Ableton controllers-new app: Kapture Pad

I've been trying to figure out why kapture hasn't worked on some VSTs I have loaded and I finally figured out that it doesn't seem to kapture any devices within racks. This is really too bad. Is that live limitation? Otherwise it works great and is very easy to use. It does work with racks but you ...
by ST8
Tue Mar 15, 2011 5:26 pm
Forum: Ableton Live
Topic: Using BCR2000 as Control Surface (or not)
Replies: 11
Views: 2346

Re: Using BCR2000 as Control Surface (or not)

I understand setting a controller as control surface is important to report parameter changes back from software to controller, especially for relative control with the rotaries. This is wrong. For the bi-directional control, you need to enable the remote Input and Ouput in Live's preferences. You ...
by ST8
Thu Feb 03, 2011 2:53 pm
Forum: Max For Live
Topic: [sharing] yet another LFO [+ rack support!]
Replies: 9
Views: 1500

Re: [sharing] yet another LFO [+ rack support!]

Yup, each device now has a "chains" property. so for example: track 0 devices 0 chains 0 devices 0 then that device also has a chains property, etc, etc. enjoy writing recursive code for that ;) no idea why this isnt on the changelog for the latest beta, bjorn pointed me in the right direc...
by ST8
Wed Feb 02, 2011 8:56 pm
Forum: Max For Live
Topic: [sharing] yet another LFO [+ rack support!]
Replies: 9
Views: 1500

Re: [sharing] yet another LFO [+ rack support!]

Updated this, hopefully fixed the sync issues.