What is osc

Last updated: April 1, 2026

Quick Answer: OSC (Open Sound Control) is a protocol for real-time communication among computers, sound synthesizers, and other multimedia devices over networks.

Key Facts

What OSC Does

Open Sound Control (OSC) is a networking protocol designed to facilitate communication between sound processors, computers, synthesizers, and other multimedia devices. Rather than being limited to local connections, OSC transmits data over networks, making it ideal for complex musical systems where multiple instruments and computers need to coordinate in real-time.

Technical Foundation

OSC messages are sent over UDP (User Datagram Protocol) networks, which prioritizes speed over guaranteed delivery—essential for time-sensitive music applications. Each OSC message contains an address pattern that specifies the destination and a set of arguments carrying data. This structure allows extremely flexible control of complex systems without the overhead of traditional protocols.

Common Applications

OSC is particularly valuable in:

Key Advantages

OSC offers low latency suitable for real-time musical interaction, flexibility in data types and message structures, and open standardization ensuring broad software support. The protocol works wirelessly over WiFi or wired networks, allowing performers freedom of movement on stage while maintaining instrument control.

Related Questions

How is OSC different from MIDI?

MIDI uses serial connections and fixed message formats limited to 128 values, while OSC transmits over networks with flexible data types and higher resolution. OSC is better for complex networked systems while MIDI remains standard for basic instrument control.

What software supports OSC?

Major audio software including Ableton Live, Max/MSP, Pure Data, SuperCollider, and VCV Rack support OSC. Many synthesizers and hardware devices also support OSC communication over ethernet.

Can OSC work over the internet?

OSC can work over the internet using standard IP networks, though latency increases with distance. For live performances, local networks provide better low-latency communication than internet connections.

Sources

  1. Open Sound Control Official Site public-domain
  2. Wikipedia - Open Sound Control CC-BY-SA-4.0
  3. Open Sound Control Basics Guide CC-BY-4.0