mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
remove debug output
This commit is contained in:
parent
ca3714bccf
commit
53139a93d5
1 changed files with 0 additions and 3 deletions
|
|
@ -187,11 +187,8 @@ void
|
|||
DiskReader::realtime_locate (bool for_loop_end)
|
||||
{
|
||||
if (!for_loop_end) {
|
||||
std::cerr << name() << " DO note resolve on locate\n";
|
||||
boost::shared_ptr<MidiTrack> mt = boost::dynamic_pointer_cast<MidiTrack>(_track);
|
||||
_tracker.resolve_notes (mt->immediate_events(), 0);
|
||||
} else {
|
||||
std::cerr << name() << " skip note resolve on locate for loop\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue