Euterpea-1.1.0: Library for computer music research and education

Safe HaskellSafe-Inferred
LanguageHaskell98

Euterpea.IO.Audio.Render

Documentation

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

renderSF 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.