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

Synthesizer.MIDIValue

Description

Functions for converting MIDI controller and key values to something meaningful for signal processing.

Synopsis

Documentation

controllerLinear :: C y => (y, y) -> Int -> ySource

controllerExponential :: C y => (y, y) -> Int -> ySource

pitchBend :: C y => y -> y -> Int -> ySource

frequencyFromPitch :: C y => Pitch -> ySource

Convert pitch to frequency according to the default tuning in MIDI 1.0 Detailed Specification.