Refactor TmpFile into an abstract base class
[ardour.git] / libs / ardour / session_midi.cc
index e53970840b36399fbda788633fc35394a71db125..fa23880b87bef6504618295f4529d8b72a738ceb 100644 (file)
@@ -48,7 +48,7 @@
 #include "ardour/slave.h"
 #include "ardour/ticker.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -340,6 +340,9 @@ Session::get_midi_nth_route_by_id (PresentationInfo::order_t n) const
 {
        PresentationInfo::Flag f;
 
+       /* These numbers are defined by the MMC specification.
+        */
+
        if (n == 318) {
                f = PresentationInfo::MasterOut;
        } else if (n == 319) {