From c33a0852fc4da4c0739a089018411854719ec1e2 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 23 Jan 2004 04:20:44 +0000 Subject: "" svn path=/trunk/; revision=1290 --- externals/grill/vst/src/Editor.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 externals/grill/vst/src/Editor.h (limited to 'externals/grill/vst/src/Editor.h') 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 -- cgit v1.2.1