Page 2 of 28

Posted: Wed Jun 06, 2007 2:28 pm
by hoffman2k
tjwett wrote:
hoffman2k wrote:And..
You say can access the telnet server from Live....
really?? details?
check the API docs. I'm really not the right guy to ask this.

Posted: Wed Jun 06, 2007 2:34 pm
by Additv
Yep, we have a basic set of OSC commands so far, but with a server that makes it easy to add your own commands. So for example /live/play, plays the song /live/play/clip (track#, clip#) will play a clip, and yes, you can get names of stuff out. Send a /live/name/track message, and it will send you back a series of /live/name/track (track#, trackName) messages. Same with scenes and clips.

For the telnet server, just add the LiveTelnet Remote Device, then at cmd: "telnet localhost 23" and you're in!

Posted: Wed Jun 06, 2007 2:38 pm
by corporation
this sounds so exciting!


now my monome might be able to talk natively to live...


and i can't wait for mr. ramella to release his vci-100 vst! thats going to rock my socks off!

Posted: Wed Jun 06, 2007 2:39 pm
by axou
Additv wrote: Yep, we have a basic set of OSC commands so far, but with a server that makes it easy to add your own commands. So for example /live/play, plays the song /live/play/clip (track#, clip#) will play a clip, and yes, you can get names of stuff out. Send a /live/name/track message, and it will send you back a series of /live/name/track (track#, trackName) messages. Same with scenes and clips.

For the telnet server, just add the LiveTelnet Remote Device, then at cmd: "telnet localhost 23" and you're in!
Is there a big technical barrier that's hindering OS X development ? Or is it just lack of time ?
Congrats for this nice work !!

Posted: Wed Jun 06, 2007 2:42 pm
by tjwett
hoffman2k wrote:
check the API docs. I'm really not the right guy to ask this.
ohhhh.... i thought you meant you ALREADY could, without this new API thing. cool.

Posted: Wed Jun 06, 2007 2:55 pm
by Additv
Right now the only thing holding back the OS-X version is some problems we have been having importing binary modules (such as socket or select), once we figure that out, the rest is pure python and should work out of the box.

Posted: Wed Jun 06, 2007 3:49 pm
by elemental
This could be extremely sick.

A good few steps closer to my dream of having a Live controller that can be used without the need for a screen.

I am programmer also - and prob about to learn Python for a project at work.

.... :idea:

Posted: Wed Jun 06, 2007 5:56 pm
by Tone Deft
8O

I can't even imagine what widgets, doo dads and hojiwompers will be cooked up in the next year. This could lead to an Ableton powered Holodeck.

Posted: Wed Jun 06, 2007 6:32 pm
by John Sweet
It would have made my day just to find out about the upcoming VCI-100 vst (hope there's a UB Mac version soon).

But the Python-OSC news is just unreal. This is one of the biggest things to happen to Lemur people since the Lemur itself.

A big time tip of the glass to everyone involved.

Posted: Wed Jun 06, 2007 6:36 pm
by Nathan Ramella
elemental wrote: A good few steps closer to my dream of having a Live controller that can be used without the need for a screen.

.... :idea:
This is exactly the type of stuff MIDI Remote Scripts _should_ be used for. Make sure and let us know how it goes. :D

Posted: Wed Jun 06, 2007 6:37 pm
by Tone Deft
This also means AUTOMAP can be wrenched on.

Posted: Wed Jun 06, 2007 6:45 pm
by hoffman2k
Tone Deft wrote:This also means AUTOMAP can be wrenched on.
To say the least :wink:

Shit, i wish i spoke fluent python. Screw Flemish! :lol:

Posted: Wed Jun 06, 2007 6:48 pm
by Nathan Ramella
hoffman2k wrote:
Tone Deft wrote:This also means AUTOMAP can be wrenched on.
To say the least :wink:

Shit, i wish i spoke fluent python. Screw Flemish! :lol:
Python is really simple to program. I didn't know anything about it in January except that it was a programming language. I've probably only spent about 15 days total "programming" it. It's about the same level of simplicity as C# without all the crazy classes to worry about for windows specific stuff. :D So, don't be intimidated, our source is heavily doc'd, so if you're determined you'll be flying in no time.

Posted: Wed Jun 06, 2007 7:07 pm
by Tone Deft
Nathan Ramella wrote:
hoffman2k wrote:
Tone Deft wrote:This also means AUTOMAP can be wrenched on.
To say the least :wink:

Shit, i wish i spoke fluent python. Screw Flemish! :lol:
Python is really simple to program. I didn't know anything about it in January except that it was a programming language. I've probably only spent about 15 days total "programming" it. It's about the same level of simplicity as C# without all the crazy classes to worry about for windows specific stuff. :D So, don't be intimidated, our source is heavily doc'd, so if you're determined you'll be flying in no time.
Wow.

http://en.wikipedia.org/wiki/Python_language <- has good things to say.

OK, sleep is no longer an option.

Kudos to anyone who can present to the class how to pull of an Ableton Live version of "hello world". I know some languages but not this one but this is all too encouraging.

Oh man, and then there's the monome project, the planets are aligning, I can see the future... I'm going to be very pasty skinned at the end of the summer. Monome, python, Live 7 beta (please), MAX/MSP my only hope is that the marriage and job can survive, and a slicer in Live 7, and I can do a color 40h, and...

Posted: Wed Jun 06, 2007 7:11 pm
by noisetonepause
Unbelievable news. Good work!