Add tail to midi file

Hi everyone,

I would like to append a tail to a midi file, basically just empty midi. This can be useful for syncing midi file with other midi files or with audio files.

I tried to append a juce::MidiMessage::endOfTrack() event at the end of the midi file but my DAW (studio one) ignores this and so Studio One will just trim the midi file. Is there a recommended way to properly do this?

Thank you,
Jelle

you could try adding some note value, but with velocity on 0 so that no synth will interpret it as something

1 Like

…or a Controller Message, such as Mod Wheel value 0.

2 Likes