From: Robin Gareus Date: Fri, 18 Sep 2015 13:13:09 +0000 (+0200) Subject: NOOP - SMF debugging. X-Git-Tag: 4.3~298 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=a5141fdaf35511ee8de3120afeffcd00a3a102d7;hp=21b720fddcc2b98dbc4a7ce746bb07978fc9d8b3;p=ardour.git NOOP - SMF debugging. --- diff --git a/libs/ardour/smf_source.cc b/libs/ardour/smf_source.cc index 6b27d2e75c..cbb8c5db1e 100644 --- a/libs/ardour/smf_source.cc +++ b/libs/ardour/smf_source.cc @@ -397,9 +397,11 @@ SMFSource::append_event_beats (const Glib::Threads::Mutex::Lock& lock, return; } - /*printf("SMFSource: %s - append_event_beats ID = %d time = %lf, size = %u, data = ", +#if 0 + printf("SMFSource: %s - append_event_beats ID = %d time = %lf, size = %u, data = ", name().c_str(), ev.id(), ev.time(), ev.size()); - for (size_t i = 0; i < ev.size(); ++i) printf("%X ", ev.buffer()[i]); printf("\n");*/ + for (size_t i = 0; i < ev.size(); ++i) printf("%X ", ev.buffer()[i]); printf("\n"); +#endif Evoral::Beats time = ev.time(); if (time < _last_ev_time_beats) { @@ -678,8 +680,8 @@ SMFSource::load_model (const Glib::Threads::Mutex::Lock& lock, bool force_reload ss += b; } - DEBUG_TRACE (DEBUG::MidiSourceIO, string_compose ("SMF %6 load model delta %1, time %2, size %3 buf %4, type %5\n", - delta_t, time, size, ss , event_type, name())); + DEBUG_TRACE (DEBUG::MidiSourceIO, string_compose ("SMF %7 load model delta %1, time %2, size %3 buf %4, type %5 id %6\n", + delta_t, time, size, ss , event_type, event_id, name())); #endif eventlist.push_back(make_pair ( @@ -708,6 +710,10 @@ SMFSource::load_model (const Glib::Threads::Mutex::Lock& lock, bool force_reload delete it->first; } + // cerr << "----SMF-SRC-----\n"; + // _playback_buf->dump (cerr); + // cerr << "----------------\n"; + _model->end_write (Evoral::Sequence::ResolveStuckNotes, _length_beats); _model->set_edited (false); invalidate(lock);