OSC: select should have latch too.
[ardour.git] / libs / surfaces / osc / osc_select_observer.cc
index d04d8c5f8519d98b688b23e819af54b6cc0021ad..f072fad5491f3f15d2266cdca272ecb8925ffa95 100644 (file)
@@ -907,6 +907,10 @@ OSCSelectObserver::gain_automation ()
                        output = 3;
                        auto_name = "Touch";
                        break;
+               case ARDOUR::Latch:
+                       output = 4;
+                       auto_name = "Latch";
+                       break;
                default:
                        break;
        }