Browse Source

Adjust for latest changes

Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX 3 years ago
parent
commit
bc1bbf3b12
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
10 changed files with 30 additions and 30 deletions
  1. +3
    -3
      distrho-3bandeq.cpp
  2. +3
    -3
      distrho-3bandsplitter.cpp
  3. +3
    -3
      distrho-kars.cpp
  4. +3
    -3
      distrho-nekobi.cpp
  5. +3
    -3
      distrho-pingpongpan.cpp
  6. +3
    -3
      distrho-prom.cpp
  7. +3
    -3
      distrho-vectorjuice.cpp
  8. +3
    -3
      distrho-wobblejuice.cpp
  9. +3
    -3
      zynaddsubfx-fx.cpp
  10. +3
    -3
      zynaddsubfx-synth.cpp

+ 3
- 3
distrho-3bandeq.cpp View File

@@ -1,6 +1,6 @@
/* /*
* Carla Native Plugins * Carla Native Plugins
* Copyright (C) 2012-2017 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * 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(); void carla_register_native_plugin_distrho_3bandeq();


CARLA_EXPORT
CARLA_API_EXPORT
void carla_register_native_plugin_distrho_3bandeq() void carla_register_native_plugin_distrho_3bandeq()
{ {
USE_NAMESPACE_DISTRHO USE_NAMESPACE_DISTRHO


+ 3
- 3
distrho-3bandsplitter.cpp View File

@@ -1,6 +1,6 @@
/* /*
* Carla Native Plugins * Carla Native Plugins
* Copyright (C) 2012-2017 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * 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(); void carla_register_native_plugin_distrho_3bandsplitter();


CARLA_EXPORT
CARLA_API_EXPORT
void carla_register_native_plugin_distrho_3bandsplitter() void carla_register_native_plugin_distrho_3bandsplitter()
{ {
USE_NAMESPACE_DISTRHO USE_NAMESPACE_DISTRHO


+ 3
- 3
distrho-kars.cpp View File

@@ -1,6 +1,6 @@
/* /*
* Carla Native Plugins * Carla Native Plugins
* Copyright (C) 2012-2017 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * 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(); void carla_register_native_plugin_distrho_kars();


CARLA_EXPORT
CARLA_API_EXPORT
void carla_register_native_plugin_distrho_kars() void carla_register_native_plugin_distrho_kars()
{ {
USE_NAMESPACE_DISTRHO USE_NAMESPACE_DISTRHO


+ 3
- 3
distrho-nekobi.cpp View File

@@ -1,6 +1,6 @@
/* /*
* Carla Native Plugins * Carla Native Plugins
* Copyright (C) 2012-2017 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * 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(); void carla_register_native_plugin_distrho_nekobi();


CARLA_EXPORT
CARLA_API_EXPORT
void carla_register_native_plugin_distrho_nekobi() void carla_register_native_plugin_distrho_nekobi()
{ {
USE_NAMESPACE_DISTRHO USE_NAMESPACE_DISTRHO


+ 3
- 3
distrho-pingpongpan.cpp View File

@@ -1,6 +1,6 @@
/* /*
* Carla Native Plugins * Carla Native Plugins
* Copyright (C) 2012-2017 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * 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(); void carla_register_native_plugin_distrho_pingpongpan();


CARLA_EXPORT
CARLA_API_EXPORT
void carla_register_native_plugin_distrho_pingpongpan() void carla_register_native_plugin_distrho_pingpongpan()
{ {
USE_NAMESPACE_DISTRHO USE_NAMESPACE_DISTRHO


+ 3
- 3
distrho-prom.cpp View File

@@ -1,6 +1,6 @@
/* /*
* Carla Native Plugins * Carla Native Plugins
* Copyright (C) 2012-2017 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * 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(); void carla_register_native_plugin_distrho_prom();


CARLA_EXPORT
CARLA_API_EXPORT
void carla_register_native_plugin_distrho_prom() void carla_register_native_plugin_distrho_prom()
{ {
USE_NAMESPACE_DISTRHO USE_NAMESPACE_DISTRHO


+ 3
- 3
distrho-vectorjuice.cpp View File

@@ -1,6 +1,6 @@
/* /*
* Carla Native Plugins * Carla Native Plugins
* Copyright (C) 2012-2017 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * 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(); void carla_register_native_plugin_distrho_vectorjuice();


CARLA_EXPORT
CARLA_API_EXPORT
void carla_register_native_plugin_distrho_vectorjuice() void carla_register_native_plugin_distrho_vectorjuice()
{ {
USE_NAMESPACE_DISTRHO USE_NAMESPACE_DISTRHO


+ 3
- 3
distrho-wobblejuice.cpp View File

@@ -1,6 +1,6 @@
/* /*
* Carla Native Plugins * Carla Native Plugins
* Copyright (C) 2012-2017 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * 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(); void carla_register_native_plugin_distrho_wobblejuice();


CARLA_EXPORT
CARLA_API_EXPORT
void carla_register_native_plugin_distrho_wobblejuice() void carla_register_native_plugin_distrho_wobblejuice()
{ {
USE_NAMESPACE_DISTRHO USE_NAMESPACE_DISTRHO


+ 3
- 3
zynaddsubfx-fx.cpp View File

@@ -1,6 +1,6 @@
/* /*
* Carla Native Plugins * Carla Native Plugins
* Copyright (C) 2012-2019 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * 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(); void carla_register_native_plugin_zynaddsubfx_fx();


CARLA_EXPORT
CARLA_API_EXPORT
void carla_register_native_plugin_zynaddsubfx_fx() void carla_register_native_plugin_zynaddsubfx_fx()
{ {
carla_register_native_plugin(&fxAlienWahDesc); carla_register_native_plugin(&fxAlienWahDesc);


+ 3
- 3
zynaddsubfx-synth.cpp View File

@@ -1,6 +1,6 @@
/* /*
* Carla Native Plugins * Carla Native Plugins
* Copyright (C) 2012-2019 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * 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(); void carla_register_native_plugin_zynaddsubfx_synth();


CARLA_EXPORT
CARLA_API_EXPORT
void carla_register_native_plugin_zynaddsubfx_synth() void carla_register_native_plugin_zynaddsubfx_synth()
{ {
carla_register_native_plugin(&zynaddsubfxDesc); carla_register_native_plugin(&zynaddsubfxDesc);


Loading…
Cancel
Save