added: start a thread for connecting to Kodi when requested
This commit is contained in:
parent
3d56ee20a8
commit
0e5becf050
5 changed files with 87 additions and 4 deletions
|
@ -20,6 +20,7 @@
|
|||
#define AMPSWITCH_H
|
||||
|
||||
#include <jack/jack.h>
|
||||
#include "kodiclient.h"
|
||||
|
||||
class CAmpSwitch
|
||||
{
|
||||
|
@ -64,6 +65,9 @@ class CAmpSwitch
|
|||
|
||||
bool m_switchedon;
|
||||
int m_samplecounter;
|
||||
|
||||
bool m_usekodi;
|
||||
CKodiClient m_kodiclient;
|
||||
};
|
||||
|
||||
#endif //AMPSWITCH_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue