Browse Source

Mutes: Add bypass routes.

tags/v2.4.0
Andrew Belt 11 months ago
parent
commit
62b04ec666
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Mutes.cpp

+ 1
- 0
src/Mutes.cpp View File

@@ -25,6 +25,7 @@ struct Mutes : Module {
configSwitch(MUTE_PARAMS + i, 0.f, 1.f, 0.f, string::f("Row %d mute", i + 1));
configInput(IN_INPUTS + i, string::f("Row %d", i + 1));
configOutput(OUT_OUTPUTS + i, string::f("Row %d", i + 1));
configBypass(IN_INPUTS + i, OUT_OUTPUTS + i);
}
}



Loading…
Cancel
Save