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
Bugfix in PulseGenerator_4
Signed-off-by: hemmer <915048+hemmer@users.noreply.github.com>
tags/v1.1.0^2
Martin
hemmer
6 years ago
parent
c1241f6cc8
commit
2d6786660b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/PulseGenerator_4.hpp
+ 1
- 1
src/PulseGenerator_4.hpp
View File
@@ -6,7 +6,7 @@
/** When triggered, holds a high value for a specified time before going low again */
struct PulseGenerator_4 {
simd::float_4 remaining =
{}
;
simd::float_4 remaining =
simd::float_4::zero()
;
/** Immediately disables the pulse */
void reset() {
Write
Preview
Loading…
Cancel
Save