Looking for Tutor/Programmer to help script Live with OSC

Discuss music production with Ableton Live.
Post Reply
dennisdelaat
Posts: 8
Joined: Fri Nov 06, 2015 1:31 pm

Looking for Tutor/Programmer to help script Live with OSC

Post by dennisdelaat » Fri Sep 16, 2016 10:07 pm

Hi,

I'm looking for a talented individual who can help me write a MIDI remote script that communicates via OSC (paid ofcourse!).

I'm building an Arduino based control surface, and would love to connect it properly to Ableton.

Let me know,

Dennis

dr_loop
Posts: 95
Joined: Sun Oct 28, 2007 1:15 pm
Location: Switzerland

Re: Looking for Tutor/Programmer to help script Live with OSC

Post by dr_loop » Sat Sep 17, 2016 7:55 am

...no need to programm this script. It's already there!
Search for LiveOSC !
Works flawlessly for me.
(as far as I remember there are several slightly different versions, if you have troubles, I can mail you mine)

greets
Dr Loop

dennisdelaat
Posts: 8
Joined: Fri Nov 06, 2015 1:31 pm

Re: Looking for Tutor/Programmer to help script Live with OSC

Post by dennisdelaat » Sat Sep 17, 2016 9:00 am

Hi dr_loop!

thanks for your answer!

I'm looking for an example of an OSC command that I can send so I get for instance the name of track 1.

That is the part I'm really missing.

Maybe I sound stupid but I am a newbie at this!

thanks,

D

dr_loop
Posts: 95
Joined: Sun Oct 28, 2007 1:15 pm
Location: Switzerland

Re: Looking for Tutor/Programmer to help script Live with OSC

Post by dr_loop » Sat Sep 17, 2016 4:14 pm

-> http://livecontrol.q3f.org/ableton-live ... umentation

... more complete documentation you find here:
https://github.com/q-depot/LiveOSC/blob ... OSCAPI.txt

Lives standard ports for this are 9000 / 9001
You usually don't have to send a request for chnannel names or anything. If you open the LiveOSC script Live sends all the relevant information by itself. Same if you change names or parameters.
Your Arduino must however be capable of analysing the respective OSC-messages. Can be quite a lot of information in short time.
However no OSC-bundles are used, makes it easier.

Good luck

dennisdelaat
Posts: 8
Joined: Fri Nov 06, 2015 1:31 pm

Re: Looking for Tutor/Programmer to help script Live with OSC

Post by dennisdelaat » Sat Sep 17, 2016 9:08 pm

I would really like to be able to choose and insert the autofilter via OSC, is that even possible?

What about browsing for loops?

Or does that involve me hacking the Push midi remote script and incorporating that into the OSC library?

thanks!

Post Reply