This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Fundamental
mirror of
https://github.com/VCVRack/Fundamental.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
25
Wiki
Activity
Browse Source
Add bypass routes to Delay.
tags/v2.0.2
Andrew Belt
1 year ago
parent
0462eba380
commit
382078ff5f
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/Delay.cpp
+ 3
- 0
src/Delay.cpp
View File
@@ -82,6 +82,9 @@ struct Delay : Module {
configOutput(MIX_OUTPUT, "Mix");
configOutput(WET_OUTPUT, "Wet");
configBypass(IN_INPUT, WET_OUTPUT);
configBypass(IN_INPUT, MIX_OUTPUT);
src = src_new(SRC_SINC_FASTEST, 1, NULL);
assert(src);
}
Write
Preview
Loading…
Cancel
Save