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.
Move SincDelay line; upgrade Endia; tiny other (surge-synthesizer#6968)
1. SSESincDelayLine moves to basic blocks 2. the vt_read_blah use the ::endian 3. FIx the README and OSC problems from the accidental push last night
- Loading branch information
Showing
14 changed files
with
73 additions
and
282 deletions.
There are no files selected for viewing
Submodule sst-basic-blocks
updated
5 files
+3 −3 | .github/workflows/build-tests.yml | |
+5 −5 | CMakeLists.txt | |
+114 −0 | include/sst/basic-blocks/dsp/SSESincDelayLine.h | |
+18 −0 | include/sst/basic-blocks/mechanics/endian-ops.h | |
+116 −0 | tests/dsp_tests.cpp |
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
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.