hosc-0.11.1: Haskell Open Sound Control

Safe HaskellNone

Sound.OpenSoundControl.Coding

Description

A type-class to provide coding operations to different data types using the same function names.

Synopsis

Documentation

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.