hsc3-0.15: Haskell SuperCollider

Safe HaskellSafe-Inferred
LanguageHaskell98

Sound.SC3.Server.Enum

Description

Server input enumerations.

Synopsis

Documentation

data AddAction Source

Enumeration of possible locations to add new nodes (s_new and g_new).

data B_Gen Source

Enumeration of flags for '/b_gen' command.

Constructors

Normalise 
Wavetable 
Clear 

b_gen_bit :: B_Gen -> Int Source

B_Gen to bit number.

map b_gen_bit [minBound .. maxBound]

b_gen_flag :: [B_Gen] -> Int Source

Set of B_Gen to flag.

b_gen_flag [minBound .. maxBound] == 7

data ErrorScope Source

Error posting scope.

Constructors

Globally

Global scope

Locally

Bundle scope

data ErrorMode Source

Error posting mode.

Constructors

ErrorsOff

Turn error posting off

ErrorsOn

Turn error posting on

data PrintLevel Source

Enumeration of Message printer types.

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.