Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Sound.SC3.Server.Enum
Description
Server input enumerations.
- data AddAction
- data B_Gen
- b_gen_bit :: B_Gen -> Int
- b_gen_flag :: [B_Gen] -> Int
- data ErrorScope
- data ErrorMode
- data PrintLevel
- data SoundFileFormat
- data SampleFormat
- soundFileFormatString :: SoundFileFormat -> String
- soundFileFormat_from_extension :: String -> Maybe SoundFileFormat
- sampleFormatString :: SampleFormat -> String
Documentation
Enumeration of possible locations to add new nodes (s_new and g_new).
Constructors
AddToHead | |
AddToTail | |
AddBefore | |
AddAfter | |
AddReplace |
Enumeration of flags for '/b_gen' command.
Error posting mode.
data PrintLevel Source #
Enumeration of Message printer types.
Constructors
NoPrinter | |
TextPrinter | |
HexPrinter | |
AllPrinter |
Instances
data SoundFileFormat Source #
Sound file format.
soundFileFormatString :: SoundFileFormat -> String Source #
Sample format to standard file extension name.
soundFileFormat_from_extension :: String -> Maybe SoundFileFormat Source #
Infer sample format from file extension name.