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
Reload script on initialize.
tags/v1.1.1
Andrew Belt
5 years ago
parent
8884f1ff6b
commit
ee892a3d81
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/Prototype.cpp
+ 4
- 0
src/Prototype.cpp
View File
@@ -57,6 +57,10 @@ struct Prototype : Module {
clearScriptEngine();
}
void onReset() override {
reloadScript();
}
void process(const ProcessArgs& args) override {
if (!scriptEngine)
return;
Write
Preview
Loading…
Cancel
Save