forked from surge-synthesizer/surge
-
Notifications
You must be signed in to change notification settings - Fork 1
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 surge-synthesizer#1 from surge-synthesizer/main
add commits with sst effects interface changes
- Loading branch information
Showing
24 changed files
with
463 additions
and
448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ trigger: | |
|
||
pr: | ||
- main | ||
- xt-alpha | ||
- release-xt/* | ||
|
||
jobs: | ||
- job: BuildCodeQuality | ||
|
Submodule sst-basic-blocks
updated
17 files
Submodule sst-effects
updated
11 files
+1 −0 | CMakeLists.txt | |
+1 −0 | include/sst/effects/ConcreteConfig.h | |
+433 −0 | include/sst/effects/Delay.h | |
+53 −7 | include/sst/effects/EffectCore.h | |
+57 −0 | include/sst/effects/EffectCoreDetails.h | |
+9 −7 | include/sst/effects/Reverb1.h | |
+1 −0 | scripts/fix_file_comments.pl | |
+3 −0 | tests/concrete-runs.cpp | |
+34 −44 | tests/create-effect.cpp | |
+124 −0 | tests/sfinae-test.cpp | |
+0 −1 | tests/simd-test-include.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.