MetaSound Branches
Tuning
Category: Tuning
Quantize a float value to a custom 12-note tuning, with adjustment in cents per-note.
Inputs
Name | Description | Type |
---|---|---|
Note Number | Input MIDI note number (integer). | Int32 |
+/- Cents C | Tuning adjustment for note 0 in cents. | Float |
+/- Cents C# / Db | Tuning adjustment for note 1 in cents. | Float |
+/- Cents D | Tuning adjustment for note 2 in cents. | Float |
+/- Cents D# / Eb | Tuning adjustment for note 3 in cents. | Float |
+/- Cents E | Tuning adjustment for note 4 in cents. | Float |
+/- Cents F | Tuning adjustment for note 5 in cents. | Float |
+/- Cents F# / Gb | Tuning adjustment for note 6 in cents. | Float |
+/- Cents G | Tuning adjustment for note 7 in cents. | Float |
+/- Cents G# / Ab | Tuning adjustment for note 8 in cents. | Float |
+/- Cents A | Tuning adjustment for note 9 in cents. | Float |
+/- Cents A# / Bb | Tuning adjustment for note 10 in cents. | Float |
+/- Cents B | Tuning adjustment for note 11 in cents. | Float |
Outputs
Name | Description | Type |
---|---|---|
Frequency | Output frequency (float). | Float |
Charles Matthews 2025