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-02-18 Di 12:58
Validate