commit 82eae9b39a804513b41e630c95c7e768e1e3031b
parent f9619a7f45b7d0440def86a25741ecf245199b4c
Author: falkTX <falktx@falktx.com>
Date: Mon, 9 Mar 2020 13:43:11 +0000
DSSI is not compatible with DISTRHO_PLUGIN_WANT_FULL_STATE
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/distrho/src/DistrhoPluginLADSPA+DSSI.cpp b/distrho/src/DistrhoPluginLADSPA+DSSI.cpp
@@ -1,6 +1,6 @@
/*
* DISTRHO Plugin Framework (DPF)
- * Copyright (C) 2012-2018 Filipe Coelho <falktx@falktx.com>
+ * Copyright (C) 2012-2020 Filipe Coelho <falktx@falktx.com>
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with
* or without fee is hereby granted, provided that the above copyright notice and this
@@ -19,6 +19,9 @@
#if DISTRHO_PLUGIN_WANT_MIDI_OUTPUT
# error Cannot use MIDI Output with LADSPA or DSSI
#endif
+#if DISTRHO_PLUGIN_WANT_FULL_STATE
+# error Cannot use full state with LADSPA or DSSI
+#endif
#if DISTRHO_PLUGIN_WANT_TIMEPOS && !defined(DISTRHO_NO_WARNINGS)
# warning LADSPA/DSSI does not support TimePos