-- | hosc implements a subset of the Open Sound Control byte protocol. -- The protocol is documented at . module Sound.OpenSoundControl (module Sound.OpenSoundControl.OSC, module Sound.OpenSoundControl.Time, module Sound.OpenSoundControl.Cast, module Sound.OpenSoundControl.Byte, module Sound.OpenSoundControl.Transport, module Sound.OpenSoundControl.Transport.UDP, module Sound.OpenSoundControl.Transport.TCP) where import Sound.OpenSoundControl.OSC import Sound.OpenSoundControl.Time import Sound.OpenSoundControl.Cast import Sound.OpenSoundControl.Byte import Sound.OpenSoundControl.Transport import Sound.OpenSoundControl.Transport.UDP import Sound.OpenSoundControl.Transport.TCP