Ensure URIs match those in RDF description

This commit is contained in:
Chris Cannam
2024-09-24 15:24:33 +01:00
parent 4e8419232b
commit e55f7aaadc
2 changed files with 4 additions and 4 deletions

View File

@@ -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,

View File

@@ -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,