A DAW's internal musical state, not just its audio, can drive visuals when exposed over OSC
There are two fundamentally different ways to make visuals respond to music. Audio-reactive systems analyze only the audio signal itself (amplitude, spectral bands) and map those features to visuals. The alternative, illustrated by Livegrabber — a Max for Live plugin suite that ‘spits out OSC (OpenSoundControl) messages to any visual tool that can respond’ — exposes the DAW’s internal musical state directly: parameter values, clip triggers, note data, and automation shapes become OSC streams that any OSC-capable visual engine can read. The key insight is that a DAW like Ableton Live becomes an OSC server for musical structure, not just a sound source. This matters because structural information (which clip is playing, where a section boundary falls, an automation ramp) is far more predictable and semantically meaningful for choreographing visuals than audio analysis, which can be noisy and ambiguous. The two approaches are complementary: audio-reactive for texture/energy, musical-state-over-OSC for structure/cues.
Examples
Audio-reactive: a spectral analyzer drives particle opacity from bass energy. Musical-state-over-OSC: Livegrabber routes a bassline’s filter-cutoff parameter to a VDMX saturation control, and fires a discrete OSC cue at a clip boundary to trigger a scene change — visual behavior tied to musical structure, not just the waveform.
Assessment
Contrast audio-reactive visuals with musical-state-over-OSC visuals: what information does each use as input, and which gives more structurally predictable, semantically meaningful visual changes? Give one case where each is the better choice.