diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-09-06 09:54:58 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-09-06 09:54:58 +0000 |
| commit | 77d1f54c12709aa3bf350b91c0e5ff81c77e353f (patch) | |
| tree | f922d5642ba5c3642067964ec1c6d06348bf655f /src/plugin.hpp | |
| parent | update to rack v1 compat (diff) | |
| download | vcvmods-77d1f54c12709aa3bf350b91c0e5ff81c77e353f.tar.gz vcvmods-77d1f54c12709aa3bf350b91c0e5ff81c77e353f.zip | |
add parameter descriptions
Diffstat (limited to 'src/plugin.hpp')
| -rw-r--r-- | src/plugin.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugin.hpp b/src/plugin.hpp new file mode 100644 index 0000000..64bca42 --- /dev/null +++ b/src/plugin.hpp @@ -0,0 +1,10 @@ +#include <rack.hpp> + + +using namespace rack; + +extern Plugin *pluginInstance; + +extern Model *modelCircleVCO; +extern Model *modelWrapComp; +extern Model *modelModulo; |
