* update maker

This commit is contained in:
Chris Cannam
2008-06-04 20:43:22 +00:00
parent 1d41c952e8
commit 1a9f2f6c98
2 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ RubberBandPitchShifter::ladspaDescriptorMono =
"rubberband-pitchshifter-mono", // Label
properties,
"Rubber Band Mono Pitch Shifter", // Name
"Chris Cannam",
"Breakfast Quay",
"GPL",
PortCountMono,
portsMono,
@@ -175,7 +175,7 @@ RubberBandPitchShifter::ladspaDescriptorStereo =
"rubberband-pitchshifter-stereo", // Label
properties,
"Rubber Band Stereo Pitch Shifter", // Name
"Chris Cannam",
"Breakfast Quay",
"GPL",
PortCountStereo,
portsStereo,

View File

@@ -127,7 +127,7 @@ RubberBandVampPlugin::getDescription() const
string
RubberBandVampPlugin::getMaker() const
{
return "Rubber Band"; ///!!!
return "Breakfast Quay";
}
int