Browse Source

Misc

tags/1.9.4
falkTX 11 years ago
parent
commit
9ccbb6b8df
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      source/backend/engine/CarlaEngineNative.cpp
  2. +1
    -1
      source/modules/native-plugins/distrho-3bandsplitter.cpp
  3. +1
    -1
      source/modules/native-plugins/juce-patchbay.cpp

+ 2
- 2
source/backend/engine/CarlaEngineNative.cpp View File

@@ -1521,7 +1521,7 @@ static const NativePluginDescriptor carlaRackDesc = {
/* paramIns */ 0,
/* paramOuts */ 0,
/* name */ "Carla-Rack",
/* label */ "carla-rack",
/* label */ "carlarack",
/* maker */ "falkTX",
/* copyright */ "GNU GPL v2+",
CarlaEngineNative::_instantiateRack,
@@ -1560,7 +1560,7 @@ static const NativePluginDescriptor carlaPatchbayDesc = {
/* paramIns */ 0,
/* paramOuts */ 0,
/* name */ "Carla-Patchbay",
/* label */ "carla-patchbay",
/* label */ "carlapatchbay",
/* maker */ "falkTX",
/* copyright */ "GNU GPL v2+",
CarlaEngineNative::_instantiatePatchbay,


+ 1
- 1
source/modules/native-plugins/distrho-3bandsplitter.cpp View File

@@ -40,7 +40,7 @@ static const NativePluginDescriptor _3bandsplitterDesc = {
/* paramIns */ DistrhoPlugin3BandSplitter::paramCount,
/* paramOuts */ 0,
/* name */ DISTRHO_PLUGIN_NAME,
/* label */ "3BandSplitter",
/* label */ "3bandsplitter",
/* maker */ "falkTX, Michael Gruhn",
/* copyright */ "LGPL",
PluginDescriptorFILL(PluginCarla)


+ 1
- 1
source/modules/native-plugins/juce-patchbay.cpp View File

@@ -244,7 +244,7 @@ static const NativePluginDescriptor jucepatchbayDesc = {
/* paramIns */ 0,
/* paramOuts */ 0,
/* name */ "Juce Patchbay",
/* label */ "jucePatchbay",
/* label */ "jucepatchbay",
/* maker */ "falkTX, Raw Material Software Ltd.",
/* copyright */ "GNU GPL v2+",
PluginDescriptorFILL(JucePatchbayPlugin)


Loading…
Cancel
Save