Browse Source

Misc

tags/1.9.4
falkTX 11 years ago
parent
commit
a1e06fd001
11 changed files with 36 additions and 36 deletions
  1. +1
    -1
      source/modules/native-plugins/distrho-3bandeq.cpp
  2. +1
    -1
      source/modules/native-plugins/distrho-3bandsplitter.cpp
  3. +1
    -1
      source/modules/native-plugins/distrho-nekobi.cpp
  4. +1
    -1
      source/modules/native-plugins/distrho-pingpongpan.cpp
  5. +1
    -1
      source/modules/native-plugins/distrho-stereoenhancer.cpp
  6. +1
    -1
      source/modules/native-plugins/juce-patchbay.cpp
  7. +3
    -3
      source/modules/native-plugins/midi-sequencer.cpp
  8. +8
    -8
      source/modules/native-plugins/vex-fx.cpp
  9. +4
    -4
      source/modules/native-plugins/vex-synth.cpp
  10. +14
    -14
      source/modules/native-plugins/zynaddsubfx-fx.cpp
  11. +1
    -1
      source/modules/native-plugins/zynaddsubfx-synth.cpp

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

@@ -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)
};


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

@@ -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)
};


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

@@ -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)
};


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

@@ -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)
};


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

@@ -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)
};


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

@@ -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)
};


+ 3
- 3
source/modules/native-plugins/midi-sequencer.cpp View File

@@ -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<NativePluginSupports>(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);
}


+ 8
- 8
source/modules/native-plugins/vex-fx.cpp View File

@@ -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)
};


+ 4
- 4
source/modules/native-plugins/vex-synth.cpp View File

@@ -1218,7 +1218,7 @@ private:

// -----------------------------------------------------------------------

static const NativePluginDescriptor vexSynthDesc = {
static const NativePluginDescriptor vexsynthDesc = {
/* category */ PLUGIN_CATEGORY_SYNTH,
/* 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),
@@ -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);
}

// -----------------------------------------------------------------------

+ 14
- 14
source/modules/native-plugins/zynaddsubfx-fx.cpp View File

@@ -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)
};


+ 1
- 1
source/modules/native-plugins/zynaddsubfx-synth.cpp View File

@@ -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)
};


Loading…
Cancel
Save