This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
AudibleInstruments
mirror of
https://github.com/VCVRack/AudibleInstruments.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Fix threshold
tags/v0.6.0
Andrew Belt
7 years ago
parent
b1ed058429
commit
173b400645
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Kinks.cpp
+ 1
- 1
src/Kinks.cpp
View File
@@ -44,7 +44,7 @@ void Kinks::step() {
float noise = 2.0 * randomNormal();
// S&H
if (trigger.process(inputs[TRIG_INPUT].value
*
0.7)) {
if (trigger.process(inputs[TRIG_INPUT].value
/
0.7)) {
sample = inputs[SH_INPUT].normalize(noise);
}
Write
Preview
Loading…
Cancel
Save