hosc-0.14: Haskell Open Sound Control

Safe HaskellNone

Sound.OSC.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

encodePacketSource

Arguments

:: Packet 
-> a

Decode an OSC packet.

decodePacketSource

Arguments

:: a 
-> Packet

Encode an OSC packet.