diff options
author | David Robillard <d@drobilla.net> | 2012-02-07 05:59:06 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-07 05:59:06 +0000 |
commit | 8ab69df8c2b6f627804652e6ab16c1aa17ce6dde (patch) | |
tree | b46e3fa0f5d43c4588f65d6d7b135a3041376599 /plugins/eg-amp.lv2 | |
parent | 8029c1c7faa3cfd2c261d8765e7b30b2f7acfcc8 (diff) | |
download | lv2-8ab69df8c2b6f627804652e6ab16c1aa17ce6dde.tar.xz |
Fix invalid realtime statement.
Diffstat (limited to 'plugins/eg-amp.lv2')
-rw-r--r-- | plugins/eg-amp.lv2/amp.ttl | 2 |
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 ; |