From bc1bbf3b12bd0638707a8e3a84079b241224db3e Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 13 Mar 2022 17:35:37 +0000 Subject: [PATCH] Adjust for latest changes Signed-off-by: falkTX --- distrho-3bandeq.cpp | 6 +++--- distrho-3bandsplitter.cpp | 6 +++--- distrho-kars.cpp | 6 +++--- distrho-nekobi.cpp | 6 +++--- distrho-pingpongpan.cpp | 6 +++--- distrho-prom.cpp | 6 +++--- distrho-vectorjuice.cpp | 6 +++--- distrho-wobblejuice.cpp | 6 +++--- zynaddsubfx-fx.cpp | 6 +++--- zynaddsubfx-synth.cpp | 6 +++--- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/distrho-3bandeq.cpp b/distrho-3bandeq.cpp index ec082a8..63f794d 100644 --- a/distrho-3bandeq.cpp +++ b/distrho-3bandeq.cpp @@ -1,6 +1,6 @@ /* * Carla Native Plugins - * Copyright (C) 2012-2017 Filipe Coelho + * Copyright (C) 2012-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -72,10 +72,10 @@ END_NAMESPACE_DISTRHO // ----------------------------------------------------------------------- -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_3bandeq(); -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_3bandeq() { USE_NAMESPACE_DISTRHO diff --git a/distrho-3bandsplitter.cpp b/distrho-3bandsplitter.cpp index 0dcf870..e812bf6 100644 --- a/distrho-3bandsplitter.cpp +++ b/distrho-3bandsplitter.cpp @@ -1,6 +1,6 @@ /* * Carla Native Plugins - * Copyright (C) 2012-2017 Filipe Coelho + * Copyright (C) 2012-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -72,10 +72,10 @@ END_NAMESPACE_DISTRHO // ----------------------------------------------------------------------- -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_3bandsplitter(); -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_3bandsplitter() { USE_NAMESPACE_DISTRHO diff --git a/distrho-kars.cpp b/distrho-kars.cpp index 10e40e4..85c3bbd 100644 --- a/distrho-kars.cpp +++ b/distrho-kars.cpp @@ -1,6 +1,6 @@ /* * Carla Native Plugins - * Copyright (C) 2012-2017 Filipe Coelho + * Copyright (C) 2012-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -73,10 +73,10 @@ END_NAMESPACE_DISTRHO // ----------------------------------------------------------------------- -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_kars(); -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_kars() { USE_NAMESPACE_DISTRHO diff --git a/distrho-nekobi.cpp b/distrho-nekobi.cpp index 371cbbd..b9ec46d 100644 --- a/distrho-nekobi.cpp +++ b/distrho-nekobi.cpp @@ -1,6 +1,6 @@ /* * Carla Native Plugins - * Copyright (C) 2012-2017 Filipe Coelho + * Copyright (C) 2012-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -74,10 +74,10 @@ END_NAMESPACE_DISTRHO // ----------------------------------------------------------------------- -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_nekobi(); -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_nekobi() { USE_NAMESPACE_DISTRHO diff --git a/distrho-pingpongpan.cpp b/distrho-pingpongpan.cpp index db47b74..ef9dd6c 100644 --- a/distrho-pingpongpan.cpp +++ b/distrho-pingpongpan.cpp @@ -1,6 +1,6 @@ /* * Carla Native Plugins - * Copyright (C) 2012-2017 Filipe Coelho + * Copyright (C) 2012-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -72,10 +72,10 @@ END_NAMESPACE_DISTRHO // ----------------------------------------------------------------------- -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_pingpongpan(); -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_pingpongpan() { USE_NAMESPACE_DISTRHO diff --git a/distrho-prom.cpp b/distrho-prom.cpp index ea8eda3..189e662 100644 --- a/distrho-prom.cpp +++ b/distrho-prom.cpp @@ -1,6 +1,6 @@ /* * Carla Native Plugins - * Copyright (C) 2012-2017 Filipe Coelho + * Copyright (C) 2012-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -54,10 +54,10 @@ END_NAMESPACE_DISTRHO // ----------------------------------------------------------------------- -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_prom(); -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_prom() { USE_NAMESPACE_DISTRHO diff --git a/distrho-vectorjuice.cpp b/distrho-vectorjuice.cpp index f2e7ecd..7b54d66 100644 --- a/distrho-vectorjuice.cpp +++ b/distrho-vectorjuice.cpp @@ -1,6 +1,6 @@ /* * Carla Native Plugins - * Copyright (C) 2012-2017 Filipe Coelho + * Copyright (C) 2012-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -74,10 +74,10 @@ END_NAMESPACE_DISTRHO // ----------------------------------------------------------------------- -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_vectorjuice(); -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_vectorjuice() { USE_NAMESPACE_DISTRHO diff --git a/distrho-wobblejuice.cpp b/distrho-wobblejuice.cpp index 28ec6ec..c1b9fe4 100644 --- a/distrho-wobblejuice.cpp +++ b/distrho-wobblejuice.cpp @@ -1,6 +1,6 @@ /* * Carla Native Plugins - * Copyright (C) 2012-2017 Filipe Coelho + * Copyright (C) 2012-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -74,10 +74,10 @@ END_NAMESPACE_DISTRHO // ----------------------------------------------------------------------- -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_wobblejuice(); -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_distrho_wobblejuice() { USE_NAMESPACE_DISTRHO diff --git a/zynaddsubfx-fx.cpp b/zynaddsubfx-fx.cpp index 8d06100..3b17a2c 100644 --- a/zynaddsubfx-fx.cpp +++ b/zynaddsubfx-fx.cpp @@ -1,6 +1,6 @@ /* * Carla Native Plugins - * Copyright (C) 2012-2019 Filipe Coelho + * Copyright (C) 2012-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -1487,10 +1487,10 @@ static const NativePluginDescriptor fxReverbDesc = { // ----------------------------------------------------------------------- -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_zynaddsubfx_fx(); -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_zynaddsubfx_fx() { carla_register_native_plugin(&fxAlienWahDesc); diff --git a/zynaddsubfx-synth.cpp b/zynaddsubfx-synth.cpp index e79aa73..17742e3 100644 --- a/zynaddsubfx-synth.cpp +++ b/zynaddsubfx-synth.cpp @@ -1,6 +1,6 @@ /* * Carla Native Plugins - * Copyright (C) 2012-2019 Filipe Coelho + * Copyright (C) 2012-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -1080,10 +1080,10 @@ static const NativePluginDescriptor zynaddsubfxDesc = { // ----------------------------------------------------------------------- -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_zynaddsubfx_synth(); -CARLA_EXPORT +CARLA_API_EXPORT void carla_register_native_plugin_zynaddsubfx_synth() { carla_register_native_plugin(&zynaddsubfxDesc);