mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
more MIDI I/O debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@9901 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
79898b7aa7
commit
828939a7f5
3 changed files with 7 additions and 3 deletions
|
|
@ -240,7 +240,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\n";
|
||||
cerr << "SMFSource::write unlocked, begins writing from src buffer with _last_write_end = " << _last_write_end << " dur = " << duration << endl;
|
||||
|
||||
while (true) {
|
||||
bool ret = source.peek ((uint8_t*)&time, sizeof (time));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue