Skip to content

scrime-u-bordeaux/libMidifilePerformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libMidifilePerformer

C++ version of Bernard P. Serpette's MidifilePerformer core functionalities

Requirements

  • cmake
  • ninja

Building and running the tests

  • $ cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
  • $ cd build
  • $ ninja
  • ./test/AllTests

Notes

The library doesn't deal directly with MIDI files, it must be fed with NOTE events only, which should be obtained by parsing MIDI files and have their time stamps adjusted after other MIDI event types (e.g. MIDI CC events) have been discarded.

About

C++ version of Midifile Performer core functionalities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published