hosc-0.10.1: Haskell Open Sound Control
Sound.OpenSoundControl.Coding
Description
A type-class to provide coding operations to different data types using the same function names.
Synopsis
class Coding a whereSource
Converting from and to binary packet representations.
Methods
encodeOSC :: OSC -> aSource
Decode an OSC packet.
decodeOSC :: a -> OSCSource
Encode an OSC packet.
Instances