more work

This commit is contained in:
Bob 2014-02-09 21:12:36 +01:00
parent dbf28d2215
commit 3ab4903c91
2 changed files with 67 additions and 1 deletions

View file

@ -32,6 +32,8 @@ class CAmpSwitch
void Cleanup();
private:
void PrintHelpMessage();
void Connect();
bool JackConnect();
void JackDisconnect();
@ -57,6 +59,9 @@ class CAmpSwitch
float m_switchtime;
int m_samplecounter;
bool m_jackshutdown;
char* m_oncommand;
char* m_offcommand;
};
#endif //AMPSWITCH_H