Ensure URIs match those in RDF description
This commit is contained in:
@@ -220,7 +220,7 @@ RubberBandLivePitchShifter::getDescriptor(unsigned long index)
|
|||||||
const LV2_Descriptor
|
const LV2_Descriptor
|
||||||
RubberBandLivePitchShifter::lv2DescriptorMono =
|
RubberBandLivePitchShifter::lv2DescriptorMono =
|
||||||
{
|
{
|
||||||
"http://breakfastquay.com/rdf/lv2-rubberband-live#mono",
|
"http://breakfastquay.com/rdf/lv2-rubberband#livemono",
|
||||||
instantiate,
|
instantiate,
|
||||||
connectPort,
|
connectPort,
|
||||||
activate,
|
activate,
|
||||||
@@ -233,7 +233,7 @@ RubberBandLivePitchShifter::lv2DescriptorMono =
|
|||||||
const LV2_Descriptor
|
const LV2_Descriptor
|
||||||
RubberBandLivePitchShifter::lv2DescriptorStereo =
|
RubberBandLivePitchShifter::lv2DescriptorStereo =
|
||||||
{
|
{
|
||||||
"http://breakfastquay.com/rdf/lv2-rubberband-live#stereo",
|
"http://breakfastquay.com/rdf/lv2-rubberband#livestereo",
|
||||||
instantiate,
|
instantiate,
|
||||||
connectPort,
|
connectPort,
|
||||||
activate,
|
activate,
|
||||||
|
|||||||
@@ -220,7 +220,7 @@ RubberBandR3PitchShifter::getDescriptor(unsigned long index)
|
|||||||
const LV2_Descriptor
|
const LV2_Descriptor
|
||||||
RubberBandR3PitchShifter::lv2DescriptorMono =
|
RubberBandR3PitchShifter::lv2DescriptorMono =
|
||||||
{
|
{
|
||||||
"http://breakfastquay.com/rdf/lv2-rubberband-r3#mono",
|
"http://breakfastquay.com/rdf/lv2-rubberband#r3mono",
|
||||||
instantiate,
|
instantiate,
|
||||||
connectPort,
|
connectPort,
|
||||||
activate,
|
activate,
|
||||||
@@ -233,7 +233,7 @@ RubberBandR3PitchShifter::lv2DescriptorMono =
|
|||||||
const LV2_Descriptor
|
const LV2_Descriptor
|
||||||
RubberBandR3PitchShifter::lv2DescriptorStereo =
|
RubberBandR3PitchShifter::lv2DescriptorStereo =
|
||||||
{
|
{
|
||||||
"http://breakfastquay.com/rdf/lv2-rubberband-r3#stereo",
|
"http://breakfastquay.com/rdf/lv2-rubberband#r3stereo",
|
||||||
instantiate,
|
instantiate,
|
||||||
connectPort,
|
connectPort,
|
||||||
activate,
|
activate,
|
||||||
|
|||||||
Reference in New Issue
Block a user