diff --git a/source/modules/native-plugins/distrho-3bandeq.cpp b/source/modules/native-plugins/distrho-3bandeq.cpp index 686101aaf..b3796af98 100644 --- a/source/modules/native-plugins/distrho-3bandeq.cpp +++ b/source/modules/native-plugins/distrho-3bandeq.cpp @@ -41,7 +41,7 @@ static const NativePluginDescriptor _3bandeqDesc = { /* paramOuts */ 0, /* name */ DISTRHO_PLUGIN_NAME, /* label */ "3bandeq", - /* maker */ "falkTX", + /* maker */ "falkTX, Michael Gruhn", /* copyright */ "LGPL", PluginDescriptorFILL(PluginCarla) }; diff --git a/source/modules/native-plugins/distrho-3bandsplitter.cpp b/source/modules/native-plugins/distrho-3bandsplitter.cpp index 786aa78e8..67172fbf3 100644 --- a/source/modules/native-plugins/distrho-3bandsplitter.cpp +++ b/source/modules/native-plugins/distrho-3bandsplitter.cpp @@ -41,7 +41,7 @@ static const NativePluginDescriptor _3bandsplitterDesc = { /* paramOuts */ 0, /* name */ DISTRHO_PLUGIN_NAME, /* label */ "3BandSplitter", - /* maker */ "falkTX", + /* maker */ "falkTX, Michael Gruhn", /* copyright */ "LGPL", PluginDescriptorFILL(PluginCarla) }; diff --git a/source/modules/native-plugins/distrho-nekobi.cpp b/source/modules/native-plugins/distrho-nekobi.cpp index da5d32147..c01d8f1b6 100644 --- a/source/modules/native-plugins/distrho-nekobi.cpp +++ b/source/modules/native-plugins/distrho-nekobi.cpp @@ -41,7 +41,7 @@ static const NativePluginDescriptor nekobiDesc = { /* paramOuts */ 0, /* name */ DISTRHO_PLUGIN_NAME, /* label */ "nekobi", - /* maker */ "falkTX", + /* maker */ "falkTX, Sean Bolton and others", /* copyright */ "GPL v2+", PluginDescriptorFILL(PluginCarla) }; diff --git a/source/modules/native-plugins/distrho-pingpongpan.cpp b/source/modules/native-plugins/distrho-pingpongpan.cpp index 9a563f338..0aa5d2ce7 100644 --- a/source/modules/native-plugins/distrho-pingpongpan.cpp +++ b/source/modules/native-plugins/distrho-pingpongpan.cpp @@ -41,7 +41,7 @@ static const NativePluginDescriptor pingpongpanDesc = { /* paramOuts */ 0, /* name */ DISTRHO_PLUGIN_NAME, /* label */ "pingpongpan", - /* maker */ "falkTX", + /* maker */ "falkTX, Michael Gruhn", /* copyright */ "LGPL", PluginDescriptorFILL(PluginCarla) }; diff --git a/source/modules/native-plugins/distrho-stereoenhancer.cpp b/source/modules/native-plugins/distrho-stereoenhancer.cpp index 8095cdf86..cd9bea245 100644 --- a/source/modules/native-plugins/distrho-stereoenhancer.cpp +++ b/source/modules/native-plugins/distrho-stereoenhancer.cpp @@ -41,7 +41,7 @@ static const NativePluginDescriptor stereoenhancerDesc = { /* paramOuts */ 0, /* name */ DISTRHO_PLUGIN_NAME, /* label */ "stereoenhancer", - /* maker */ "falkTX", + /* maker */ "falkTX, Michael Gruhn", /* copyright */ "LGPL", PluginDescriptorFILL(PluginCarla) }; diff --git a/source/modules/native-plugins/juce-patchbay.cpp b/source/modules/native-plugins/juce-patchbay.cpp index 19ddfdfd2..267c4a7ca 100644 --- a/source/modules/native-plugins/juce-patchbay.cpp +++ b/source/modules/native-plugins/juce-patchbay.cpp @@ -245,7 +245,7 @@ static const NativePluginDescriptor jucepatchbayDesc = { /* paramOuts */ 0, /* name */ "Juce Patchbay", /* label */ "jucePatchbay", - /* maker */ "falkTX", + /* maker */ "falkTX, Raw Material Software Ltd.", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(JucePatchbayPlugin) }; diff --git a/source/modules/native-plugins/midi-sequencer.cpp b/source/modules/native-plugins/midi-sequencer.cpp index 10a7b2e2d..fb4415641 100644 --- a/source/modules/native-plugins/midi-sequencer.cpp +++ b/source/modules/native-plugins/midi-sequencer.cpp @@ -232,7 +232,7 @@ private: // ----------------------------------------------------------------------- -static const NativePluginDescriptor midiSequencerDesc = { +static const NativePluginDescriptor midisequencerDesc = { /* category */ PLUGIN_CATEGORY_UTILITY, /* hints */ PLUGIN_IS_RTSAFE/*|PLUGIN_HAS_GUI*/, /* supports */ static_cast(0x0), @@ -243,7 +243,7 @@ static const NativePluginDescriptor midiSequencerDesc = { /* paramIns */ 0, /* paramOuts */ 0, /* name */ "MIDI Sequencer", - /* label */ "midiSequencer", + /* label */ "midisequencer", /* maker */ "falkTX", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(MidiSequencerPlugin) @@ -252,7 +252,7 @@ static const NativePluginDescriptor midiSequencerDesc = { // ----------------------------------------------------------------------- CARLA_EXPORT -void carla_register_native_plugin_midiSequencer() +void carla_register_native_plugin_midisequencer() { carla_register_native_plugin(&midiSequencerDesc); } diff --git a/source/modules/native-plugins/vex-fx.cpp b/source/modules/native-plugins/vex-fx.cpp index 58e715517..df70c90dd 100644 --- a/source/modules/native-plugins/vex-fx.cpp +++ b/source/modules/native-plugins/vex-fx.cpp @@ -829,8 +829,8 @@ static const NativePluginDescriptor vexArpDesc = { /* paramIns */ VexArpPlugin::kParamCount, /* paramOuts */ 0, /* name */ "VexArp", - /* label */ "vexArp", - /* maker */ "falkTX", + /* label */ "vexarp", + /* maker */ "falkTX, Lucio Asnaghi, rockhardbuns", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(VexArpPlugin) }; @@ -846,8 +846,8 @@ static const NativePluginDescriptor vexChorusDesc = { /* paramIns */ VexChorusPlugin::kParamCount, /* paramOuts */ 0, /* name */ "VexChorus", - /* label */ "vexChorus", - /* maker */ "falkTX", + /* label */ "vexchorus", + /* maker */ "falkTX, Lucio Asnaghi, rockhardbuns", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(VexChorusPlugin) }; @@ -863,8 +863,8 @@ static const NativePluginDescriptor vexDelayDesc = { /* paramIns */ VexDelayPlugin::kParamCount, /* paramOuts */ 0, /* name */ "VexDelay", - /* label */ "vexDelay", - /* maker */ "falkTX", + /* label */ "vexdelay", + /* maker */ "falkTX, Lucio Asnaghi, rockhardbuns", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(VexDelayPlugin) }; @@ -880,8 +880,8 @@ static const NativePluginDescriptor vexReverbDesc = { /* paramIns */ VexReverbPlugin::kParamCount, /* paramOuts */ 0, /* name */ "VexReverb", - /* label */ "vexReverb", - /* maker */ "falkTX", + /* label */ "vexreverb", + /* maker */ "falkTX, Lucio Asnaghi, rockhardbuns", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(VexReverbPlugin) }; diff --git a/source/modules/native-plugins/vex-synth.cpp b/source/modules/native-plugins/vex-synth.cpp index 41424947b..f4a03600d 100644 --- a/source/modules/native-plugins/vex-synth.cpp +++ b/source/modules/native-plugins/vex-synth.cpp @@ -1218,7 +1218,7 @@ private: // ----------------------------------------------------------------------- -static const NativePluginDescriptor vexSynthDesc = { +static const NativePluginDescriptor vexsynthDesc = { /* category */ PLUGIN_CATEGORY_SYNTH, /* hints */ static_cast(PLUGIN_IS_SYNTH|PLUGIN_HAS_UI|PLUGIN_NEEDS_UI_JUCE|PLUGIN_USES_STATE|PLUGIN_USES_TIME), /* supports */ static_cast(0x0), @@ -1229,8 +1229,8 @@ static const NativePluginDescriptor vexSynthDesc = { /* paramIns */ VexSynthPlugin::kParamCount, /* paramOuts */ 0, /* name */ "VexSynth", - /* label */ "vexSynth", - /* maker */ "falkTX", + /* label */ "vexsynth", + /* maker */ "falkTX, Lucio Asnaghi, rockhardbuns", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(VexSynthPlugin) }; @@ -1240,7 +1240,7 @@ static const NativePluginDescriptor vexSynthDesc = { CARLA_EXPORT void carla_register_native_plugin_vex_synth() { - carla_register_native_plugin(&vexSynthDesc); + carla_register_native_plugin(&vexsynthDesc); } // ----------------------------------------------------------------------- diff --git a/source/modules/native-plugins/zynaddsubfx-fx.cpp b/source/modules/native-plugins/zynaddsubfx-fx.cpp index e75c888fc..3c78b4d2b 100644 --- a/source/modules/native-plugins/zynaddsubfx-fx.cpp +++ b/source/modules/native-plugins/zynaddsubfx-fx.cpp @@ -1332,8 +1332,8 @@ static const NativePluginDescriptor fxAlienWahDesc = { /* paramIns */ 11-2, /* paramOuts */ 0, /* name */ "ZynAlienWah", - /* label */ "zynAlienWah", - /* maker */ "falkTX", + /* label */ "zynalienwah", + /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(FxAlienWahPlugin) }; @@ -1349,8 +1349,8 @@ static const NativePluginDescriptor fxChorusDesc = { /* paramIns */ 12-2, /* paramOuts */ 0, /* name */ "ZynChorus", - /* label */ "zynChorus", - /* maker */ "falkTX", + /* label */ "zynchorus", + /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(FxChorusPlugin) }; @@ -1366,8 +1366,8 @@ static const NativePluginDescriptor fxDistortionDesc = { /* paramIns */ 11-2, /* paramOuts */ 0, /* name */ "ZynDistortion", - /* label */ "zynDistortion", - /* maker */ "falkTX", + /* label */ "zyndistortion", + /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(FxDistortionPlugin) }; @@ -1383,8 +1383,8 @@ static const NativePluginDescriptor fxDynamicFilterDesc = { /* paramIns */ 10-2, /* paramOuts */ 0, /* name */ "ZynDynamicFilter", - /* label */ "zynDynamicFilter", - /* maker */ "falkTX", + /* label */ "zyndynamicfilter", + /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(FxDynamicFilterPlugin) }; @@ -1400,8 +1400,8 @@ static const NativePluginDescriptor fxEchoDesc = { /* paramIns */ 7-2, /* paramOuts */ 0, /* name */ "ZynEcho", - /* label */ "zynEcho", - /* maker */ "falkTX", + /* label */ "zynecho", + /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(FxEchoPlugin) }; @@ -1417,8 +1417,8 @@ static const NativePluginDescriptor fxPhaserDesc = { /* paramIns */ 15-2, /* paramOuts */ 0, /* name */ "ZynPhaser", - /* label */ "zynPhaser", - /* maker */ "falkTX", + /* label */ "zynphaser", + /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(FxPhaserPlugin) }; @@ -1434,8 +1434,8 @@ static const NativePluginDescriptor fxReverbDesc = { /* paramIns */ 13-2, /* paramOuts */ 0, /* name */ "ZynReverb", - /* label */ "zynReverb", - /* maker */ "falkTX", + /* label */ "zynreverb", + /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(FxReverbPlugin) }; diff --git a/source/modules/native-plugins/zynaddsubfx-synth.cpp b/source/modules/native-plugins/zynaddsubfx-synth.cpp index 9eb069355..7c6f973b0 100644 --- a/source/modules/native-plugins/zynaddsubfx-synth.cpp +++ b/source/modules/native-plugins/zynaddsubfx-synth.cpp @@ -802,7 +802,7 @@ static const NativePluginDescriptor zynaddsubfxDesc = { /* paramOuts */ 0, /* name */ "ZynAddSubFX", /* label */ "zynaddsubfx", - /* maker */ "falkTX", + /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(ZynAddSubFxPlugin) };