aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-29 10:24:22 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-29 10:24:22 +0100
commit18e2d8571437889693676a8df1dc9e8530cb4a18 (patch)
tree3d0bac5899f3ce131b60b4f630bfa9365dcf0f64
parentsome readme (diff)
downloadlego-piano-18e2d8571437889693676a8df1dc9e8530cb4a18.tar.gz
lego-piano-18e2d8571437889693676a8df1dc9e8530cb4a18.tar.bz2
lego-piano-18e2d8571437889693676a8df1dc9e8530cb4a18.zip
drop now-useless notes
-rw-r--r--esp32/notes.rst.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/esp32/notes.rst.txt b/esp32/notes.rst.txt
deleted file mode 100644
index 5bba636..0000000
--- a/esp32/notes.rst.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-soundfounts!
-
-https://github.com/schellingb/TinySoundFont
-
-comes with a non-terrible soundfont
-
-get some ideas from
-https://github.com/earlephilhower/ESP8266Audio
-about playback buffers &c
-
-so, tsf doesn't fit in ram
-
-the hacked tsf inside ESP8266Audio can't load from memory
-
-bleah