Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 441 Bytes

midi_to_freq_jolt_generated.rst

File metadata and controls

19 lines (10 loc) · 441 Bytes

midi_to_freq_jolt

Description

Converts MIDI note number (0-127) jolt to correnspoding frequency (Hz) jolt. E.g. 69 is A5 (440Hz) and 60 is C4 (261.63Hz).

Inputs, output and other parts

MIDI note input (jolt input) Receives a jolt with value of MIDI note to convert.

Output (jolt output) Emits jolt with calculated note frequency.

See also:

:ref:`midi_to_freq <midi_to_freq>`