Skip to content
kellydunn edited this page Apr 9, 2012 · 8 revisions

Installations

Every use case requires that you're running SiftOsc through SiftDev, so be sure to install the mono runtime and the Sifteo SDK first!

Renoise

Renoise has native OSC support.
To get Renoise working with the cubes, simply open up the OSC tab inside of Renoise's preferences and specify a port for Renoise's OSC server to listen on. The rest is controlled by your YAML configuration.

Ableton

Ableton does not natively support OSC, so you'll have to download LiveOSC and install it as an ableton MIDI Router Device. From there, LiveOSC will listen for incoming messages on port 9000, so send any of the Ableton Live API OSC messages to "127.0.0.1:9000".

Monome

Luckily, the monome depends on OSC to drive itself on most systems. Once you've installed serialosc, you'll be able to see which port your monome's application server is running on, and send messages to that endpoint.

You will have to provide the client side code however, to manipulate the monome devices; siftosc only sends the OSC messages.

Clone this wiki locally