tuneR (version 1.4.7)

getMidiNotes: Extract note events from objects returned by readMidi

Description

Extract only note events from an object returned by the readMidi function.

Usage

getMidiNotes(x, ...)

Value

A data frame with columns

time

start time

length

length

track

track number

channel

channel number

note

note

notename

notename

velocity

note velocity

Arguments

x

A data.frame returned by the readMidi function.

...

Further arguments are passed to the notenames function for extracting the human readable note names rather than their integer representations.

Author

Uwe Ligges and Johanna Mielke

See Also

readMidi

Examples

Run this code
content <- readMidi(system.file("example_files", "Bass_sample.mid", package="tuneR"))
getMidiNotes(content)

Run the code above in your browser using DataLab