diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-03 15:36:22 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-03 15:36:22 +0100 |
commit | 9de0b7f8937b7f6ce990132609f0b26851b31f2b (patch) | |
tree | a69f73358c9b75e5a11c9ed18d934964461360bf /main.cpp | |
parent | 05895c86bddf50aacb3bb5e6a6bcc073965341ef (diff) |
Monitor CPU
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ double diff_timespec(const struct timespec *time1, const struct timespec *time0) int main(void) { try { + //debug_cout.activate(); + MIDI midi; ClickStream stream; PCM pcm{stream}; |