Commit 47c07e8
committed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
- .github/workflows/ci.build.yml+25-14
- .github/workflows/ci.test.yml+35-26
- CMakeLists.txt+39-45
- Makefile+4-2
- README.md+10-1
- scripts/build.sh+1-1
- scripts/test.sh+17-3
- src/abstractions/generator.h+31
- src/abstractions/modulator.h+28
- src/abstractions/neuron.h+32
- src/abstractions/parameter.h+42-14
- src/abstractions/processor.h+30
- src/audio/context.h+2-1
- src/generators/oscillator.cpp+22-5
- src/generators/oscillator.h+22-13
- src/modulators/adsr.cpp+42-21
- src/modulators/adsr.h+29-15
- src/neuron.h+10-3
- src/processors/effects/saturator.cpp+29-6
- src/processors/effects/saturator.h+22-15
- src/processors/effects/wavefolder.cpp+38-11
- src/processors/effects/wavefolder.h+24-22
- src/processors/filters/filter.cpp+23-9
- src/processors/filters/filter.h+21-17
- src/utilities/arithmetic.h+34-1
- src/utilities/logger.cpp-17
- src/utilities/logger.h-17
- src/utilities/midi.h-2
- src/utilities/smoothed_value.h+181
- src/utilities/timer.h-34
- tests/abstractions/parameter_test.cpp+41
- tests/abstractions/parameter_test_atomic.cpp+53
- tests/generators/oscillator_test.cpp+4-7
- tests/utilities/arithmetic_test.cpp+104
- tests/utilities/smoothed_value_test.cpp+474
0 commit comments