| @@ -1521,7 +1521,7 @@ static const NativePluginDescriptor carlaRackDesc = { | |||||
| /* paramIns */ 0, | /* paramIns */ 0, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "Carla-Rack", | /* name */ "Carla-Rack", | ||||
| /* label */ "carla-rack", | |||||
| /* label */ "carlarack", | |||||
| /* maker */ "falkTX", | /* maker */ "falkTX", | ||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| CarlaEngineNative::_instantiateRack, | CarlaEngineNative::_instantiateRack, | ||||
| @@ -1560,7 +1560,7 @@ static const NativePluginDescriptor carlaPatchbayDesc = { | |||||
| /* paramIns */ 0, | /* paramIns */ 0, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "Carla-Patchbay", | /* name */ "Carla-Patchbay", | ||||
| /* label */ "carla-patchbay", | |||||
| /* label */ "carlapatchbay", | |||||
| /* maker */ "falkTX", | /* maker */ "falkTX", | ||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| CarlaEngineNative::_instantiatePatchbay, | CarlaEngineNative::_instantiatePatchbay, | ||||
| @@ -40,7 +40,7 @@ static const NativePluginDescriptor _3bandsplitterDesc = { | |||||
| /* paramIns */ DistrhoPlugin3BandSplitter::paramCount, | /* paramIns */ DistrhoPlugin3BandSplitter::paramCount, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ DISTRHO_PLUGIN_NAME, | /* name */ DISTRHO_PLUGIN_NAME, | ||||
| /* label */ "3BandSplitter", | |||||
| /* label */ "3bandsplitter", | |||||
| /* maker */ "falkTX, Michael Gruhn", | /* maker */ "falkTX, Michael Gruhn", | ||||
| /* copyright */ "LGPL", | /* copyright */ "LGPL", | ||||
| PluginDescriptorFILL(PluginCarla) | PluginDescriptorFILL(PluginCarla) | ||||
| @@ -244,7 +244,7 @@ static const NativePluginDescriptor jucepatchbayDesc = { | |||||
| /* paramIns */ 0, | /* paramIns */ 0, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "Juce Patchbay", | /* name */ "Juce Patchbay", | ||||
| /* label */ "jucePatchbay", | |||||
| /* label */ "jucepatchbay", | |||||
| /* maker */ "falkTX, Raw Material Software Ltd.", | /* maker */ "falkTX, Raw Material Software Ltd.", | ||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(JucePatchbayPlugin) | PluginDescriptorFILL(JucePatchbayPlugin) | ||||