mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
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:
parent
9476657cd1
commit
40a4e2e6af
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ Surface::~Surface ()
|
||||||
{
|
{
|
||||||
DEBUG_TRACE (DEBUG::MackieControl, "Surface::~Surface init\n");
|
DEBUG_TRACE (DEBUG::MackieControl, "Surface::~Surface init\n");
|
||||||
|
|
||||||
zero_all ();
|
// zero_all ();
|
||||||
|
|
||||||
// delete groups
|
// delete groups
|
||||||
for (Groups::iterator it = groups.begin(); it != groups.end(); ++it) {
|
for (Groups::iterator it = groups.begin(); it != groups.end(); ++it) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue