Robert Henke workshop video covering his live set & mono
-
heavensdaw
- Posts: 1825
- Joined: Fri Oct 12, 2007 12:01 pm
- Location: inbetween the inbetween
Thanks COSM and Robert.. A really fun and inspiring vid..
Robert are you coming to Spain? It would be great to be at one of your talks.
Best
Hd
Robert are you coming to Spain? It would be great to be at one of your talks.
Best
Hd
http://soundcloud.com/marcusvandell
http://soundcloud.com/acrossdigital
http://www.myspace.com/theinpsyda
'enjoy what you can while you can'
http://soundcloud.com/acrossdigital
http://www.myspace.com/theinpsyda
'enjoy what you can while you can'
Are you just naming stuff? Or have you actually made some progress in getting the API to communicate with Max?julienb wrote:It is easy to do that via telnet..
finally,I have little problems via OSC/udp from Max..
I'll swim yet in these concepts..
I'd like to build my own controller!!
I'm almost on this way !!
The Julien-o-Deck will be alive ! !![]()
![]()
![]()
(seriously,it would be (or could be) my final target)
I'm trying to get the skinny on the API from Ableton, but I guess we'll need to find a way to get Robert drunk enough to answer this thread.
you mean the info about how he uses the API or what the currently available API is?
if you mean the latter then you can grab the zip from the LiveAPI google code page there are API docs in there.
here, i just uploaded them to my server :
http://relivethefuture.com/code/live/apidocs/
thats pretty much it for what you can control at the moment (in terms of objects within a song, there is other stuff related to the environment like changing views, zooming and stuff..)
also OSC doesnt have to run over UDP, you can run it over TCP..or any transport protocol, but thats not the important aspect
if you mean the latter then you can grab the zip from the LiveAPI google code page there are API docs in there.
here, i just uploaded them to my server :
http://relivethefuture.com/code/live/apidocs/
thats pretty much it for what you can control at the moment (in terms of objects within a song, there is other stuff related to the environment like changing views, zooming and stuff..)
also OSC doesnt have to run over UDP, you can run it over TCP..or any transport protocol, but thats not the important aspect
On the Monolake site it says Jan Buchholz gets credit for doing something with the Live API and python. So there already is (sort of) an official Ableton method to get data from Live into Roberts Max patch.mdk wrote:you mean the info about how he uses the API or what the currently available API is?
if you mean the latter then you can grab the zip from the LiveAPI google code page there are API docs in there.
here, i just uploaded them to my server :
http://relivethefuture.com/code/live/apidocs/
thats pretty much it for what you can control at the moment (in terms of objects within a song, there is other stuff related to the environment like changing views, zooming and stuff..)
also OSC doesnt have to run over UDP, you can run it over TCP..or any transport protocol, but thats not the important aspect
I'm trying to find out what it is and if it can be used by any Live user.
I'm sudying things..hoffman2k wrote:Are you just naming stuff? Or have you actually made some progress in getting the API to communicate with Max?julienb wrote:It is easy to do that via telnet..
finally,I have little problems via OSC/udp from Max..
I'll swim yet in these concepts..
I'd like to build my own controller!!
I'm almost on this way !!
The Julien-o-Deck will be alive ! !![]()
![]()
![]()
(seriously,it would be (or could be) my final target)
I'm trying to get the skinny on the API from Ableton, but I guess we'll need to find a way to get Robert drunk enough to answer this thread.
I'll work on callbacks..
while I'm finishing these studies (communication between Live & Max via OSC over udp in my case) I'll have to finish to make my configuration Live set more mature.. I mean, I have some parts very clear, constant in my live sets, and other parts which change yet (master section, sends etc)
in the same time, I'll get information about MIDIbox, cables etc.
for the moment, I can fire clips from max, I can get some informations too. But I don't know if coding callbacks is necessary or not .. I mean, probably I missed something about that and I could use it if I was more attentive...
to be continued...
Julien Bayle
Art + Teaching/Consulting
Ableton Certified Trainer
Max Certified Trainer
Structure Void / Ableton Certified Training Center
Art + Teaching/Consulting
Ableton Certified Trainer
Max Certified Trainer
Structure Void / Ableton Certified Training Center
Is this using the windows API or are you doing this on OSX?julienb wrote:I'm sudying things..hoffman2k wrote:Are you just naming stuff? Or have you actually made some progress in getting the API to communicate with Max?julienb wrote:It is easy to do that via telnet..
finally,I have little problems via OSC/udp from Max..
I'll swim yet in these concepts..
I'd like to build my own controller!!
I'm almost on this way !!
The Julien-o-Deck will be alive ! !![]()
![]()
![]()
(seriously,it would be (or could be) my final target)
I'm trying to get the skinny on the API from Ableton, but I guess we'll need to find a way to get Robert drunk enough to answer this thread.
I'll work on callbacks..
while I'm finishing these studies (communication between Live & Max via OSC over udp in my case) I'll have to finish to make my configuration Live set more mature.. I mean, I have some parts very clear, constant in my live sets, and other parts which change yet (master section, sends etc)
in the same time, I'll get information about MIDIbox, cables etc.
for the moment, I can fire clips from max, I can get some informations too. But I don't know if coding callbacks is necessary or not .. I mean, probably I missed something about that and I could use it if I was more attentive...
to be continued...
my OS is windows XP
and I use the only way to communicate with backdoor of Live: Python
and I use the only way to communicate with backdoor of Live: Python
Julien Bayle
Art + Teaching/Consulting
Ableton Certified Trainer
Max Certified Trainer
Structure Void / Ableton Certified Training Center
Art + Teaching/Consulting
Ableton Certified Trainer
Max Certified Trainer
Structure Void / Ableton Certified Training Center
-
rbmonosylabik
- Posts: 2659
- Joined: Thu Mar 09, 2006 7:27 am
Only thing I know for sure is that no one needs a Vocoder...
http://www.youtube.com/watch?v=KOTZk0fD6Qs
http://www.youtube.com/watch?v=KOTZk0fD6Qs
-
dave dominey
- Posts: 514
- Joined: Thu Apr 29, 2004 4:11 pm
hahahahaaaaaaarbmonosylabik wrote:Only thing I know for sure is that no one needs a Vocoder...
http://www.youtube.com/watch?v=KOTZk0fD6Qs
rbmonosylabik wrote:Only thing I know for sure is that no one needs a Vocoder...
http://www.youtube.com/watch?v=KOTZk0fD6Qs
I'm not sure about that.
BUT, as Python and OSC are "only" interfaces in this case, I think it is the same thing.
I can't test it, I don't have osx
BUT, as Python and OSC are "only" interfaces in this case, I think it is the same thing.
I can't test it, I don't have osx
Julien Bayle
Art + Teaching/Consulting
Ableton Certified Trainer
Max Certified Trainer
Structure Void / Ableton Certified Training Center
Art + Teaching/Consulting
Ableton Certified Trainer
Max Certified Trainer
Structure Void / Ableton Certified Training Center
-
moscom_musik
- Posts: 152
- Joined: Mon May 08, 2006 9:57 pm
rbmonosylabik wrote:Only thing I know for sure is that no one needs a Vocoder...
http://www.youtube.com/watch?v=KOTZk0fD6Qs
