M ladspa-lv2/RubberBandLivePitchShifter.cpp +2 -2
@@ 220,7 220,7 @@ RubberBandLivePitchShifter::getDescripto
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::lv2Descripto
const LV2_Descriptor
RubberBandLivePitchShifter::lv2DescriptorStereo =
{
- "http://breakfastquay.com/rdf/lv2-rubberband-live#stereo",
+ "http://breakfastquay.com/rdf/lv2-rubberband#livestereo",
instantiate,
connectPort,
activate,
M ladspa-lv2/RubberBandR3PitchShifter.cpp +2 -2
@@ 220,7 220,7 @@ RubberBandR3PitchShifter::getDescriptor(
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::lv2DescriptorM
const LV2_Descriptor
RubberBandR3PitchShifter::lv2DescriptorStereo =
{
- "http://breakfastquay.com/rdf/lv2-rubberband-r3#stereo",
+ "http://breakfastquay.com/rdf/lv2-rubberband#r3stereo",
instantiate,
connectPort,
activate,