hosc-0.15: Haskell Open Sound Control

Safe HaskellNone
LanguageHaskell98

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 where #

Converting from and to binary packet representations.

Minimal complete definition

encodePacket, decodePacket

Methods

encodePacket :: Packet -> a #

decodePacket :: a -> Packet #