Euterpea-2.0.2: Library for computer music research and education

Safe HaskellSafe
LanguageHaskell98

Euterpea.IO.Audio.Render

Documentation

type Instr a = Dur -> AbsPitch -> Volume -> [Double] -> a Source #

renderSF Source #

Arguments

:: (Clock p, ToMusic1 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.