diff --git a/src/ampswitch.cpp b/src/ampswitch.cpp index 62380b4..2226d75 100644 --- a/src/ampswitch.cpp +++ b/src/ampswitch.cpp @@ -128,6 +128,9 @@ bool CAmpSwitch::Setup() void CAmpSwitch::Process() { + if (m_offcommand) + system(m_offcommand); + while (!g_stop) { if (m_jackshutdown)