mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
update LV2 URI
This commit is contained in:
parent
a24eac50b9
commit
03ed30ac9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue