From e55f7aaadca759af1d589a525328524b4cda1216 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Tue, 24 Sep 2024 15:24:33 +0100 Subject: [PATCH] Ensure URIs match those in RDF description --- ladspa-lv2/RubberBandLivePitchShifter.cpp | 4 ++-- ladspa-lv2/RubberBandR3PitchShifter.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ladspa-lv2/RubberBandLivePitchShifter.cpp b/ladspa-lv2/RubberBandLivePitchShifter.cpp index 9ff0432..25ad132 100644 --- a/ladspa-lv2/RubberBandLivePitchShifter.cpp +++ b/ladspa-lv2/RubberBandLivePitchShifter.cpp @@ -220,7 +220,7 @@ RubberBandLivePitchShifter::getDescriptor(unsigned long index) const LV2_Descriptor RubberBandLivePitchShifter::lv2DescriptorMono = { - "http://breakfastquay.com/rdf/lv2-rubberband-live#mono", + "http://breakfastquay.com/rdf/lv2-rubberband#livemono", instantiate, connectPort, activate, @@ -233,7 +233,7 @@ RubberBandLivePitchShifter::lv2DescriptorMono = const LV2_Descriptor RubberBandLivePitchShifter::lv2DescriptorStereo = { - "http://breakfastquay.com/rdf/lv2-rubberband-live#stereo", + "http://breakfastquay.com/rdf/lv2-rubberband#livestereo", instantiate, connectPort, activate, diff --git a/ladspa-lv2/RubberBandR3PitchShifter.cpp b/ladspa-lv2/RubberBandR3PitchShifter.cpp index bb98026..262bdc7 100644 --- a/ladspa-lv2/RubberBandR3PitchShifter.cpp +++ b/ladspa-lv2/RubberBandR3PitchShifter.cpp @@ -220,7 +220,7 @@ RubberBandR3PitchShifter::getDescriptor(unsigned long index) const LV2_Descriptor RubberBandR3PitchShifter::lv2DescriptorMono = { - "http://breakfastquay.com/rdf/lv2-rubberband-r3#mono", + "http://breakfastquay.com/rdf/lv2-rubberband#r3mono", instantiate, connectPort, activate, @@ -233,7 +233,7 @@ RubberBandR3PitchShifter::lv2DescriptorMono = const LV2_Descriptor RubberBandR3PitchShifter::lv2DescriptorStereo = { - "http://breakfastquay.com/rdf/lv2-rubberband-r3#stereo", + "http://breakfastquay.com/rdf/lv2-rubberband#r3stereo", instantiate, connectPort, activate,