explanatory comment
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 3 Jul 2016 17:22:08 +0000 (13:22 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 3 Jul 2016 17:22:52 +0000 (13:22 -0400)
libs/ardour/session_midi.cc

index e53970840b36399fbda788633fc35394a71db125..6d7fea3b266e7f62743d8c155add675f56eda7cf 100644 (file)
@@ -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) {