* update maker
This commit is contained in:
@@ -151,7 +151,7 @@ RubberBandPitchShifter::ladspaDescriptorMono =
|
|||||||
"rubberband-pitchshifter-mono", // Label
|
"rubberband-pitchshifter-mono", // Label
|
||||||
properties,
|
properties,
|
||||||
"Rubber Band Mono Pitch Shifter", // Name
|
"Rubber Band Mono Pitch Shifter", // Name
|
||||||
"Chris Cannam",
|
"Breakfast Quay",
|
||||||
"GPL",
|
"GPL",
|
||||||
PortCountMono,
|
PortCountMono,
|
||||||
portsMono,
|
portsMono,
|
||||||
@@ -175,7 +175,7 @@ RubberBandPitchShifter::ladspaDescriptorStereo =
|
|||||||
"rubberband-pitchshifter-stereo", // Label
|
"rubberband-pitchshifter-stereo", // Label
|
||||||
properties,
|
properties,
|
||||||
"Rubber Band Stereo Pitch Shifter", // Name
|
"Rubber Band Stereo Pitch Shifter", // Name
|
||||||
"Chris Cannam",
|
"Breakfast Quay",
|
||||||
"GPL",
|
"GPL",
|
||||||
PortCountStereo,
|
PortCountStereo,
|
||||||
portsStereo,
|
portsStereo,
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ RubberBandVampPlugin::getDescription() const
|
|||||||
string
|
string
|
||||||
RubberBandVampPlugin::getMaker() const
|
RubberBandVampPlugin::getMaker() const
|
||||||
{
|
{
|
||||||
return "Rubber Band"; ///!!!
|
return "Breakfast Quay";
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|||||||
Reference in New Issue
Block a user