OSC what?: Unterschied zwischen den Versionen

Aus hyperdramatik
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
Essentially it is a protocol for network communication used between digital music software, controllers or instruments, to send commands and values
Essentially it is a protocol for network communication used between digital music software, controllers or instruments, to send commands and values


What do you need?
 
== What do you need? ==
 


*a local network
*a local network
*the '''Ip address''' and '''port''' of all your devices that want to talk to each other
*the '''Ip address''' and '''port''' of all your devices that want to talk to each other


How did it work?
 
== How did it work? ==
 


You define a port(should be over 1000) where you start to send a message to another device identified by its IP-Addresses.  
You define a port(should be over 1000) where you start to send a message to another device identified by its IP-Addresses.  
This device gets the message by listening through its port.
This device gets the message by listening through its port.
In most cases, it will use the UDP Protocol as a base layer to do this.
In most cases, it will use the UDP Protocol as a base layer to do this.

Version vom 26. März 2020, 20:58 Uhr

OSC stands for Open Sound Control and here is the Link to Wikipedia.

Essentially it is a protocol for network communication used between digital music software, controllers or instruments, to send commands and values


What do you need?

  • a local network
  • the Ip address and port of all your devices that want to talk to each other


How did it work?

You define a port(should be over 1000) where you start to send a message to another device identified by its IP-Addresses. This device gets the message by listening through its port. In most cases, it will use the UDP Protocol as a base layer to do this.