| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Csound.Dynamic.Types.Flags
Description
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 Text
- input :: Maybe Text
- nosound :: Bool
- nopeaks :: Bool
- dither :: Maybe Dither
- data FormatHeader
- data FormatSamples
- data FormatType
- data Dither
- data IdTags = IdTags {}
- data Rtaudio
- = PortAudio
- | Alsa
- | Jack {
- jackClient :: Text
- jackInport :: Text
- jackOutport :: Text
- | Mme
- | CoreAudio
- | NoRtaudio
- data PulseAudio = PulseAudio {}
- data MidiIO = MidiIO {}
- data MidiRT = MidiRT {
- midiDevice :: Maybe Text
- midiKey :: Maybe Int
- midiKeyCps :: Maybe Int
- midiKeyOct :: Maybe Int
- midiKeyPch :: Maybe Int
- midiVelocity :: Maybe Int
- midiVelocityAmp :: Maybe Int
- midiOutDevice :: Maybe Text
- 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
Constructors
| Flags | |
Fields
| |
Audio file output
data AudioFileOutput Source #
Constructors
| AudioFileOutput | |
Fields
| |
Instances
data FormatHeader Source #
Constructors
| NoHeader | |
| RewriteHeader |
Instances
| Read FormatHeader Source # | |
Defined in Csound.Dynamic.Types.Flags Methods readsPrec :: Int -> ReadS FormatHeader # readList :: ReadS [FormatHeader] # | |
| Show FormatHeader Source # | |
Defined in Csound.Dynamic.Types.Flags Methods showsPrec :: Int -> FormatHeader -> ShowS # show :: FormatHeader -> String # showList :: [FormatHeader] -> ShowS # | |
| Eq FormatHeader Source # | |
Defined in Csound.Dynamic.Types.Flags | |
data FormatSamples Source #
Instances
| Read FormatSamples Source # | |
Defined in Csound.Dynamic.Types.Flags Methods readsPrec :: Int -> ReadS FormatSamples # readList :: ReadS [FormatSamples] # | |
| Show FormatSamples Source # | |
Defined in Csound.Dynamic.Types.Flags Methods showsPrec :: Int -> FormatSamples -> ShowS # show :: FormatSamples -> String # showList :: [FormatSamples] -> ShowS # | |
| Eq FormatSamples Source # | |
Defined in Csound.Dynamic.Types.Flags Methods (==) :: FormatSamples -> FormatSamples -> Bool # (/=) :: FormatSamples -> FormatSamples -> Bool # | |
data FormatType Source #
Constructors
| Aiff | |
| Au | |
| Avr | |
| Caf | |
| Flac | |
| Htk | |
| Ircam | |
| Mat4 | |
| Mat5 | |
| Nis | |
| Paf | |
| Pvf | |
| Raw | |
| Sd2 | |
| Sds | |
| Svx | |
| Voc | |
| W64 | |
| Wav | |
| Wavex | |
| Xi |
Instances
| Read FormatType Source # | |
Defined in Csound.Dynamic.Types.Flags Methods readsPrec :: Int -> ReadS FormatType # readList :: ReadS [FormatType] # readPrec :: ReadPrec FormatType # readListPrec :: ReadPrec [FormatType] # | |
| Show FormatType Source # | |
Defined in Csound.Dynamic.Types.Flags Methods showsPrec :: Int -> FormatType -> ShowS # show :: FormatType -> String # showList :: [FormatType] -> ShowS # | |
| Eq FormatType Source # | |
Defined in Csound.Dynamic.Types.Flags | |
Constructors
| Triangular | |
| Uniform |
Constructors
| IdTags | |
Realtime Audio Input/Output
Constructors
| PortAudio | |
| Alsa | |
| Jack | |
Fields
| |
| Mme | |
| CoreAudio | |
| NoRtaudio | |
data PulseAudio Source #
Instances
| Read PulseAudio Source # | |
Defined in Csound.Dynamic.Types.Flags Methods readsPrec :: Int -> ReadS PulseAudio # readList :: ReadS [PulseAudio] # readPrec :: ReadPrec PulseAudio # readListPrec :: ReadPrec [PulseAudio] # | |
| Show PulseAudio Source # | |
Defined in Csound.Dynamic.Types.Flags Methods showsPrec :: Int -> PulseAudio -> ShowS # show :: PulseAudio -> String # showList :: [PulseAudio] -> ShowS # | |
| Eq PulseAudio Source # | |
Defined in Csound.Dynamic.Types.Flags | |
| Pretty PulseAudio Source # | |
Defined in Csound.Dynamic.Types.Flags | |
MIDI File Input/Ouput
Constructors
| MidiIO | |
Fields
| |
MIDI Realtime Input/Ouput
Constructors
| MidiRT | |
Fields
| |
Constructors
| PortMidi | |
| AlsaMidi | |
| AlsaSeq | |
| CoreMidi | |
| MmeMidi | |
| WinmmeMidi | |
| VirtualMidi | |
| NoRtmidi |
Display
Constructors
| Displays | |
Fields
| |
data DisplayMode Source #
Constructors
| NoDisplay | |
| PostScriptDisplay | |
| AsciiDisplay |
Instances
| Read DisplayMode Source # | |
Defined in Csound.Dynamic.Types.Flags Methods readsPrec :: Int -> ReadS DisplayMode # readList :: ReadS [DisplayMode] # readPrec :: ReadPrec DisplayMode # readListPrec :: ReadPrec [DisplayMode] # | |
| Show DisplayMode Source # | |
Defined in Csound.Dynamic.Types.Flags Methods showsPrec :: Int -> DisplayMode -> ShowS # show :: DisplayMode -> String # showList :: [DisplayMode] -> ShowS # | |
| Eq DisplayMode Source # | |
Defined in Csound.Dynamic.Types.Flags | |
| Pretty DisplayMode Source # | |
Defined in Csound.Dynamic.Types.Flags | |