This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Fundamental
mirror of
https://github.com/VCVRack/Fundamental.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
28
Wiki
Activity
Browse Source
Fix pluginInstance variable
tags/v1.0.1
Andrew Belt
6 years ago
parent
0a0cde9657
commit
606f782744
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Fundamental.hpp
+ 1
- 1
src/Fundamental.hpp
View File
@@ -5,7 +5,7 @@
using namespace rack;
extern Plugin *plugin;
extern Plugin *plugin
Instance
;
extern Model *modelVCO;
extern Model *modelVCO2;
Write
Preview
Loading…
Cancel
Save