haskore-0.2.0.7: The Haskore Computer Music System

Safe HaskellSafe-Inferred
LanguageHaskell2010

Haskore.Interface.CSound.InstrumentMap

Documentation

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

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

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

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