Browse Source

Fix initial signature value for Braids

tags/v0.5.0
Andrew Belt 7 years ago
parent
commit
3139b6beea
1 changed files with 1 additions and 1 deletions
  1. +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() {


Loading…
Cancel
Save