A table containing the midi pitches and their note names
A data frame with 128 rows and 2 variables:
- note
integer from 0 - 127 containing the midi pitches
- note_name
name of the note and the octave
Examples
midi_defs
#> # A tibble: 128 × 2
#> note note_name
#> <int> <fct>
#> 1 0 C-1
#> 2 1 C#-1
#> 3 2 D-1
#> 4 3 Eb-1
#> 5 4 E-1
#> 6 5 F-1
#> 7 6 F#-1
#> 8 7 G-1
#> 9 8 G#-1
#> 10 9 A-1
#> # ℹ 118 more rows