Skip to content
n1ckfg edited this page Sep 9, 2014 · 3 revisions

< CODE >

Video lecture, part 1: http://www.youtube.com/watch?v=Jan8bGIe5tI
Video lecture, part 2: http://www.youtube.com/watch?v=CnZa-6i4l78

OSC overview: http://en.wikipedia.org/wiki/Open_Sound_Control

To connect two devices over OSC, both of them need to agree on three things:

  1. The IP address of the destination machine. This is often just localhost (127.0.0.1), because you want a peripheral gadget to talk to the machine in front of you.
  2. An arbitrary port number to connect to.
  3. An arbitrary channel name for each stream of data--for example, each axis of a controller. (OSC channels support multiple data types--float, integer, string, boolean, and more exotic stuff--but the most common convention uses only float values between 0 and 1.)

Automatic Duck, free Final Cut import for AE
http://www.automaticduck.com/products/

Clone this wiki locally