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

Synthesizer.Storable.ALSA.Play

Description

Convert MIDI events of a MIDI controller to a control signal.

Documentation

autoSource

Arguments

:: (SampleFmt y, C t) 
=> t

period (buffer) size expressed in seconds

-> SampleFreq

sample rate

-> T y 
-> IO () 

autoAndRecord :: (SampleFmt y, C y, C t) => t -> FilePath -> SampleFreq -> T y -> IO ()Source

monoToInt16 :: (Storable y, C y, C t) => t -> SampleFreq -> T y -> IO ()Source

stereoToInt16 :: (Storable y, C y, C t) => t -> SampleFreq -> T (T y) -> IO ()Source