| @@ -41,7 +41,7 @@ static const NativePluginDescriptor _3bandeqDesc = { | |||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ DISTRHO_PLUGIN_NAME, | /* name */ DISTRHO_PLUGIN_NAME, | ||||
| /* label */ "3bandeq", | /* label */ "3bandeq", | ||||
| /* maker */ "falkTX", | |||||
| /* maker */ "falkTX, Michael Gruhn", | |||||
| /* copyright */ "LGPL", | /* copyright */ "LGPL", | ||||
| PluginDescriptorFILL(PluginCarla) | PluginDescriptorFILL(PluginCarla) | ||||
| }; | }; | ||||
| @@ -41,7 +41,7 @@ static const NativePluginDescriptor _3bandsplitterDesc = { | |||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ DISTRHO_PLUGIN_NAME, | /* name */ DISTRHO_PLUGIN_NAME, | ||||
| /* label */ "3BandSplitter", | /* label */ "3BandSplitter", | ||||
| /* maker */ "falkTX", | |||||
| /* maker */ "falkTX, Michael Gruhn", | |||||
| /* copyright */ "LGPL", | /* copyright */ "LGPL", | ||||
| PluginDescriptorFILL(PluginCarla) | PluginDescriptorFILL(PluginCarla) | ||||
| }; | }; | ||||
| @@ -41,7 +41,7 @@ static const NativePluginDescriptor nekobiDesc = { | |||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ DISTRHO_PLUGIN_NAME, | /* name */ DISTRHO_PLUGIN_NAME, | ||||
| /* label */ "nekobi", | /* label */ "nekobi", | ||||
| /* maker */ "falkTX", | |||||
| /* maker */ "falkTX, Sean Bolton and others", | |||||
| /* copyright */ "GPL v2+", | /* copyright */ "GPL v2+", | ||||
| PluginDescriptorFILL(PluginCarla) | PluginDescriptorFILL(PluginCarla) | ||||
| }; | }; | ||||
| @@ -41,7 +41,7 @@ static const NativePluginDescriptor pingpongpanDesc = { | |||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ DISTRHO_PLUGIN_NAME, | /* name */ DISTRHO_PLUGIN_NAME, | ||||
| /* label */ "pingpongpan", | /* label */ "pingpongpan", | ||||
| /* maker */ "falkTX", | |||||
| /* maker */ "falkTX, Michael Gruhn", | |||||
| /* copyright */ "LGPL", | /* copyright */ "LGPL", | ||||
| PluginDescriptorFILL(PluginCarla) | PluginDescriptorFILL(PluginCarla) | ||||
| }; | }; | ||||
| @@ -41,7 +41,7 @@ static const NativePluginDescriptor stereoenhancerDesc = { | |||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ DISTRHO_PLUGIN_NAME, | /* name */ DISTRHO_PLUGIN_NAME, | ||||
| /* label */ "stereoenhancer", | /* label */ "stereoenhancer", | ||||
| /* maker */ "falkTX", | |||||
| /* maker */ "falkTX, Michael Gruhn", | |||||
| /* copyright */ "LGPL", | /* copyright */ "LGPL", | ||||
| PluginDescriptorFILL(PluginCarla) | PluginDescriptorFILL(PluginCarla) | ||||
| }; | }; | ||||
| @@ -245,7 +245,7 @@ static const NativePluginDescriptor jucepatchbayDesc = { | |||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "Juce Patchbay", | /* name */ "Juce Patchbay", | ||||
| /* label */ "jucePatchbay", | /* label */ "jucePatchbay", | ||||
| /* maker */ "falkTX", | |||||
| /* maker */ "falkTX, Raw Material Software Ltd.", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(JucePatchbayPlugin) | PluginDescriptorFILL(JucePatchbayPlugin) | ||||
| }; | }; | ||||
| @@ -232,7 +232,7 @@ private: | |||||
| // ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
| static const NativePluginDescriptor midiSequencerDesc = { | |||||
| static const NativePluginDescriptor midisequencerDesc = { | |||||
| /* category */ PLUGIN_CATEGORY_UTILITY, | /* category */ PLUGIN_CATEGORY_UTILITY, | ||||
| /* hints */ PLUGIN_IS_RTSAFE/*|PLUGIN_HAS_GUI*/, | /* hints */ PLUGIN_IS_RTSAFE/*|PLUGIN_HAS_GUI*/, | ||||
| /* supports */ static_cast<NativePluginSupports>(0x0), | /* supports */ static_cast<NativePluginSupports>(0x0), | ||||
| @@ -243,7 +243,7 @@ static const NativePluginDescriptor midiSequencerDesc = { | |||||
| /* paramIns */ 0, | /* paramIns */ 0, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "MIDI Sequencer", | /* name */ "MIDI Sequencer", | ||||
| /* label */ "midiSequencer", | |||||
| /* label */ "midisequencer", | |||||
| /* maker */ "falkTX", | /* maker */ "falkTX", | ||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(MidiSequencerPlugin) | PluginDescriptorFILL(MidiSequencerPlugin) | ||||
| @@ -252,7 +252,7 @@ static const NativePluginDescriptor midiSequencerDesc = { | |||||
| // ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
| CARLA_EXPORT | CARLA_EXPORT | ||||
| void carla_register_native_plugin_midiSequencer() | |||||
| void carla_register_native_plugin_midisequencer() | |||||
| { | { | ||||
| carla_register_native_plugin(&midiSequencerDesc); | carla_register_native_plugin(&midiSequencerDesc); | ||||
| } | } | ||||
| @@ -829,8 +829,8 @@ static const NativePluginDescriptor vexArpDesc = { | |||||
| /* paramIns */ VexArpPlugin::kParamCount, | /* paramIns */ VexArpPlugin::kParamCount, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "VexArp", | /* name */ "VexArp", | ||||
| /* label */ "vexArp", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "vexarp", | |||||
| /* maker */ "falkTX, Lucio Asnaghi, rockhardbuns", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(VexArpPlugin) | PluginDescriptorFILL(VexArpPlugin) | ||||
| }; | }; | ||||
| @@ -846,8 +846,8 @@ static const NativePluginDescriptor vexChorusDesc = { | |||||
| /* paramIns */ VexChorusPlugin::kParamCount, | /* paramIns */ VexChorusPlugin::kParamCount, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "VexChorus", | /* name */ "VexChorus", | ||||
| /* label */ "vexChorus", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "vexchorus", | |||||
| /* maker */ "falkTX, Lucio Asnaghi, rockhardbuns", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(VexChorusPlugin) | PluginDescriptorFILL(VexChorusPlugin) | ||||
| }; | }; | ||||
| @@ -863,8 +863,8 @@ static const NativePluginDescriptor vexDelayDesc = { | |||||
| /* paramIns */ VexDelayPlugin::kParamCount, | /* paramIns */ VexDelayPlugin::kParamCount, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "VexDelay", | /* name */ "VexDelay", | ||||
| /* label */ "vexDelay", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "vexdelay", | |||||
| /* maker */ "falkTX, Lucio Asnaghi, rockhardbuns", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(VexDelayPlugin) | PluginDescriptorFILL(VexDelayPlugin) | ||||
| }; | }; | ||||
| @@ -880,8 +880,8 @@ static const NativePluginDescriptor vexReverbDesc = { | |||||
| /* paramIns */ VexReverbPlugin::kParamCount, | /* paramIns */ VexReverbPlugin::kParamCount, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "VexReverb", | /* name */ "VexReverb", | ||||
| /* label */ "vexReverb", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "vexreverb", | |||||
| /* maker */ "falkTX, Lucio Asnaghi, rockhardbuns", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(VexReverbPlugin) | PluginDescriptorFILL(VexReverbPlugin) | ||||
| }; | }; | ||||
| @@ -1218,7 +1218,7 @@ private: | |||||
| // ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
| static const NativePluginDescriptor vexSynthDesc = { | |||||
| static const NativePluginDescriptor vexsynthDesc = { | |||||
| /* category */ PLUGIN_CATEGORY_SYNTH, | /* category */ PLUGIN_CATEGORY_SYNTH, | ||||
| /* hints */ static_cast<NativePluginHints>(PLUGIN_IS_SYNTH|PLUGIN_HAS_UI|PLUGIN_NEEDS_UI_JUCE|PLUGIN_USES_STATE|PLUGIN_USES_TIME), | /* hints */ static_cast<NativePluginHints>(PLUGIN_IS_SYNTH|PLUGIN_HAS_UI|PLUGIN_NEEDS_UI_JUCE|PLUGIN_USES_STATE|PLUGIN_USES_TIME), | ||||
| /* supports */ static_cast<NativePluginSupports>(0x0), | /* supports */ static_cast<NativePluginSupports>(0x0), | ||||
| @@ -1229,8 +1229,8 @@ static const NativePluginDescriptor vexSynthDesc = { | |||||
| /* paramIns */ VexSynthPlugin::kParamCount, | /* paramIns */ VexSynthPlugin::kParamCount, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "VexSynth", | /* name */ "VexSynth", | ||||
| /* label */ "vexSynth", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "vexsynth", | |||||
| /* maker */ "falkTX, Lucio Asnaghi, rockhardbuns", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(VexSynthPlugin) | PluginDescriptorFILL(VexSynthPlugin) | ||||
| }; | }; | ||||
| @@ -1240,7 +1240,7 @@ static const NativePluginDescriptor vexSynthDesc = { | |||||
| CARLA_EXPORT | CARLA_EXPORT | ||||
| void carla_register_native_plugin_vex_synth() | void carla_register_native_plugin_vex_synth() | ||||
| { | { | ||||
| carla_register_native_plugin(&vexSynthDesc); | |||||
| carla_register_native_plugin(&vexsynthDesc); | |||||
| } | } | ||||
| // ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
| @@ -1332,8 +1332,8 @@ static const NativePluginDescriptor fxAlienWahDesc = { | |||||
| /* paramIns */ 11-2, | /* paramIns */ 11-2, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "ZynAlienWah", | /* name */ "ZynAlienWah", | ||||
| /* label */ "zynAlienWah", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "zynalienwah", | |||||
| /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(FxAlienWahPlugin) | PluginDescriptorFILL(FxAlienWahPlugin) | ||||
| }; | }; | ||||
| @@ -1349,8 +1349,8 @@ static const NativePluginDescriptor fxChorusDesc = { | |||||
| /* paramIns */ 12-2, | /* paramIns */ 12-2, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "ZynChorus", | /* name */ "ZynChorus", | ||||
| /* label */ "zynChorus", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "zynchorus", | |||||
| /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(FxChorusPlugin) | PluginDescriptorFILL(FxChorusPlugin) | ||||
| }; | }; | ||||
| @@ -1366,8 +1366,8 @@ static const NativePluginDescriptor fxDistortionDesc = { | |||||
| /* paramIns */ 11-2, | /* paramIns */ 11-2, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "ZynDistortion", | /* name */ "ZynDistortion", | ||||
| /* label */ "zynDistortion", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "zyndistortion", | |||||
| /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(FxDistortionPlugin) | PluginDescriptorFILL(FxDistortionPlugin) | ||||
| }; | }; | ||||
| @@ -1383,8 +1383,8 @@ static const NativePluginDescriptor fxDynamicFilterDesc = { | |||||
| /* paramIns */ 10-2, | /* paramIns */ 10-2, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "ZynDynamicFilter", | /* name */ "ZynDynamicFilter", | ||||
| /* label */ "zynDynamicFilter", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "zyndynamicfilter", | |||||
| /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(FxDynamicFilterPlugin) | PluginDescriptorFILL(FxDynamicFilterPlugin) | ||||
| }; | }; | ||||
| @@ -1400,8 +1400,8 @@ static const NativePluginDescriptor fxEchoDesc = { | |||||
| /* paramIns */ 7-2, | /* paramIns */ 7-2, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "ZynEcho", | /* name */ "ZynEcho", | ||||
| /* label */ "zynEcho", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "zynecho", | |||||
| /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(FxEchoPlugin) | PluginDescriptorFILL(FxEchoPlugin) | ||||
| }; | }; | ||||
| @@ -1417,8 +1417,8 @@ static const NativePluginDescriptor fxPhaserDesc = { | |||||
| /* paramIns */ 15-2, | /* paramIns */ 15-2, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "ZynPhaser", | /* name */ "ZynPhaser", | ||||
| /* label */ "zynPhaser", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "zynphaser", | |||||
| /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(FxPhaserPlugin) | PluginDescriptorFILL(FxPhaserPlugin) | ||||
| }; | }; | ||||
| @@ -1434,8 +1434,8 @@ static const NativePluginDescriptor fxReverbDesc = { | |||||
| /* paramIns */ 13-2, | /* paramIns */ 13-2, | ||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "ZynReverb", | /* name */ "ZynReverb", | ||||
| /* label */ "zynReverb", | |||||
| /* maker */ "falkTX", | |||||
| /* label */ "zynreverb", | |||||
| /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(FxReverbPlugin) | PluginDescriptorFILL(FxReverbPlugin) | ||||
| }; | }; | ||||
| @@ -802,7 +802,7 @@ static const NativePluginDescriptor zynaddsubfxDesc = { | |||||
| /* paramOuts */ 0, | /* paramOuts */ 0, | ||||
| /* name */ "ZynAddSubFX", | /* name */ "ZynAddSubFX", | ||||
| /* label */ "zynaddsubfx", | /* label */ "zynaddsubfx", | ||||
| /* maker */ "falkTX", | |||||
| /* maker */ "falkTX, Mark McCurry, Nasca Octavian Paul", | |||||
| /* copyright */ "GNU GPL v2+", | /* copyright */ "GNU GPL v2+", | ||||
| PluginDescriptorFILL(ZynAddSubFxPlugin) | PluginDescriptorFILL(ZynAddSubFxPlugin) | ||||
| }; | }; | ||||