Clamps Dictionary
ntom
Function
(ntom n)
Return rounded MIDI value mapped from normalized n in the range [0..1].
Arguments
n |
Number in the range [0..1] |
Examples
(ntom 0) ; => 0 (ntom 0.1) ; => 13 (ntom 0.5) ; => 64 (ntom 1) ; => 127
Function
(ntom n)
Return rounded MIDI value mapped from normalized n in the range [0..1].
n |
Number in the range [0..1] |
(ntom 0) ; => 0 (ntom 0.1) ; => 13 (ntom 0.5) ; => 64 (ntom 1) ; => 127
Created: 2025-12-12 Fr 21:36