From 8f3b27a6527cd267c450a3b8018f1ffcc11aeb54 Mon Sep 17 00:00:00 2001 From: Vineet K Date: Sat, 13 Apr 2024 20:06:35 -0400 Subject: [PATCH] think of how to encode/save the length of a note --- notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes.md b/notes.md index a891d7f..1a43459 100644 --- a/notes.md +++ b/notes.md @@ -63,3 +63,6 @@ - since we don't know if we can even get the shift registers on time, it's possible to make our own via another Arduino that has all the buttons connected to it and it sends the data over USART to the speaker Arduino +- the length of each note can be saved as how many cycles of the square + wave note were generated, perhaps with a prescalar if it's a really long + and high frequency note