diff options
author | David Robillard <d@drobilla.net> | 2011-07-07 21:22:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-07-07 21:22:42 +0000 |
commit | cf303b78414279edb2b0cae6c95471260039e806 (patch) | |
tree | d408ca157efc0c3f4e113331548515888b062c49 /plugins/eg-amp.lv2 | |
parent | a8776ce0398b2cd9169497a8bed61587bf06dea3 (diff) | |
download | lv2-cf303b78414279edb2b0cae6c95471260039e806.tar.xz |
Add sampler example plugin
Diffstat (limited to 'plugins/eg-amp.lv2')
-rw-r--r-- | plugins/eg-amp.lv2/amp.c | 3 | ||||
-rw-r--r-- | plugins/eg-amp.lv2/amp.ttl | 3 | ||||
-rw-r--r-- | plugins/eg-amp.lv2/manifest.ttl | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/plugins/eg-amp.lv2/amp.c b/plugins/eg-amp.lv2/amp.c index 1a9dd94..3fca0c0 100644 --- a/plugins/eg-amp.lv2/amp.c +++ b/plugins/eg-amp.lv2/amp.c @@ -1,6 +1,7 @@ /* LV2 Amp Example Plugin - Copyright 2006-2011 Steve Harris, David Robillard. + Copyright 2006-2011 Steve Harris <steve@plugin.org.uk>, + 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 diff --git a/plugins/eg-amp.lv2/amp.ttl b/plugins/eg-amp.lv2/amp.ttl index 24e99d4..89a6161 100644 --- a/plugins/eg-amp.lv2/amp.ttl +++ b/plugins/eg-amp.lv2/amp.ttl @@ -1,5 +1,6 @@ # LV2 Amp Example Plugin -# Copyright 2006-2011 Steve Harris, David Robillard +# Copyright 2006-2011 Steve Harris <steve@plugin.org.uk>, +# 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 diff --git a/plugins/eg-amp.lv2/manifest.ttl b/plugins/eg-amp.lv2/manifest.ttl index 5ca1ada..f45e23d 100644 --- a/plugins/eg-amp.lv2/manifest.ttl +++ b/plugins/eg-amp.lv2/manifest.ttl @@ -1,6 +1,3 @@ -# LV2 Plugin Manifest -# Lists where plugins' data files and shared objects reside. - @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |