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-06-08 So 16:56
Validate