Allow -ve framepos handling in TempoMap::framepos_plus_beats()
[ardour.git] / libs / ardour / session_rtevents.cc
index f1f99e369373e3dda0e9380482cae287f6001d55..00d966acaae62d4c92cc006a1c4b6d1123969127 100644 (file)
@@ -27,7 +27,7 @@
 #include "ardour/track.h"
 #include "ardour/vca_manager.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace PBD;
@@ -41,8 +41,6 @@ Session::set_controls (boost::shared_ptr<ControlList> cl, double val, Controllab
                return;
        }
 
-       std::cerr << "Session::set_controls called on " << cl->size() << " controls, group = " << enum_2_string (gcd) << std::endl;
-
        for (ControlList::iterator ci = cl->begin(); ci != cl->end(); ++ci) {
                /* as of july 2017 this is a no-op for everything except record enable */
                (*ci)->do_pre_realtime_queue_stuff (val);