Function
(mton m)
Return normalized value mapped from MIDI value m in the range [0..127] as a single float.
m
(mton 0) ; => 0 (mton 13) ; => 0.10236221 (mton 63.5) ; => 0.5 (mton 127) ; => 1.0
Author: Orm Finnendahl
Created: 2025-02-18 Di 12:58
Validate