Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: num-channels , Previous: nrt-msg , Up: N , Home: Overview

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

See also

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate