summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2017-02-16 21:37:19 +0200
committerJustin Worthe <justin.worthe@gmail.com>2017-02-16 21:37:19 +0200
commit2be22b5cb4a657ab2fc6ce3a4343925712bba92a (patch)
treec013bc4f823e00e58843df2bd8138c207200a045 /README.org
parente7eafafab5c0a3cbdeea758656248356bed02339 (diff)
Updated tasks in readme file
Diffstat (limited to 'README.org')
-rw-r--r--README.org11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.org b/README.org
index 6dc6220..b9fe8e2 100644
--- a/README.org
+++ b/README.org
@@ -70,18 +70,17 @@ src_sh{cargo test}
*** DONE Start listening on a selected microphone, and let other plugins process the signal.
*** DONE Function for finding frequency spectrum
*** TODO Function for finding fundamental frequencies, expressed as a note and amount sharp/flat
-There is an implementation here that works for sinusoids in test
-cases, but really does not work for real signals. This may need a
-different method of finding frequencies, such as using correlation
-with a time delay.
+There is an implementation here that works kind of ok for most
+signals, although it could stand to be more accurate.
+
** GUI
*** DONE Opens a window with a drop down of available microphones
-*** TODO Real-time updating graph of frequency spectrum
+*** DONE Real-time updating graph of frequency spectrum
This is mostly for debugging purposes, but having a component that a
debugging graph can be put into may be useful.
I'm drawing something now at least. It still needs things like axis
-labels to be useful.
+labels to be really useful, but it's something.
*** TODO Real-time updating graphical representation of fundamental frequency
We have a label so far, but a label isn't exactly a nice thing to
watch while playing.