aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src/Editor.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-01-23 04:20:44 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-01-23 04:20:44 +0000
commitc33a0852fc4da4c0739a089018411854719ec1e2 (patch)
treed29f57de33e930a7331cc84d3741e7f2919d27dc /externals/grill/vst/src/Editor.h
parent207ff3824e76c37ae513a8b4e53f04fd169c4334 (diff)
""
svn path=/trunk/; revision=1290
Diffstat (limited to 'externals/grill/vst/src/Editor.h')
-rw-r--r--externals/grill/vst/src/Editor.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/externals/grill/vst/src/Editor.h b/externals/grill/vst/src/Editor.h
new file mode 100644
index 00000000..b77d8916
--- /dev/null
+++ b/externals/grill/vst/src/Editor.h
@@ -0,0 +1,20 @@
+/*
+vst~ - VST plugin object for PD
+based on the work of Jarno Seppänen and Mark Williamson
+
+Copyright (c)2003-2004 Thomas Grill (xovo@gmx.net)
+For information on usage and redistribution, and for a DISCLAIMER OF ALL
+WARRANTIES, see the file, "license.txt," in this distribution.
+*/
+
+#ifndef __EDITOR_H
+#define __EDITOR_H
+
+class VSTPlugin;
+
+void SetupEditor();
+void StartEditor(VSTPlugin *p);
+void StopEditor(VSTPlugin *p);
+void ShowEditor(VSTPlugin *p,bool show);
+
+#endif // __EDITOR_H