haskore-0.0.5: The Haskore Computer Music SystemSource codeContentsIndex
Haskore.Interface.CSound.InstrumentMap
Documentation
type SoundTable instr = [(instr, Instrument)]Source
tableFromInstruments :: [instr] -> SoundTable instrSource
addToTable :: Eq instr => instr -> Instrument -> SoundTable instr -> SoundTable instrSource
type ToSound instr = instr -> ([PField], Instrument)Source
lookup :: Eq instr => SoundTable instr -> ToSound instrSource
Produced by Haddock version 2.3.0