hosc-0.14: Haskell Open Sound Control
Sound.OSC.Class
Description
Typeclass for encoding and decoding OSC packets.
Synopsis
class OSC o whereSource
A type-class for values that can be translated to and from OSC Packets.
Packet
Methods
toPacketSource
Arguments
Translation to Packet.
fromPacketSource
Translation from Packet.
Instances
encodeOSC :: (Coding c, OSC o) => o -> cSource
encodePacket . toPacket.
encodePacket
.
toPacket
decodeOSC :: (Coding c, OSC o) => c -> Maybe oSource
fromPacket . decodePacket.
fromPacket
decodePacket