Craig Stuart Sapp

Results 454 comments of Craig Stuart Sapp

Allowing an easy way to compile dynamic or static library versions is a good idea. I don't program on Windows (and only occasionally work with cmake), so if you can...

You need to provide an example of the problem, as I do not see it. You can compare to my simple test below. First, here is the musical content: The...

That should be correct. Here is a test program that I just wrote and tested with the latest verision of the code: ```cpp #include "MidiFile.h" #include using namespace std; int...

What environment are you using? That seems to be the problem. With the truncated text output, it is likely there is a toggle button on the log console to show...

And here is the output that I am getting for the original test program showing the durations of the notes: ``` NOTE ON key=72 time=0 dur=1.22054 NOTE ON key=84 time=0...

The next thing you should do is check the parsing status of the MIDI file. Here is the piece of code from the original test program: ``` smf::MidiFile midi_parser(argv[1]); if...

Either there is a problem in the Android environment, or there is a bug in the midifile library which is visible in Android but not elsewhere. Try loading this MIDI...

A good idea would be to add a function called `MidiFile::getOriginalType()`. Otherwise, the MIDI type is handled automatically by the MIDI class: if there is one track then it is...

I'll see if I can update it this weekend. As you noticed the documentation should be regenerated when the code changes since the links to the code on Github has...

The current problem that I am linking to the master commit code lines, but the line numbers in the source code are in reference to a fixed commit number that...