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 initial signature value for Braids
tags/v0.5.0
Andrew Belt
7 years ago
parent
66936b012e
commit
3139b6beea
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Braids.cpp
+ 1
- 1
src/Braids.cpp
View File
@@ -92,7 +92,7 @@ Braids::Braids() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS) {
// List of supported settings
settings.meta_modulation = 0;
settings.vco_drift = 0;
settings.signature =
255
;
settings.signature =
0
;
}
void Braids::step() {
Write
Preview
Loading…
Cancel
Save