-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f448f8
commit 951d6bf
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neuron
updated
20 files
+111 −0 | .clang-format | |
+7 −2 | CMakeLists.txt | |
+2 −2 | scripts/format.sh | |
+1 −1 | scripts/test.sh | |
+15 −15 | src/audio/context.h | |
+13 −13 | src/audio/sample.h | |
+30 −30 | src/audio/waveform.h | |
+74 −74 | src/generators/oscillator.h | |
+18 −18 | src/modulators/adsr.cpp | |
+96 −96 | src/modulators/adsr.h | |
+1 −0 | src/neuron.h | |
+48 −48 | src/processors/effects/saturator.h | |
+2 −2 | src/processors/effects/wavefolder.cpp | |
+49 −48 | src/processors/effects/wavefolder.h | |
+45 −45 | src/processors/filters/filter.h | |
+96 −96 | src/utilities/arithmetic.h | |
+4 −4 | src/utilities/logger.h | |
+12 −12 | src/utilities/midi.h | |
+115 −0 | src/utilities/parameter.h | |
+26 −26 | src/utilities/timer.h |