vivid-0.1.0.3: Sound synthesis with SuperCollider

Safe HaskellNone
LanguageHaskell98
Extensions
  • ScopedTypeVariables
  • OverloadedStrings
  • ViewPatterns
  • ExplicitForAll

Vivid.OSC

Description

You probably don't need to use this directly

Representation of Open Sound Control data

Synopsis

Documentation

data OSC Source

An OSC message, e.g.

OSC "/n_free" [OSC_I 42]

Constructors

OSC ByteString [OSCDatum] 

Instances