-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #322 from shorepine/newamy
upping AMY in Tulip to dan's latest
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule amy
updated
27 files
+8 −1 | Makefile | |
+106 −106 | README.md | |
+69 −19 | amy.py | |
+4 −1 | amy_headers.py | |
+20 −0 | daisy/Makefile | |
+88 −0 | daisy/Osc.cpp | |
+13 −0 | daisy/README.md | |
+18 −12 | examples/AMY_Test_ESP32/AMY_Test_ESP32.ino | |
+3 −3 | juno.py | |
+59 −27 | partials.py | |
+0 −2 | requirements.txt | |
+5 −0 | src/AMY-Arduino.cpp | |
+1 −0 | src/AMY-Arduino.h | |
+30 −7 | src/amy-example.c | |
+63 −28 | src/amy.c | |
+5 −3 | src/amy.h | |
+17 −0 | src/amy_config.h | |
+2 −0 | src/envelope.c | |
+35 −20 | src/examples.c | |
+1 −0 | src/examples.h | |
+17 −2 | src/oscillators.c | |
+25 −10 | src/partials.c | |
+6,761 −7,320 | src/partials.h | |
+7 −2 | src/patches.c | |
+128 −128 | src/patches.h | |
+3 −0 | src/setup.py | |
+ − | tests/ref/TestPartial.wav |