mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
stop spewing debug output from SMFSource
git-svn-id: svn://localhost/ardour2/branches/3.0@10851 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9a85516623
commit
bcaccc5ece
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ SMFSource::write_unlocked (MidiRingBuffer<framepos_t>& source, framepos_t positi
|
|||
|
||||
Evoral::MIDIEvent<framepos_t> ev;
|
||||
|
||||
cerr << "SMFSource::write unlocked, begins writing from src buffer with _last_write_end = " << _last_write_end << " dur = " << duration << endl;
|
||||
// cerr << "SMFSource::write unlocked, begins writing from src buffer with _last_write_end = " << _last_write_end << " dur = " << duration << endl;
|
||||
|
||||
while (true) {
|
||||
bool ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue