Cleanup lv2export, split definitions into common file

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-10-17 18:36:15 +01:00
parent 482ae564a0
commit 36d49e7471
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
9 changed files with 64 additions and 58 deletions

View file

@ -15,25 +15,7 @@
* For a full copy of the GNU General Public License see the LICENSE file.
*/
#ifndef PLUGIN_BRAND
# error PLUGIN_BRAND undefined
#endif
#ifndef PLUGIN_LABEL
# error PLUGIN_LABEL undefined
#endif
#ifndef PLUGIN_MODEL
# error PLUGIN_MODEL undefined
#endif
#ifndef PLUGIN_CV_INPUTS
# error PLUGIN_CV_INPUTS undefined
#endif
#ifndef PLUGIN_CV_OUTPUTS
# error PLUGIN_CV_OUTPUTS undefined
#endif
#include "lv2plugin.hpp"
#include <cstdio>