This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
VCV-Prototype
mirror of
https://github.com/VCVRack/VCV-Prototype.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
3
Wiki
Activity
Browse Source
Correct RackUI::addNumEntry, fScale must be resetted.
faust
Stephane Letz
Andrew Belt
4 years ago
parent
faa4eaa59b
commit
35ace73aa8
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/FaustEngine.cpp
+ 1
- 0
src/FaustEngine.cpp
View File
@@ -148,6 +148,7 @@ struct RackUI : public GenericUI
fUpdateFunIn.push_back([=] (ProcessBlock* block) { converter->update(block->knobs[index-1]); });
fConverters.push_back(converter);
}
fScale = "lin";
}
void addBarGraph(FAUSTFLOAT* zone)
Write
Preview
Loading…
Cancel
Save