summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-06-04 17:38:32 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2018-06-04 17:38:41 -0400
commit28f8772c3a75e051a9ed14edc4e5a888387dbe8b (patch)
tree645295ca823902d867d9dd9ff262c8211d2d7f13 /libs/ardour/ardour
parentc79d0c1a9bb0b6e664c52f031f4886c26d7a548f (diff)
remove aeffectx.h; use vestige.h
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/vestige/vestige.h (renamed from libs/ardour/ardour/vestige/aeffectx.h)11
-rw-r--r--libs/ardour/ardour/vst_plugin.h2
-rw-r--r--libs/ardour/ardour/vst_types.h2
3 files changed, 10 insertions, 5 deletions
diff --git a/libs/ardour/ardour/vestige/aeffectx.h b/libs/ardour/ardour/vestige/vestige.h
index 0930f14b93..9e588452ec 100644
--- a/libs/ardour/ardour/vestige/aeffectx.h
+++ b/libs/ardour/ardour/vestige/vestige.h
@@ -1,5 +1,5 @@
/*
- * aeffectx.h - simple header to allow VeSTige compilation and eventually work
+ * vestige.h - simple header to allow VeSTige compilation and eventually work
*
* Copyright (c) 2006 Javier Serrano Polo <jasp00/at/users.sourceforge.net>
*
@@ -20,10 +20,15 @@
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA.
*
+ * This VeSTige header is included in this package in the good-faith
+ * belief that it has been cleanly and legally reverse engineered
+ * without reference to the official VST SDK and without its
+ * developer(s) having agreed to the VST SDK license agreement.
*/
+
#include <stdint.h>
-#ifndef _AEFFECTX_H
-#define _AEFFECTX_H
+#ifndef _VESTIGE_H
+#define _VESTIGE_H
#define CCONST(a, b, c, d)( ( ( (int) a ) << 24 ) | \
( ( (int) b ) << 16 ) | \
diff --git a/libs/ardour/ardour/vst_plugin.h b/libs/ardour/ardour/vst_plugin.h
index 74c53ae812..a696af2afd 100644
--- a/libs/ardour/ardour/vst_plugin.h
+++ b/libs/ardour/ardour/vst_plugin.h
@@ -30,7 +30,7 @@ typedef struct _VSTHandle VSTHandle;
struct _VSTState;
typedef struct _VSTState VSTState;
-#include "ardour/vestige/aeffectx.h"
+#include "ardour/vestige/vestige.h"
namespace ARDOUR {
diff --git a/libs/ardour/ardour/vst_types.h b/libs/ardour/ardour/vst_types.h
index 9e9269e5c0..7bce34f05a 100644
--- a/libs/ardour/ardour/vst_types.h
+++ b/libs/ardour/ardour/vst_types.h
@@ -22,7 +22,7 @@
#include <pthread.h>
#include "ardour/libardour_visibility.h"
-#include "ardour/vestige/aeffectx.h"
+#include "ardour/vestige/vestige.h"
struct LIBARDOUR_API _VSTKey
{