v0.1Latest

Convert

Convert between Note, V/Oct, and Hz. The input domain follows the connected source or the stored mode when disconnected.

Converts pitch between Note, V/Oct, and Hz representations so sources and destinations that speak different pitch conventions can interoperate. The input domain follows whatever source is connected, or falls back to the stored mode when the input is disconnected, and the output is emitted in the target representation. Use it to bridge MIDI notes, control-voltage pitch, and raw frequency across the graph.

Inputs

Input

Pitch-domain input. Note, V/Oct, or Hz semantics are inferred from the connected source or the selected conversion mode.

IDinput
Signalcontrol · control rate
Default0
CoercionImplicit

Outputs

Output

Pitch-domain output. The displayed datatype follows the selected conversion mode.

IDoutput
Signalcontrol · control rate
CoercionImplicit

Parameters

Conversion

Chooses the source and target pitch representations.

IDmode
Typeenum
Controlselect
Range or OptionsNote -> Hz (noteToHz), Note -> V/Oct (noteToVOct), Hz -> Note (hzToNote), Hz -> V/Oct (hzToVOct), V/Oct -> Hz (vOctToHz), V/Oct -> Note (vOctToNote)
DefaultNote -> Hz (noteToHz)

Details

Canonical IDpitch.convert
Categoryutilities
Runtime Surfaceaudio
Runtime Targetsaudio-worklet
JUCE Early AccessSupported
Early Access NoteNative-supported in the plugin for the current catalog/runtime support contract.
FormulaOutput datatype = selected conversion target; input datatype = upstream source or stored mode.

Notes

  • When the node is disconnected, the selected mode determines both the input and output datatypes.
  • When an upstream source is connected, the editor may adapt the displayed input datatype while preserving the selected target conversion.