13
0

OSC: Clear expand Lamp on strip observer destroy

This commit is contained in:
Len Ovens 2016-07-05 14:11:16 -07:00
parent f2f7414751
commit 860ffed6d1
2 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,7 @@ OSCRouteObserver::~OSCRouteObserver ()
strip_connections.drop_connections ();
// all strip buttons should be off and faders 0 and etc.
clear_strip ("/strip/expand", 0);
if (feedback[0]) { // buttons are separate feedback
lo_message msg = lo_message_new ();
// name is a string do it first

View File

@ -136,6 +136,7 @@ OSCSelectObserver::~OSCSelectObserver ()
strip_connections.drop_connections ();
// all strip buttons should be off and faders 0 and etc.
clear_strip ("/select/expand", 0);
if (feedback[0]) { // buttons are separate feedback
lo_message msg = lo_message_new ();
// name is a string do it first