This commit is contained in:
kennypm
2022-08-07 15:29:42 -04:00
parent 9616df58da
commit ddd5b4e157
2 changed files with 29 additions and 25 deletions

View File

@ -26,6 +26,9 @@ class JACK : public ALabel {
jack_nframes_t bufsize_;
jack_nframes_t samplerate_;
unsigned int xruns_;
float load_;
bool running_;
std::mutex mutex_;
std::string state_;
util::SleeperThread thread_;
};