From 1a9f2f6c981598a62374da1c1729826d3ca52984 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 4 Jun 2008 20:43:22 +0000 Subject: [PATCH] * update maker --- src/ladspa/RubberBandPitchShifter.cpp | 4 ++-- src/vamp/RubberBandVampPlugin.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ladspa/RubberBandPitchShifter.cpp b/src/ladspa/RubberBandPitchShifter.cpp index f85022b..bd66bfd 100644 --- a/src/ladspa/RubberBandPitchShifter.cpp +++ b/src/ladspa/RubberBandPitchShifter.cpp @@ -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, diff --git a/src/vamp/RubberBandVampPlugin.cpp b/src/vamp/RubberBandVampPlugin.cpp index 9f15843..12486ca 100644 --- a/src/vamp/RubberBandVampPlugin.cpp +++ b/src/vamp/RubberBandVampPlugin.cpp @@ -127,7 +127,7 @@ RubberBandVampPlugin::getDescription() const string RubberBandVampPlugin::getMaker() const { - return "Rubber Band"; ///!!! + return "Breakfast Quay"; } int