From 8d02ef7f4f1b938881ec3e78bcc9d79d569d53ec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Jul 2012 22:40:33 +0000 Subject: Fix control bindings for logarithmic and sample rate control ports. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4551 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/LV2Info.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/LV2Info.cpp') diff --git a/src/server/LV2Info.cpp b/src/server/LV2Info.cpp index 085036c1..b2554dfe 100644 --- a/src/server/LV2Info.cpp +++ b/src/server/LV2Info.cpp @@ -43,6 +43,7 @@ LV2Info::LV2Info(Ingen::Shared::World* world) , lv2_OutputPort(lilv_new_uri(world->lilv_world(), LV2_CORE__OutputPort)) , lv2_default(lilv_new_uri(world->lilv_world(), LV2_CORE__default)) , lv2_portProperty(lilv_new_uri(world->lilv_world(), LV2_CORE__portProperty)) + , lv2_sampleRate(lilv_new_uri(world->lilv_world(), LV2_CORE__sampleRate)) , morph_AutoMorphPort(lilv_new_uri(world->lilv_world(), LV2_MORPH__AutoMorphPort)) , morph_MorphPort(lilv_new_uri(world->lilv_world(), LV2_MORPH__MorphPort)) , morph_supportsType(lilv_new_uri(world->lilv_world(), LV2_MORPH__supportsType)) -- cgit v1.2.1