tempo bpm "saveAsMidiFile()"
-
When saving midi file from MidiPlayer using
MidiPlayer.saveAsMidiFile()
the tempo written in the file is always 120, no matter what tempo is set in Hise or Daw
Is there a way to include the right bpm in the file?
-
@ulrik Something in here perhaps - https://github.com/christophhart/HISE/blob/develop/hi_dsp/modules/MidiPlayer.cpp#L1648
-
@d-healey thank you but I can't find anything