beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

MidiValueToNote_v2 Op

MidiValueToNote

Converts a MIDI value to a note string


Converts a MIDI value (e.g. 60 coming from a connected MIDI keyboard) to a note (e.g. "C4"). The octave will always be included at the end of the string, if it is below 0, it will look like A#-1.

Please note that semitones will always be presented using sharps (#), not flats (b).


Edit Documentation

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


 

INPUT PORTS


Midi Value (Number)

The MIDI Value you want to convert to a note-string, e.g. 80

OUTPUT PORTS


Note (String)

Usages of MidiValueToNote_v2

  • Examples
  • Public
  • My Patches
  • Ops

Changelog


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