From 314cfe8bdbf8feb6c4d5b658419ea4c95c9990de Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 11 Jul 2022 09:40:48 -0700 Subject: [PATCH] Updated TODO --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 95ebd32..9e75cd7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,6 +24,9 @@ // TODO: // +// MPD connection error handling +// Cleaner building +// // FFT: // stereo support (and maybe different bitrates?) // Optimization: don't copy filename in buffer? @@ -33,7 +36,6 @@ // note that wave and spectrum have different sizes // clear fft when not in use // -// MPD interface // // Keyboard interface: // Fix segfault