summaryrefslogtreecommitdiffhomepage
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 53e2947..19cf681 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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};