From 27773ed1b32f03a0c62173277a1c320821fc9520 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Mon, 9 Jan 2017 19:05:38 -0800 Subject: OSC: Fix cue observer stop to zero controls --- libs/surfaces/osc/osc_cue_observer.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/surfaces') diff --git a/libs/surfaces/osc/osc_cue_observer.cc b/libs/surfaces/osc/osc_cue_observer.cc index d6c6e38bfb..4fbd438877 100644 --- a/libs/surfaces/osc/osc_cue_observer.cc +++ b/libs/surfaces/osc/osc_cue_observer.cc @@ -149,9 +149,9 @@ OSCCueObserver::send_end () { send_connections.drop_connections (); for (uint32_t i = 1; i <= sends.size(); i++) { - clear_strip (string_compose ("/select/send/fader/%1", i), 0); - clear_strip (string_compose ("/select/send/enable/%1", i), 0); - text_with_id (string_compose("/cue/send/name/%1", i), i, " "); + clear_strip (string_compose ("/cue/send/fader/%1", i), 0); + clear_strip (string_compose ("/cue/send/enable/%1", i), 0); + text_with_id ("/cue/send/name", i, " "); } } -- cgit v1.2.3