added: start a thread for connecting to Kodi when requested

This commit is contained in:
Bob 2021-09-26 19:35:34 +02:00
parent 3d56ee20a8
commit 0e5becf050
5 changed files with 87 additions and 4 deletions

View file

@ -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