no longer call ::zero_all() when deleting an MCP surface object.
The ports required may no longer exist, and it requires a lot of messages. A reset is sent instead
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user