So, I was composing a midi for the vocal track of a song (the vocal track midi was meant to be put into OpenUtau, a vocal synth editor) I'm working on in LMMS because the song I was working on had tempo glides and tempo glides aren't all that easy to implement into OpenUtau. However, I ran into a few issues...
- The main problem is the time signature and tempo were not properly implemented. Even though the project that the MIDI was composed in had 6/4 time signature, the exported midi incorrectly had a 4/4 time signature. The tempo changes (including instant changes and tempo glides) also weren't present in the midi export, instead staying at a static tempo.
- All of the midi tracks (5 in total) had been compressed into a single track, which is something you don't want when working in a vocal synth editor.
This stuff is rather bothersome, especially because it is possible to implement a non-4/4 time signature, tempo changes, and multiple tracks into a MIDI. Does anybody know how to fix this issue?
- The main problem is the time signature and tempo were not properly implemented. Even though the project that the MIDI was composed in had 6/4 time signature, the exported midi incorrectly had a 4/4 time signature. The tempo changes (including instant changes and tempo glides) also weren't present in the midi export, instead staying at a static tempo.
- All of the midi tracks (5 in total) had been compressed into a single track, which is something you don't want when working in a vocal synth editor.
This stuff is rather bothersome, especially because it is possible to implement a non-4/4 time signature, tempo changes, and multiple tracks into a MIDI. Does anybody know how to fix this issue?