update LV2 URI
authorRobin Gareus <robin@gareus.org>
Sun, 13 Dec 2015 16:57:02 +0000 (17:57 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 13 Dec 2015 17:29:44 +0000 (18:29 +0100)
libs/ardour/lv2_plugin.cc

index 7e06a9f266e6cafb452b2f24876a8d1218659eb8..1b2ad365a3ff94fa7594124f23ad2b2f694d0bb2 100644 (file)
@@ -2482,7 +2482,7 @@ LV2World::LV2World()
        units_db           = lilv_new_uri(world, LV2_UNITS__db);
        patch_writable     = lilv_new_uri(world, LV2_PATCH__writable);
        patch_Message      = lilv_new_uri(world, LV2_PATCH__Message);
-       lv2_noSampleAccurateCtrl = lilv_new_uri(world, LV2_CORE_PREFIX "NoSampleAccurateCtrl"); // XXX
+       lv2_noSampleAccurateCtrl = lilv_new_uri(world, LV2_CORE_PREFIX "NoSampleAccurateControl");
 #ifdef HAVE_LV2_1_2_0
        bufz_powerOf2BlockLength = lilv_new_uri(world, LV2_BUF_SIZE__powerOf2BlockLength);
        bufz_fixedBlockLength    = lilv_new_uri(world, LV2_BUF_SIZE__fixedBlockLength);