Safe Haskell | Safe-Inferred |
---|
Sound.SC3.Server.Enum
Description
Server input enumerations.
- data AddAction
- = AddToHead
- | AddToTail
- | AddBefore
- | AddAfter
- | AddReplace
- data ErrorScope
- data ErrorMode
- data PrintLevel
- = NoPrinter
- | TextPrinter
- | HexPrinter
- | AllPrinter
- data SoundFileFormat
- data SampleFormat
- soundFileFormatString :: SoundFileFormat -> String
- sampleFormatString :: SampleFormat -> String
Documentation
Enumeration of possible locations to add new nodes (s_new and g_new).
Constructors
AddToHead | |
AddToTail | |
AddBefore | |
AddAfter | |
AddReplace |
Error posting mode.
data PrintLevel Source
Enumeration of Message printer types.
Constructors
NoPrinter | |
TextPrinter | |
HexPrinter | |
AllPrinter |
Instances
data SoundFileFormat Source
Sound file format.