Skip to content

Commit 7e0c9ec

Browse files
author
Gabor Szanto
committed
Version 1.2.2
- The new SuperpoweredDelay class implements a simple delay with minimum memory operations. Not to be confused with the SuperpoweredEcho effect, which is an echo/delay effect with feedback. The SuperpoweredDelay class just adds a lag in a FIFO manner, but it's very effective for that purpose. - The SuperpoweredEcho is now able to involve another SuperpoweredFX for its internal operation. For example a high-pass filter for a cool sounding "disappearing-in-treble" echo feedback. - Pre-delay and low cut features for SuperpoweredReverb. - Windows Audio I/O fixed for handling multi-channel sound cards. - VS 141 build for non-UWP Visual Studio 2017 projects.
1 parent d5199aa commit 7e0c9ec

File tree

348 files changed

+4574
-385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

348 files changed

+4574
-385
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/.DS_Store

Docs/_superpowered_delay_8h_source.html

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Docs/_superpowered_windows_audio_i_o_8h_source.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Docs/class_superpowered_compressor_proto-members.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Docs/class_superpowered_compressor_proto.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Docs/class_superpowered_delay-members.html

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)