Skip to content

Commit

Permalink
CQ Mode: Stop audio playback when leaving CQ mode
Browse files Browse the repository at this point in the history
Now stops the audio playback from CQ messages when leaving CQ mode
  • Loading branch information
rfrht committed Mar 15, 2020
1 parent e32a72a commit 72c179f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auto/cq-mode.xml
Expand Up @@ -154,7 +154,8 @@ Recorder.mode.Loop=0;</MB_InitRequest>
Strip[1].Mute=1;
Recorder.mode.Loop=1;
Button(32).StateOnly = 1; // 50W</MB_OnRequest>
<MB_OffRequest>Strip[1].Mute=0;
<MB_OffRequest>Recorder.stop=1;
Strip[1].Mute=0;
System.Execute("%USERPROFILE%\auto\modo-cq-off.cmd");
Recorder.mode.Loop=0;
Button(32).StateOnly = 0; // 50W</MB_OffRequest>
Expand Down

0 comments on commit 72c179f

Please sign in to comment.