| Safe Haskell | None |
|---|
Sound.SC3.Lang.Control.Instrument
Description
An instrument abstraction and a default instrument for patterns.
- data Instrument
- = InstrumentDef { }
- | InstrumentName { }
- defaultInstrument :: Synthdef
Documentation
data Instrument Source
An Instrument is either a Synthdef or the String naming a
Synthdef.
Constructors
| InstrumentDef | |
Fields | |
| InstrumentName | |
Fields | |
Instances
defaultInstrument :: SynthdefSource
The SC3 default instrument Synthdef.