Intended for use in a dplyr style pipe. Adds a control_change message to a midi_df.
Usage
add_control_change(
df,
i_track = 0,
type = "control_change",
time = 0,
channel = 0,
control = 0,
value = 0,
...
)
Intended for use in a dplyr style pipe. Adds a control_change message to a midi_df.
add_control_change(
df,
i_track = 0,
type = "control_change",
time = 0,
channel = 0,
control = 0,
value = 0,
...
)