Skip to contents

Intended for use in a dplyr style pipe. Adds an end_of_track message to a meta header.

Usage

add_meta_end_of_track(
  meta_df,
  i_track = 0,
  type = "end_of_track",
  time = 0,
  ...
)

Arguments

meta_df

midi_df to add

i_track

integer, default = 0

type

character, default = "end_of_track"

time

integer, default = 0

...

send additional args to dplyr::add_row

Value

a new row

Examples

if (FALSE) {
}