note_name Function

public function note_name(MIDI_note) result(name)

Receives a MIDI note (for example 69), and returns the name of the note (for example A4). It works also with the octave -1, although most of its notes are too low for hearing.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: MIDI_note

Return Value character(len=4)


Calls

proc~~note_name~~CallsGraph proc~note_name note_name proc~checked_int8 checked_int8 proc~note_name->proc~checked_int8