From 495f83c7f13349930df3526789d09c75c1312bd4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 16 Feb 2012 23:16:37 +0000 Subject: Implement real-time safe sample loading. --- plugins/eg-sampler.lv2/sampler.ttl | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'plugins/eg-sampler.lv2/sampler.ttl') diff --git a/plugins/eg-sampler.lv2/sampler.ttl b/plugins/eg-sampler.lv2/sampler.ttl index cf36415..e2cbb10 100644 --- a/plugins/eg-sampler.lv2/sampler.ttl +++ b/plugins/eg-sampler.lv2/sampler.ttl @@ -20,12 +20,13 @@ @prefix foaf: . @prefix lv2: . @prefix ui: . +@prefix urid: . a lv2:Plugin ; doap:name "Example Sampler" ; doap:license ; - lv2:requiredFeature ; + lv2:requiredFeature urid:map ; lv2:optionalFeature lv2:hardRTCapable ; lv2:extensionData ; ui:ui ; @@ -44,8 +45,8 @@ atom:bufferType atom:Sequence ; atom:supports ; lv2:index 1 ; - lv2:symbol "response" ; - lv2:name "Response" + lv2:symbol "notify" ; + lv2:name "Notify" ] , [ a lv2:AudioPort , lv2:OutputPort ; @@ -56,4 +57,9 @@ a ui:GtkUI ; - lv2:requiredFeature . + lv2:requiredFeature urid:map ; + ui:portNotification [ + ui:plugin ; + lv2:symbol "notify" ; + ui:notifyType atom:Blank ; + ] . -- cgit v1.2.1