Skip to content

Commit

Permalink
Ensure URIs match those in RDF description
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Sep 24, 2024
1 parent 4e84192 commit e55f7aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ladspa-lv2/RubberBandLivePitchShifter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions ladspa-lv2/RubberBandR3PitchShifter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit e55f7aa

Please sign in to comment.