MidiValueToNote_v2 Op

MidiValueToNote

Converts a MIDI value to a note string


<p>Converts a MIDI value (e.g. <code>60</code> coming from a connected MIDI keyboard) to a note (e.g. <code>&quot;C4&quot;</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>


Full Name
  • Ops.Devices.Midi.MidiValueToNote_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest PatchesCredits



INPUT PORTS


Midi Value (Number)

<p>The MIDI Value you want to convert to a note-string, e.g. <code>80</code></p>

OUTPUT PORTS


Note (String)

Patches using MidiValueToNote_v2

  • Examples
  • Public
  • My Patches

Changelog


cloned op from Ops.Devices.Midi.MidiValueToNoteuser avatarstephan - 2022-06-20 13:09
Ops.User.stephan.MidiValueToNote_v2 renamed to Ops.Devices.Midi.MidiValueToNote_v2user avatarstephan - 2022-06-20 13:12
convert to typed string outputuser avatarstephan - 2022-06-20 13:24