diff options
-rw-r--r-- | omins.lv2/adenv.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/adenv_lvl.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/comparison.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/dahdsr_fexp.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/dahdsr_hexp.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/fast_crossfade.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/formant_filter.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/hz_voct.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/manifest.ttl.in | 59 | ||||
-rw-r--r-- | omins.lv2/masher.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/multiplexer.ttl | 1 | ||||
-rw-r--r-- | omins.lv2/prob_switch.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/range_trans.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/sample_and_hold.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/signal_abs.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/slew_limiter.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/slide.ttl | 4 | ||||
-rw-r--r-- | omins.lv2/waveguide_mesh.ttl | 4 | ||||
-rw-r--r-- | src/masher.c | 6 |
19 files changed, 74 insertions, 56 deletions
diff --git a/omins.lv2/adenv.ttl b/omins.lv2/adenv.ttl index 807e8dc..b3f8e56 100644 --- a/omins.lv2/adenv.ttl +++ b/omins.lv2/adenv.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -53,7 +54,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Loki Davison <ltdav1[at]student.monash.edu.au>" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Percussive AD Envelope" ; a lv2:Plugin . diff --git a/omins.lv2/adenv_lvl.ttl b/omins.lv2/adenv_lvl.ttl index 0971fd2..d6831be 100644 --- a/omins.lv2/adenv_lvl.ttl +++ b/omins.lv2/adenv_lvl.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -86,7 +87,6 @@ lv2:InputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Loki Davison <ltdav1[at]student.monash.edu.au>" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Percussive AD Envelope with levels" ; a lv2:Plugin . diff --git a/omins.lv2/comparison.ttl b/omins.lv2/comparison.ttl index 61dc7ae..392e526 100644 --- a/omins.lv2/comparison.ttl +++ b/omins.lv2/comparison.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -54,7 +55,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Thorsten Wilms" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Comparison" ; a lv2:Plugin . diff --git a/omins.lv2/dahdsr_fexp.ttl b/omins.lv2/dahdsr_fexp.ttl index bebdeda..b7feef9 100644 --- a/omins.lv2/dahdsr_fexp.ttl +++ b/omins.lv2/dahdsr_fexp.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -93,7 +94,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Loki Davison <ltdav1[at]student.monash.edu.au>" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Exponential DAHDSR Envelope" ; a lv2:Plugin . diff --git a/omins.lv2/dahdsr_hexp.ttl b/omins.lv2/dahdsr_hexp.ttl index d2ddc8f..ebd8cba 100644 --- a/omins.lv2/dahdsr_hexp.ttl +++ b/omins.lv2/dahdsr_hexp.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -93,7 +94,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Loki Davison <ltdav1[at]student.monash.edu.au>" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "DAHDSR Envelope (Linear A, Exponential DR)" ; a lv2:Plugin . diff --git a/omins.lv2/fast_crossfade.ttl b/omins.lv2/fast_crossfade.ttl index 5710b05..1fce775 100644 --- a/omins.lv2/fast_crossfade.ttl +++ b/omins.lv2/fast_crossfade.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -39,7 +40,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Thorsten Wilms" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Fast Crossfade" ; a lv2:Plugin . diff --git a/omins.lv2/formant_filter.ttl b/omins.lv2/formant_filter.ttl index 191779e..6bcf6f2 100644 --- a/omins.lv2/formant_filter.ttl +++ b/omins.lv2/formant_filter.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -35,7 +36,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "David Robillard" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Formant Filter" ; a lv2:Plugin . diff --git a/omins.lv2/hz_voct.ttl b/omins.lv2/hz_voct.ttl index 8960c8b..7acd149 100644 --- a/omins.lv2/hz_voct.ttl +++ b/omins.lv2/hz_voct.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -25,7 +26,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "David Robillard" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Hz to V/Oct" ; a lv2:Plugin . diff --git a/omins.lv2/manifest.ttl.in b/omins.lv2/manifest.ttl.in index 8fd0dba..238991a 100644 --- a/omins.lv2/manifest.ttl.in +++ b/omins.lv2/manifest.ttl.in @@ -1,87 +1,110 @@ @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . - -<http://drobilla.net/plugins/omins/adenv_lvl> +@prefix omins: <http://drobilla.net/plugins/omins/> . + +<http://drobilla.net/drobilla#me> + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:mbox <mailto:d@drobilla.net> ; + rdfs:seeAlso <http://drobilla.net/drobilla> . + +_:lfactor + a foaf:Person ; + foaf:name "Loki Davison" ; + foaf:mbox <mailto:loki@berlios.de> . + +omins: + a doap:Project ; + lv2:symbol "omins" ; + doap:name "Omins" ; + doap:shortdesc "A set of LV2 plugins for modular synthesizers." ; + doap:license <http://www.gnu.org/licenses/gpl-2.0> ; + doap:homepage <http://drobilla.net/software/omins> ; + doap:maintainer <http://drobilla.net/drobilla#me> ; + doap:developer <http://drobilla.net/drobilla#me> , + _:lfactor . + +omins:adenv_lvl a lv2:Plugin ; rdfs:seeAlso <adenv_lvl.ttl> ; lv2:binary <adenv_lvl@LIB_EXT@> . -<http://drobilla.net/plugins/omins/adenv> +omins:adenv a lv2:Plugin ; rdfs:seeAlso <adenv.ttl> ; lv2:binary <adenv@LIB_EXT@> . -<http://drobilla.net/plugins/omins/comparison> +omins:comparison a lv2:Plugin ; rdfs:seeAlso <comparison.ttl> ; lv2:binary <comparison@LIB_EXT@> . -<http://drobilla.net/plugins/omins/dahdsr_fexp> +omins:dahdsr_fexp a lv2:Plugin ; rdfs:seeAlso <dahdsr_fexp.ttl> ; lv2:binary <dahdsr_fexp@LIB_EXT@> . -<http://drobilla.net/plugins/omins/dahdsr_hexp> +omins:dahdsr_hexp a lv2:Plugin ; rdfs:seeAlso <dahdsr_hexp.ttl> ; lv2:binary <dahdsr_hexp@LIB_EXT@> . -<http://drobilla.net/plugins/omins/fast_crossfade> +omins:fast_crossfade a lv2:Plugin ; rdfs:seeAlso <fast_crossfade.ttl> ; lv2:binary <fast_crossfade@LIB_EXT@> . -<http://drobilla.net/plugins/omins/formant_filter> +omins:formant_filter a lv2:Plugin ; rdfs:seeAlso <formant_filter.ttl> ; lv2:binary <formant_filter@LIB_EXT@> . -<http://drobilla.net/plugins/omins/hz_voct> +omins:hz_voct a lv2:Plugin ; rdfs:seeAlso <hz_voct.ttl> ; lv2:binary <hz_voct@LIB_EXT@> . -<http://drobilla.net/plugins/omins/masher> +omins:masher a lv2:Plugin ; rdfs:seeAlso <masher.ttl> ; lv2:binary <masher@LIB_EXT@> . -<http://drobilla.net/plugins/omins/multiplexer> +omins:multiplexer a lv2:Plugin ; rdfs:seeAlso <multiplexer.ttl> ; lv2:binary <multiplexer@LIB_EXT@> . -<http://drobilla.net/plugins/omins/prob_switch> +omins:prob_switch a lv2:Plugin ; rdfs:seeAlso <prob_switch.ttl> ; lv2:binary <prob_switch@LIB_EXT@> . -<http://drobilla.net/plugins/omins/range_trans> +omins:range_trans a lv2:Plugin ; rdfs:seeAlso <range_trans.ttl> ; lv2:binary <range_trans@LIB_EXT@> . -<http://drobilla.net/plugins/omins/sample_and_hold> +omins:sample_and_hold a lv2:Plugin ; rdfs:seeAlso <sample_and_hold.ttl> ; lv2:binary <sample_and_hold@LIB_EXT@> . -<http://drobilla.net/plugins/omins/signal_abs> +omins:signal_abs a lv2:Plugin ; rdfs:seeAlso <signal_abs.ttl> ; lv2:binary <signal_abs@LIB_EXT@> . -<http://drobilla.net/plugins/omins/slew_limiter> +omins:slew_limiter a lv2:Plugin ; rdfs:seeAlso <slew_limiter.ttl> ; lv2:binary <slew_limiter@LIB_EXT@> . -<http://drobilla.net/plugins/omins/slide> +omins:slide a lv2:Plugin ; rdfs:seeAlso <slide.ttl> ; lv2:binary <slide@LIB_EXT@> . -<http://drobilla.net/plugins/omins/waveguide_mesh> +omins:waveguide_mesh a lv2:Plugin ; rdfs:seeAlso <waveguide_mesh.ttl> ; lv2:binary <waveguide_mesh@LIB_EXT@> . diff --git a/omins.lv2/masher.ttl b/omins.lv2/masher.ttl index b174249..be628e0 100644 --- a/omins.lv2/masher.ttl +++ b/omins.lv2/masher.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -45,7 +46,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Dave Griffiths" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Masher" ; a lv2:Plugin . diff --git a/omins.lv2/multiplexer.ttl b/omins.lv2/multiplexer.ttl index fe8b3b4..7238b4d 100644 --- a/omins.lv2/multiplexer.ttl +++ b/omins.lv2/multiplexer.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . diff --git a/omins.lv2/prob_switch.ttl b/omins.lv2/prob_switch.ttl index d422cff..547f79f 100644 --- a/omins.lv2/prob_switch.ttl +++ b/omins.lv2/prob_switch.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -39,7 +40,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Loki Davison" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Probability Switch" ; a lv2:Plugin . diff --git a/omins.lv2/range_trans.ttl b/omins.lv2/range_trans.ttl index f9ee544..9e57d20 100644 --- a/omins.lv2/range_trans.ttl +++ b/omins.lv2/range_trans.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -57,7 +58,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "David Robillard" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Range Translator" ; a lv2:Plugin . diff --git a/omins.lv2/sample_and_hold.ttl b/omins.lv2/sample_and_hold.ttl index 89e2a55..e131fa1 100644 --- a/omins.lv2/sample_and_hold.ttl +++ b/omins.lv2/sample_and_hold.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -47,7 +48,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Thorsten Wilms" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Sample and Hold" ; a lv2:Plugin . diff --git a/omins.lv2/signal_abs.ttl b/omins.lv2/signal_abs.ttl index 8914f2d..a3f89a2 100644 --- a/omins.lv2/signal_abs.ttl +++ b/omins.lv2/signal_abs.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -34,7 +35,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Loki Davison" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Signed Absolute Value" ; a lv2:Plugin . diff --git a/omins.lv2/slew_limiter.ttl b/omins.lv2/slew_limiter.ttl index c3ee33f..f56985d 100644 --- a/omins.lv2/slew_limiter.ttl +++ b/omins.lv2/slew_limiter.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -42,7 +43,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Lars Luthman <larsl@users.sourceforge.net>" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Slew Limiter" ; a lv2:Plugin . diff --git a/omins.lv2/slide.ttl b/omins.lv2/slide.ttl index 9c23af2..90f21be 100644 --- a/omins.lv2/slide.ttl +++ b/omins.lv2/slide.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -42,7 +43,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Lars Luthman <larsl@users.sourceforge.net>" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Slide" ; a lv2:Plugin . diff --git a/omins.lv2/waveguide_mesh.ttl b/omins.lv2/waveguide_mesh.ttl index 54f4189..01e502f 100644 --- a/omins.lv2/waveguide_mesh.ttl +++ b/omins.lv2/waveguide_mesh.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @@ -64,7 +65,6 @@ lv2:InputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Loki Davison" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Simple Waveguide Mesh" ; a lv2:Plugin . diff --git a/src/masher.c b/src/masher.c index d7e84ea..a0a570a 100644 --- a/src/masher.c +++ b/src/masher.c @@ -67,12 +67,6 @@ typedef struct { size_t write_grain; } Masher; -static inline float -rand_range(float l, float h) -{ - return ((rand() % 10000 / 10000.0f) * (h - l)) + l; -} - /* Construct a new plugin instance */ static LV2_Handle instantiate(const LV2_Descriptor* descriptor, |