| Safe Haskell | None |
|---|
Euterpea.IO.Audio.Render
Documentation
type InstrMap a = [(InstrumentName, Instr a)]Source
Arguments
| :: (Clock p, Performable a, AudioSample b) | |
| => Music a | |
| -> InstrMap (Signal p () b) | |
| -> (Double, Signal p () b) | Duration of the music in seconds, and a signal function that plays the music. |