no longer call ::zero_all() when deleting an MCP surface object.
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 3 Oct 2015 02:06:24 +0000 (22:06 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 3 Oct 2015 02:08:14 +0000 (22:08 -0400)
The ports required may no longer exist, and it requires a lot of messages. A reset is sent instead

libs/surfaces/mackie/surface.cc

index b448a7ca19e6abaac742ba130a0ef3ab5c6dbcfe..562807ce791b635b70e70ec305a70ff0028e3b95 100644 (file)
@@ -125,7 +125,7 @@ Surface::~Surface ()
 {
        DEBUG_TRACE (DEBUG::MackieControl, "Surface::~Surface init\n");
 
-       zero_all ();
+       // zero_all ();
 
        // delete groups
        for (Groups::iterator it = groups.begin(); it != groups.end(); ++it) {