-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Group Processor Ringout support (#1176)
This adds support for a processor to implement tailLength and then keep a group alie through its tail. it also adds a reasonable tailLength implementation to ShortDelay (but no other processor). Addresses #852. Once we do the same with EG12 release that issue will be mostly wrapped, but we do need to visit all the procs for a tail.
- Loading branch information
Showing
4 changed files
with
82 additions
and
6 deletions.
There are no files selected for viewing
Submodule sst-effects
updated
3 files
+2 −2 | include/sst/voice-effects/VoiceEffectCore.h | |
+16 −1 | include/sst/voice-effects/delay/DelaySupport.h | |
+61 −5 | include/sst/voice-effects/delay/ShortDelay.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