Time unit translation for AutomationLine (correctly display MIDI controller data).
[ardour.git] / libs / ardour / smf_source.cc
index ab0c290191bbfa94f2fb20a5e3301652d777c8d6..b43b628ce2fc4f1746d33b3c6f977fb7b47a8e3f 100644 (file)
@@ -612,6 +612,7 @@ SMFSource::load_model(bool lock, bool force_reload)
        }
 
        if (_model && !force_reload) {
+               cerr << _name << " not reloading model " << _model.get() << endl;
                return;
        }