Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Csound's command line flags. See original documentation for detailed overview: http://www.csounds.com/manual/html/CommandFlagsCategory.html
Synopsis
- 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 | |
|
Instances
data FormatHeader Source #
Instances
Eq FormatHeader Source # | |
Defined in Csound.Dynamic.Types.Flags (==) :: FormatHeader -> FormatHeader -> Bool # (/=) :: FormatHeader -> FormatHeader -> Bool # | |
Read FormatHeader Source # | |
Defined in Csound.Dynamic.Types.Flags readsPrec :: Int -> ReadS FormatHeader # readList :: ReadS [FormatHeader] # | |
Show FormatHeader Source # | |
Defined in Csound.Dynamic.Types.Flags showsPrec :: Int -> FormatHeader -> ShowS # show :: FormatHeader -> String # showList :: [FormatHeader] -> ShowS # |
data FormatSamples Source #
Instances
Eq FormatSamples Source # | |
Defined in Csound.Dynamic.Types.Flags (==) :: FormatSamples -> FormatSamples -> Bool # (/=) :: FormatSamples -> FormatSamples -> Bool # | |
Read FormatSamples Source # | |
Defined in Csound.Dynamic.Types.Flags readsPrec :: Int -> ReadS FormatSamples # readList :: ReadS [FormatSamples] # | |
Show FormatSamples Source # | |
Defined in Csound.Dynamic.Types.Flags showsPrec :: Int -> FormatSamples -> ShowS # show :: FormatSamples -> String # showList :: [FormatSamples] -> ShowS # |
data FormatType Source #
Instances
Eq FormatType Source # | |
Defined in Csound.Dynamic.Types.Flags (==) :: FormatType -> FormatType -> Bool # (/=) :: FormatType -> FormatType -> Bool # | |
Read FormatType Source # | |
Defined in Csound.Dynamic.Types.Flags readsPrec :: Int -> ReadS FormatType # readList :: ReadS [FormatType] # readPrec :: ReadPrec FormatType # readListPrec :: ReadPrec [FormatType] # | |
Show FormatType Source # | |
Defined in Csound.Dynamic.Types.Flags showsPrec :: Int -> FormatType -> ShowS # show :: FormatType -> String # showList :: [FormatType] -> ShowS # |
Realtime Audio Input/Output
PortAudio | |
Alsa | |
Jack | |
| |
Mme | |
CoreAudio | |
NoRtaudio |
data PulseAudio Source #
Instances
Eq PulseAudio Source # | |
Defined in Csound.Dynamic.Types.Flags (==) :: PulseAudio -> PulseAudio -> Bool # (/=) :: PulseAudio -> PulseAudio -> Bool # | |
Read PulseAudio Source # | |
Defined in Csound.Dynamic.Types.Flags readsPrec :: Int -> ReadS PulseAudio # readList :: ReadS [PulseAudio] # readPrec :: ReadPrec PulseAudio # readListPrec :: ReadPrec [PulseAudio] # | |
Show PulseAudio Source # | |
Defined in Csound.Dynamic.Types.Flags showsPrec :: Int -> PulseAudio -> ShowS # show :: PulseAudio -> String # showList :: [PulseAudio] -> ShowS # | |
Pretty PulseAudio Source # | |
Defined in Csound.Dynamic.Types.Flags pretty :: PulseAudio -> Doc # prettyList :: [PulseAudio] -> Doc # |
MIDI File Input/Ouput
MidiIO | |
|
MIDI Realtime Input/Ouput
MidiRT | |
|
Display
Displays | |
|
data DisplayMode Source #
Instances
Eq DisplayMode Source # | |
Defined in Csound.Dynamic.Types.Flags (==) :: DisplayMode -> DisplayMode -> Bool # (/=) :: DisplayMode -> DisplayMode -> Bool # | |
Read DisplayMode Source # | |
Defined in Csound.Dynamic.Types.Flags readsPrec :: Int -> ReadS DisplayMode # readList :: ReadS [DisplayMode] # readPrec :: ReadPrec DisplayMode # readListPrec :: ReadPrec [DisplayMode] # | |
Show DisplayMode Source # | |
Defined in Csound.Dynamic.Types.Flags showsPrec :: Int -> DisplayMode -> ShowS # show :: DisplayMode -> String # showList :: [DisplayMode] -> ShowS # | |
Pretty DisplayMode Source # | |
Defined in Csound.Dynamic.Types.Flags pretty :: DisplayMode -> Doc # prettyList :: [DisplayMode] -> Doc # |