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