Skip to content

Commit

Permalink
Add clip to the correct track
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Nov 23, 2024
1 parent cc6b2b1 commit 64b8f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/MidiImport/MidiImport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ bool MidiImport::readSMF( TrackContainer* tc )
auto timeSigDenominatorPat = new AutomationClip(dt);
timeSigDenominatorPat->setDisplayName(tr("Denominator"));
timeSigDenominatorPat->addObject(&timeSigMM.denominatorModel());
dt->addClip(timeSigNumeratorPat);
dt->addClip(timeSigDenominatorPat);

// TODO: adjust these to Time.Sig changes
double beatsPerBar = 4;
Expand Down

0 comments on commit 64b8f86

Please sign in to comment.