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
Disable Peaks again until further testing.
pull/51/head
Christoph Scholtes
7 years ago
parent
2a0a302118
commit
855fc85b7d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
Write
Preview
Loading…
Cancel
Save