mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Fix MIDI Source debug dump
This commit is contained in:
parent
b77d9118b6
commit
02af9cb3d6
1 changed files with 5 additions and 4 deletions
|
|
@ -870,13 +870,14 @@ SMFSource::load_model_unlocked (bool force_reload)
|
||||||
|
|
||||||
_model->set_duration (_length.beats());
|
_model->set_duration (_length.beats());
|
||||||
|
|
||||||
// cerr << "----SMF-SRC-----\n";
|
|
||||||
// _playback_buf->dump (cerr);
|
|
||||||
// cerr << "----------------\n";
|
|
||||||
|
|
||||||
_model->end_write (Evoral::Sequence<Temporal::Beats>::ResolveStuckNotes, _length.beats());
|
_model->end_write (Evoral::Sequence<Temporal::Beats>::ResolveStuckNotes, _length.beats());
|
||||||
_model->set_edited (false);
|
_model->set_edited (false);
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
cerr << "----SMF-SRC----- " << name() << " - " << _length << " --\n";
|
||||||
|
_model->dump (cerr, _model->begin());
|
||||||
|
#endif
|
||||||
|
|
||||||
free (buf);
|
free (buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue