mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix for MidiFile::readNextTrack()
This commit is contained in:
parent
502af083aa
commit
eb47f3c656
1 changed files with 1 additions and 2 deletions
|
|
@ -325,9 +325,8 @@ void MidiFile::readNextTrack (const uint8* data, int size)
|
|||
MidiFileHelpers::Sorter sorter;
|
||||
result.list.sort (sorter, true);
|
||||
|
||||
result.updateMatchedPairs();
|
||||
|
||||
addTrack (result);
|
||||
tracks.getLast()->updateMatchedPairs();
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue