| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Euterpea.IO.MIDI.Play
Contents
Documentation
musicToMsgs' :: ToMusic1 a => PlayParams -> Music a -> [(Time, MidiMessage)] Source #
linearCP :: NumChannels -> PercChan -> ChannelMapFun Source #
dynamicCP :: NumChannels -> PercChan -> ChannelMapFun Source #
data PlayParams Source #
Constructors
| PlayParams | |
Fields
| |
type ChannelMapFun = InstrumentName -> ChannelMap -> (Channel, ChannelMap) Source #
type ChannelMap = [(InstrumentName, Channel)] Source #