aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-23 01:36:34 +0000
committerDavid Robillard <d@drobilla.net>2012-03-23 01:36:34 +0000
commit3dcef283f426a8657d90af84d5df220b43db6307 (patch)
tree1c7a1e7da9d79aac35cb00af35c965098a204ce5 /lv2/lv2plug.in
parentb5aa251a88d08f1efca9511ffe2209abd517c226 (diff)
downloadlv2-3dcef283f426a8657d90af84d5df220b43db6307.tar.xz
Remove port properties that clash with new parameter mechanism.
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r--lv2/lv2plug.in/ns/ext/port-props/port-props.ttl26
1 files changed, 0 insertions, 26 deletions
diff --git a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
index d811959..d6f30e6 100644
--- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
+++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
@@ -118,32 +118,6 @@ the port describe discrete values that should be interpreted as steps (and not
points along a curve).
""" .
-pprops:reportsBpm
- a lv2:PortProperty ;
- rdfs:label "Carries the current tempo expressed in BPM" ;
- rdfs:comment """
-Indicates that the port is used to pass the current tempo in context of the
-plugin (which may be current song tempo, or tempo of a particular subset of the
-song, or the subgraph the plugin resides in). For input ports, the host may
-automatically feed the port with current tempo and hide the port from the user,
-unless the user or other factors encourage different behaviour.
-""" .
-
-pprops:reportsBeatsPerBar
- a lv2:PortProperty ;
- rdfs:label "Carries the current number of beats in a bar" ;
- rdfs:comment """
-Indicates that the port may be used to pass the current number of beats in a
-bar. """ .
-
-pprops:reportsBeatUnit
- a lv2:PortProperty ;
- rdfs:label "Carries the current beat size" ;
- rdfs:comment """
-Indicates that the port may be used to pass the current size of a beat (4 for a
-crochet/quarter note, 8 for a quaver/eighth note, etc.).
-""" .
-
pprops:logarithmic
a lv2:PortProperty ;
rdfs:label "Port value uses a logarithmic scale" ;