Extract note events from objects returned by readMidi
Extract only note events from an object returned by the readMidi
function.
getMidiNotes(x, ...)
A data frame with columns
time |
start time |
length |
length |
track |
track number |
channel |
channel number |
note |
note |
notename |
notename |
velocity |
note velocity |
Uwe Ligges and Johanna Mielke
content <- readMidi(system.file("example_files", "Bass_sample.mid", package="tuneR")) getMidiNotes(content)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.