MidiValueToNote_v2 Op
Converts a MIDI value to a note string
Summary (oneliner)
<p>Converts a MIDI value (e.g. <code>60</code> coming from a connected MIDI keyboard) to a note (e.g. <code>"C4"</code>). The octave will always be included at the end of the string, if it is below 0, it will look like <code>A#-1</code>. </p> <p>Please note that semitones will always be presented using sharps (#), not flats (<em>b</em>).</p>
- Ops.Devices.Midi.MidiValueToNote_v2
- Core Op - Official cables op
- MIT
- Uses tonaljs by tonaljs
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch QWERTYtoMidi Example
INPUT PORTS
<p>The MIDI Value you want to convert to a note-string, e.g. <code>80</code></p>