OSC: fix issue #7444 send fader position/gain even when 0.
[ardour.git] / libs / surfaces / osc / osc_select_observer.cc
index 9abe57839002f1f0208d095e322366c97679dc4a..1889b04c2622b2790a8c3be27a68ba58fe4b93bc 100644 (file)
@@ -53,8 +53,8 @@ OSCSelectObserver::OSCSelectObserver (boost::shared_ptr<Stripable> s, lo_address
        : _strip (s)
        ,sur (su)
        ,nsends (0)
-       ,_last_gain (0.0)
-       ,_last_trim (0.0)
+       ,_last_gain (-1.0)
+       ,_last_trim (-1.0)
        ,_init (true)
 {
        addr = lo_address_new_from_url  (sur->remote_url.c_str());