summaryrefslogtreecommitdiff
path: root/plugins/ZamCompX2
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamCompX2')
-rw-r--r--plugins/ZamCompX2/ZamCompX2Plugin.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ZamCompX2/ZamCompX2Plugin.hpp b/plugins/ZamCompX2/ZamCompX2Plugin.hpp
index 2e2b658..52b867b 100644
--- a/plugins/ZamCompX2/ZamCompX2Plugin.hpp
+++ b/plugins/ZamCompX2/ZamCompX2Plugin.hpp
@@ -18,9 +18,9 @@
#ifndef ZAMCOMPX2PLUGIN_HPP_INCLUDED
#define ZAMCOMPX2PLUGIN_HPP_INCLUDED
-#define STEREOLINK_UNCOUPLED 0
-#define STEREOLINK_AVERAGE 1
-#define STEREOLINK_MAX 2
+#define STEREOLINK_AVERAGE 0
+#define STEREOLINK_MAX 1
+#define STEREOLINK_UNCOUPLED 2
#include "DistrhoPlugin.hpp"