hsc3-0.16: Haskell SuperCollider

Safe HaskellSafe
LanguageHaskell98

Sound.SC3.Server.Enum

Description

Server input enumerations.

Synopsis

Documentation

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

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.