13
0

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:
Paul Davis 2015-10-02 22:06:24 -04:00
parent 9476657cd1
commit 40a4e2e6af

View 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) {