haskore-0.2.0.1: The Haskore Computer Music System

Haskore.Interface.CSound.InstrumentMap

Documentation

type SoundTable instr = [(instr, Instrument)]Source

addToTable :: Eq instr => instr -> Instrument -> SoundTable instr -> SoundTable instrSource

type ToSound instr = instr -> ([PField], Instrument)Source

lookup :: Eq instr => SoundTable instr -> ToSound instrSource