Safe Haskell | None |
---|---|
Language | Haskell98 |
Csound's command line flags. See original documentation for detailed overview: http://www.csounds.com/manual/html/CommandFlagsCategory.html
- data Flags = Flags {}
- data AudioFileOutput = AudioFileOutput {
- formatSamples :: Maybe FormatSamples
- formatType :: Maybe FormatType
- output :: Maybe String
- input :: Maybe String
- nosound :: Bool
- nopeaks :: Bool
- dither :: Maybe Dither
- data FormatHeader
- data FormatSamples
- data FormatType
- data Dither
- data IdTags = IdTags {}
- data Rtaudio
- data PulseAudio = PulseAudio {}
- data MidiIO = MidiIO {}
- data MidiRT = MidiRT {
- midiDevice :: Maybe String
- midiKey :: Maybe Int
- midiKeyCps :: Maybe Int
- midiKeyOct :: Maybe Int
- midiKeyPch :: Maybe Int
- midiVelocity :: Maybe Int
- midiVelocityAmp :: Maybe Int
- midiOutDevice :: Maybe String
- data Rtmidi
- data Displays = Displays {
- csdLineNums :: Maybe Int
- displayMode :: Maybe DisplayMode
- displayHeartbeat :: Maybe Int
- messageLevel :: Maybe Int
- mAmps :: Maybe Int
- mRange :: Maybe Int
- mWarnings :: Maybe Int
- mDb :: Maybe Int
- mColours :: Maybe Int
- mBenchmarks :: Maybe Int
- msgColor :: Bool
- displayVerbose :: Bool
- listOpcodes :: Maybe Int
- data DisplayMode
- data Config = Config {}
Documentation
Flags | |
|
Audio file output
data AudioFileOutput Source #
AudioFileOutput | |
|
data FormatSamples Source #
data FormatType Source #
Realtime Audio Input/Output
data PulseAudio Source #
MIDI File Input/Ouput
MidiIO | |
|
MIDI Realtime Input/Ouput
MidiRT | |
|
Display
Displays | |
|