synthesizer-alsa-0.5.0.1: Control synthesizer effects via ALSA/MIDI

Safe HaskellNone

Synthesizer.ALSA.CausalIO.Process

Documentation

playFromEvents :: (C time, SampleFmt a, C a) => Device -> ClientName -> time -> time -> SampleFreq -> T Events (Vector a) -> IO ()Source

type Output handle signal a = (IO ((Size, SampleFreq), handle), handle -> IO (), handle -> signal -> IO a)Source

playFromEventsWithParams :: Output handle signal () -> ClientName -> ((Size, SampleFreq) -> T Events signal) -> IO ()Source