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 initialize bug in Tides
tags/v0.5.0
Andrew Belt
7 years ago
parent
d556321a37
commit
f4ba8859f7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Tides.cpp
+ 1
- 1
src/Tides.cpp
View File
@@ -93,7 +93,7 @@ Tides::Tides() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
memset(&generator, 0, sizeof(generator));
generator.Init();
generator.set_sync(false);
initialize
();
reset
();
}
void Tides::step() {
Write
Preview
Loading…
Cancel
Save