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