Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: mton , Previous: msg , Up: M , Home: Overview

Clamps Dictionary

mtof

Function

(mtof m &key (tuning-base 440))

Convert pitch in Midicts to frequency in Hz.

Arguments

midi-value Positive Number denoting Pitch in Midicents.
:tuning-base Frequency of A4 in Hz.

Examples

(mtof 69) ; => 440

(mtof 60.5) ; => 269.29178

(mtof 69 :tuning-base 415) ; => 415

See also

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate