From 82eae9b39a804513b41e630c95c7e768e1e3031b Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 9 Mar 2020 13:43:38 +0000 Subject: [PATCH] DSSI is not compatible with DISTRHO_PLUGIN_WANT_FULL_STATE Signed-off-by: falkTX --- distrho/src/DistrhoPluginLADSPA+DSSI.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/distrho/src/DistrhoPluginLADSPA+DSSI.cpp b/distrho/src/DistrhoPluginLADSPA+DSSI.cpp index a3f03704..d1031951 100644 --- 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 + * Copyright (C) 2012-2020 Filipe Coelho * * 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