mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
remove debug output
This commit is contained in:
parent
d7a390f5ed
commit
a9e1a591aa
1 changed files with 1 additions and 3 deletions
|
|
@ -1269,9 +1269,7 @@ MidiModel::write_to (std::shared_ptr<MidiSource> source,
|
||||||
bool
|
bool
|
||||||
MidiModel::sync_to_source (const Source::WriterLock& source_lock)
|
MidiModel::sync_to_source (const Source::WriterLock& source_lock)
|
||||||
{
|
{
|
||||||
ReadLock lock(read_lock());
|
ReadLock lock (read_lock());
|
||||||
|
|
||||||
std::cerr << "SYNC " << _midi_source.name() << " from model\n";
|
|
||||||
|
|
||||||
/* Invalidate and store active notes, which will be picked up by the iterator
|
/* Invalidate and store active notes, which will be picked up by the iterator
|
||||||
on the next roll if time progresses linearly. */
|
on the next roll if time progresses linearly. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue