Browse Source

Disable Peaks again until further testing.

pull/51/head
Christoph Scholtes 7 years ago
parent
commit
855fc85b7d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/AudibleInstruments.cpp

+ 1
- 1
src/AudibleInstruments.cpp View File

@@ -21,5 +21,5 @@ void init(rack::Plugin *p) {
p->addModel(modelBlinds);
p->addModel(modelVeils);
p->addModel(modelFrames);
p->addModel(modelPeaks);
//p->addModel(modelPeaks);
}

Loading…
Cancel
Save