Changes:
0.2.1
With the new version of the fluidsynth R package the dependency on av could be removed
The marie_kondo
argument was also removed in player()
and the MidiFramer$play()
method.
0.2
breaking changes -
MidiFramer$play()
:
overwrite
argument was changed to TRUE
by default. Be careful not to OVERWRITE files!marie_kondo
argument was added which DELETES intermediate files.live
argument also allows to play the sound in the R console (setting this to TRUE
when rendering an Rmarkdown document will probably result in an error).removed play_midi_frame()
and replaced it by player()
(the workhorse of the new MidiFramer$play()
method)
New features:
MidiFramer
object in the R console! 🥳0.1
Breaking changes -
rename functions:
adapted to new names in miditapyr:
rename functions:
midi_to_df()
to frame_midi()
tidy_df()
to unnest_midi()
compact_df()
to nest_midi()
df_to_midi()
to write_midi()
rename classes:
MidiFrameTidy
to MidiFrameUnnested
MidiFrameCompact
to MidiFrameNested
rename "tidy" to "unnested"
added new vignettes:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.