aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-07 05:59:06 +0000
committerDavid Robillard <d@drobilla.net>2012-02-07 05:59:06 +0000
commit8ab69df8c2b6f627804652e6ab16c1aa17ce6dde (patch)
treeb46e3fa0f5d43c4588f65d6d7b135a3041376599
parent8029c1c7faa3cfd2c261d8765e7b30b2f7acfcc8 (diff)
downloadlv2-8ab69df8c2b6f627804652e6ab16c1aa17ce6dde.tar.xz
Fix invalid realtime statement.
-rw-r--r--plugins/eg-amp.lv2/amp.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-amp.lv2/amp.ttl b/plugins/eg-amp.lv2/amp.ttl
index b7367bf..7d3d9e6 100644
--- a/plugins/eg-amp.lv2/amp.ttl
+++ b/plugins/eg-amp.lv2/amp.ttl
@@ -38,7 +38,7 @@
"簡単なアンプ"@jp ,
"Просто Усилитель"@ru ;
doap:license <http://opensource.org/licenses/isc> ;
- lv2:property lv2:hardRtCapable ;
+ lv2:optionalFeature lv2:hardRTCapable ;
lv2:port [
a lv2:InputPort ,
lv2:ControlPort ;