aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-23 10:45:54 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-23 10:45:54 +0100
commitf15331de57a4fde6088d7a1b47d933646e75151c (patch)
tree6ca731b7abdca57333b589b0cfeb580ee9e59ac9 /.gitmodules
parenttrying to use a soundfont (diff)
downloadlego-piano-f15331de57a4fde6088d7a1b47d933646e75151c.tar.gz
lego-piano-f15331de57a4fde6088d7a1b47d933646e75151c.tar.bz2
lego-piano-f15331de57a4fde6088d7a1b47d933646e75151c.zip
soundfont works!
it's pretty noisy, but might be good enough
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index a863510..129140f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,9 @@
[submodule "ESP8266Audio"]
path = ESP8266Audio
url = https://github.com/earlephilhower/ESP8266Audio
+[submodule "tsf"]
+ path = tsf
+ url = https://github.com/schellingb/TinySoundFont.git
+[submodule "RingBuffer"]
+ path = RingBuffer
+ url = https://github.com/Locoduino/RingBuffer.git