Safe Haskell | None |
---|
Functions for converting MIDI controller and key values to something meaningful for signal processing.
- controllerLinear :: C y => (y, y) -> Int -> y
- controllerExponential :: C y => (y, y) -> Int -> y
- pitchBend :: C y => y -> y -> Int -> y
- velocity :: C y => Velocity -> y
- frequencyFromPitch :: C y => Pitch -> y
Documentation
controllerLinear :: C y => (y, y) -> Int -> ySource
controllerExponential :: 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.