mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix for MidiMessage::endOfTrack()
This commit is contained in:
parent
d7d1a9a99e
commit
171aa94215
1 changed files with 1 additions and 1 deletions
|
|
@ -855,7 +855,7 @@ MidiMessage MidiMessage::keySignatureMetaEvent (int numberOfSharpsOrFlats, bool
|
|||
|
||||
MidiMessage MidiMessage::endOfTrack() noexcept
|
||||
{
|
||||
return { 0xff, 0x2f };
|
||||
return { 0xff, 0x2f, 0x00 };
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue