haskore-synthesizer-0.0.2: Audio signal processing coded in HaskellSource codeContentsIndex
Haskore.Interface.Signal.InstrumentMap
Documentation
type InstrumentTable time v instr = [(instr, Instrument time v)]Source
type DrumTable time v instr = [(instr, Drum time v)]Source
type ToInstrument time v instr = instr -> Instrument time vSource
type ToDrum time v instr = instr -> Drum time vSource
type Instrument time v = time -> time -> T vSource
type Drum time v = time -> T vSource
lookup :: Eq instr => [(instr, a)] -> instr -> aSource
Produced by Haddock version 2.3.0