You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a repetition of #192 (that has already been closed for 1.1.7).
But there still seems to be some problem with the timing; I have tried version 1.1.10, 1.1.11 and 2.0.1 with drums-test.zip
The midi file and the flac file generated by fluidsynth on a Windows command line are not in sync (but they should).
Any ideas?
The text was updated successfully, but these errors were encountered:
I see, the flac plays slightly faster than it's supposed to be. Did you use the file renderer? I also wonder why the AllNotesOff event triggers a noteon.
I looked into this. The midi file you provided does not specify the tempo. The MIDI spec says that in this case a default of 120 BPM should be assumed. The midi player of fluidsynth however uses 125 BPM as default. I've fixed that in the commit above.
This is a repetition of #192 (that has already been closed for 1.1.7).
But there still seems to be some problem with the timing; I have tried version 1.1.10, 1.1.11 and 2.0.1 with
drums-test.zip
The midi file and the flac file generated by fluidsynth on a Windows command line are not in sync (but they should).
Any ideas?
The text was updated successfully, but these errors were encountered: