mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
don't use lv2plug.in for non-standard URIs
This commit is contained in:
parent
8fc19d6c67
commit
ab1242ca65
1 changed files with 1 additions and 1 deletions
|
|
@ -2775,7 +2775,7 @@ LV2World::LV2World()
|
|||
patch_writable = lilv_new_uri(world, LV2_PATCH__writable);
|
||||
patch_Message = lilv_new_uri(world, LV2_PATCH__Message);
|
||||
#ifdef LV2_EXTENDED
|
||||
lv2_noSampleAccurateCtrl = lilv_new_uri(world, LV2_CORE_PREFIX "noSampleAccurateControls");
|
||||
lv2_noSampleAccurateCtrl = lilv_new_uri(world, "http://ardour.org/lv2/ext#noSampleAccurateControls");
|
||||
auto_can_write_automatation = lilv_new_uri(world, LV2_AUTOMATE_URI__can_write);
|
||||
auto_automation_control = lilv_new_uri(world, LV2_AUTOMATE_URI__control);
|
||||
auto_automation_controlled = lilv_new_uri(world, LV2_AUTOMATE_URI__controlled);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue