Create a tibble of midi note information
Examples
midi_notes <- midi_notes()
head(midi_notes)
#> # A tibble: 6 × 3
#> notes octaves midi_number
#> <chr> <int> <int>
#> 1 C -1 0
#> 2 C# -1 1
#> 3 D -1 2
#> 4 Eb -1 3
#> 5 E -1 4
#> 6 F -1 5