hosc-0.14: Haskell Open Sound Control

Safe HaskellNone

Sound.OSC.Class

Description

Typeclass for encoding and decoding OSC packets.

Synopsis

Documentation

class OSC o whereSource

A type-class for values that can be translated to and from OSC Packets.

Methods

toPacketSource

Arguments

:: o 
-> Packet

Translation to Packet.

fromPacketSource

Arguments

:: Packet 
-> Maybe o

Translation from Packet.