aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--blop.lv2/pulse.ttl4
-rw-r--r--blop.lv2/random.ttl2
-rw-r--r--blop.lv2/sawtooth.ttl4
-rw-r--r--blop.lv2/square.ttl4
-rw-r--r--blop.lv2/sync_pulse.ttl4
-rw-r--r--blop.lv2/sync_square.ttl4
-rw-r--r--blop.lv2/triangle.ttl4
8 files changed, 21 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 878e55b..e62b0a3 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,9 @@ blop-lv2 (1.0.1) unstable;
* Add missing properties for options interface
* Fix compilation with default hidden visibility
+ * Set Hz unit on frequency ports
- -- David Robillard <d@drobilla.net> Sat, 25 Jul 2015 11:00:11 -0400
+ -- David Robillard <d@drobilla.net> Sat, 25 Jul 2015 11:57:15 -0400
blop-lv2 (1.0.0) stable;
diff --git a/blop.lv2/pulse.ttl b/blop.lv2/pulse.ttl
index 6197ec6..5a940a9 100644
--- a/blop.lv2/pulse.ttl
+++ b/blop.lv2/pulse.ttl
@@ -4,6 +4,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix morph: <http://lv2plug.in/ns/ext/morph#> .
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
+@prefix units: <http://lv2plug.in/ns/extensions/units#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
blop:pulse
@@ -28,7 +29,8 @@ blop:pulse
lv2:portProperty <http://lv2plug.in/ns/ext/port-props#logarithmic> ,
lv2:sampleRate ;
lv2:symbol "freq" ;
- morph:supportsType lv2:CVPort
+ morph:supportsType lv2:CVPort ;
+ units:unit units:hz
] , [
a lv2:ControlPort ,
lv2:InputPort ,
diff --git a/blop.lv2/random.ttl b/blop.lv2/random.ttl
index 19b4e62..8b810c9 100644
--- a/blop.lv2/random.ttl
+++ b/blop.lv2/random.ttl
@@ -4,8 +4,8 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix morph: <http://lv2plug.in/ns/ext/morph#> .
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
-@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
@prefix units: <http://lv2plug.in/ns/extensions/units#> .
+@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
blop:random
a lv2:Plugin ,
diff --git a/blop.lv2/sawtooth.ttl b/blop.lv2/sawtooth.ttl
index 389df81..04dec12 100644
--- a/blop.lv2/sawtooth.ttl
+++ b/blop.lv2/sawtooth.ttl
@@ -4,6 +4,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix morph: <http://lv2plug.in/ns/ext/morph#> .
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
+@prefix units: <http://lv2plug.in/ns/extensions/units#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
blop:sawtooth
@@ -28,7 +29,8 @@ blop:sawtooth
lv2:portProperty <http://lv2plug.in/ns/ext/port-props#logarithmic> ,
lv2:sampleRate ;
lv2:symbol "freq" ;
- morph:supportsType lv2:CVPort
+ morph:supportsType lv2:CVPort ;
+ units:unit units:hz
] , [
a lv2:AudioPort ,
lv2:OutputPort ;
diff --git a/blop.lv2/square.ttl b/blop.lv2/square.ttl
index 273468f..77f30bc 100644
--- a/blop.lv2/square.ttl
+++ b/blop.lv2/square.ttl
@@ -4,6 +4,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix morph: <http://lv2plug.in/ns/ext/morph#> .
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
+@prefix units: <http://lv2plug.in/ns/extensions/units#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
blop:square
@@ -28,7 +29,8 @@ blop:square
lv2:portProperty <http://lv2plug.in/ns/ext/port-props#logarithmic> ,
lv2:sampleRate ;
lv2:symbol "freq" ;
- morph:supportsType lv2:CVPort
+ morph:supportsType lv2:CVPort ;
+ units:unit units:hz
] , [
a lv2:AudioPort ,
lv2:OutputPort ;
diff --git a/blop.lv2/sync_pulse.ttl b/blop.lv2/sync_pulse.ttl
index 8bddbea..47051e2 100644
--- a/blop.lv2/sync_pulse.ttl
+++ b/blop.lv2/sync_pulse.ttl
@@ -4,6 +4,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix morph: <http://lv2plug.in/ns/ext/morph#> .
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
+@prefix units: <http://lv2plug.in/ns/extensions/units#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
blop:sync_pulse
@@ -26,7 +27,8 @@ blop:sync_pulse
lv2:minimum 0 ;
lv2:name "Frequency" ;
lv2:symbol "freq" ;
- morph:supportsType lv2:CVPort
+ morph:supportsType lv2:CVPort ;
+ units:unit units:hz
] , [
a lv2:ControlPort ,
lv2:InputPort ,
diff --git a/blop.lv2/sync_square.ttl b/blop.lv2/sync_square.ttl
index 6b5966a..873619f 100644
--- a/blop.lv2/sync_square.ttl
+++ b/blop.lv2/sync_square.ttl
@@ -4,6 +4,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix morph: <http://lv2plug.in/ns/ext/morph#> .
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
+@prefix units: <http://lv2plug.in/ns/extensions/units#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
blop:sync_square
@@ -26,7 +27,8 @@ blop:sync_square
lv2:minimum 0 ;
lv2:name "Frequency" ;
lv2:symbol "freq" ;
- morph:supportsType lv2:CVPort
+ morph:supportsType lv2:CVPort ;
+ units:unit units:hz
] , [
a lv2:CVPort ,
lv2:InputPort ;
diff --git a/blop.lv2/triangle.ttl b/blop.lv2/triangle.ttl
index 8f8cf5f..60b5a2b 100644
--- a/blop.lv2/triangle.ttl
+++ b/blop.lv2/triangle.ttl
@@ -4,6 +4,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix morph: <http://lv2plug.in/ns/ext/morph#> .
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
+@prefix units: <http://lv2plug.in/ns/extensions/units#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
blop:triangle
@@ -28,7 +29,8 @@ blop:triangle
lv2:portProperty <http://lv2plug.in/ns/ext/port-props#logarithmic> ,
lv2:sampleRate ;
lv2:symbol "freq" ;
- morph:supportsType lv2:CVPort
+ morph:supportsType lv2:CVPort ;
+ units:unit units:hz
] , [
a lv2:ControlPort ,
lv2:InputPort ,