Intended for use in a dplyr style pipe. Adds a note_on message to a midi_df.
Usage
add_note_on(
df,
i_track = 0,
type = "note_on",
time = 0,
channel = 0,
note = 0,
velocity = 0,
...
)
Intended for use in a dplyr style pipe. Adds a note_on message to a midi_df.
add_note_on(
df,
i_track = 0,
type = "note_on",
time = 0,
channel = 0,
note = 0,
velocity = 0,
...
)