This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Befaco
mirror of
https://github.com/VCVRack/Befaco.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Use smooth brightness of light in SamplingModulator.
tags/v2.1.0
Andrew Belt
4 years ago
parent
396952c92b
commit
69417b35f2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/SamplingModulator.cpp
+ 1
- 1
src/SamplingModulator.cpp
View File
@@ -197,7 +197,7 @@ struct SamplingModulator : Module {
}
for (int i = 0; i < numSteps; i++) {
lights[STEP_LIGHT + i].setBrightness(currentStep == i);
lights[STEP_LIGHT + i].setBrightness
Smooth
(currentStep == i
, args.sampleTime
);
}
}
Write
Preview
Loading…
Cancel
Save