Function
(ntom n)
Return rounded MIDI value mapped from normalized n in the range [0..1].
n
(ntom 0) ; => 0 (ntom 0.1) ; => 13 (ntom 0.5) ; => 64 (ntom 1) ; => 127
Author: Orm Finnendahl
Created: 2025-06-08 So 16:56
Validate