aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/sampler.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-09 23:23:54 +0000
committerDavid Robillard <d@drobilla.net>2012-02-09 23:23:54 +0000
commit7e5bf17f9e14b4a24346c402bf5fcf88772c50f3 (patch)
treed8784b58128f9c640ad637ddf4ecfc88efe45691 /plugins/eg-sampler.lv2/sampler.ttl
parent3d8a2bef05f69eff154ad350db4be897f6d3edfa (diff)
downloadlv2-7e5bf17f9e14b4a24346c402bf5fcf88772c50f3.tar.xz
Portability fixes (plugins work on OSX).
Diffstat (limited to 'plugins/eg-sampler.lv2/sampler.ttl')
-rw-r--r--plugins/eg-sampler.lv2/sampler.ttl5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/eg-sampler.lv2/sampler.ttl b/plugins/eg-sampler.lv2/sampler.ttl
index 7548396..7f317aa 100644
--- a/plugins/eg-sampler.lv2/sampler.ttl
+++ b/plugins/eg-sampler.lv2/sampler.ttl
@@ -1,7 +1,7 @@
# LV2 Sampler Example Plugin
+# Copyright 2011-2012 David Robillard <d@drobilla.net>
# Copyright 2011 Gabriel M. Beddingfield <gabriel@teuton.org>
# Copyright 2011 James Morris <jwm.art.net@gmail.com>
-# Copyright 2011 David Robillard <d@drobilla.net>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -47,5 +47,4 @@
<http://lv2plug.in/plugins/eg-sampler#ui>
a ui:GtkUI ;
- lv2:requiredFeature <http://lv2plug.in/ns/ext/urid#map> ;
- ui:binary <sampler_ui.so> .
+ lv2:requiredFeature <http://lv2plug.in/ns/ext/urid#map> .