diff options
author | David Robillard <d@drobilla.net> | 2007-04-06 04:29:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-04-06 04:29:27 +0000 |
commit | 753ef8adab6dca2e865417b8b35871b81fb7d0c6 (patch) | |
tree | 80af918df9ff7355e463b43f703b9d16c4e63cf4 /hosts | |
parent | a31b02eb66102b32c2453918222995581a915673 (diff) | |
download | lilv-753ef8adab6dca2e865417b8b35871b81fb7d0c6.tar.gz lilv-753ef8adab6dca2e865417b8b35871b81fb7d0c6.tar.bz2 lilv-753ef8adab6dca2e865417b8b35871b81fb7d0c6.zip |
Email address and FSF copyright address updates.
git-svn-id: http://svn.drobilla.net/lad/slv2@405 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/lv2_jack_host.c | 1 | ||||
-rw-r--r-- | hosts/lv2_simple_jack_host.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c index 6350a3a..1118a6c 100644 --- a/hosts/lv2_jack_host.c +++ b/hosts/lv2_jack_host.c @@ -69,7 +69,6 @@ main(int argc, char** argv) /* Find all installed plugins */ SLV2Plugins plugins = slv2_plugins_new(); slv2_plugins_load_all(plugins); - //slv2_plugins_load_bundle(plugins, "http://www.scs.carleton.ca/~drobilla/files/Amp-swh.lv2"); /* Find the plugin to run */ const char* plugin_uri = (argc == 2) ? argv[1] : NULL; diff --git a/hosts/lv2_simple_jack_host.c b/hosts/lv2_simple_jack_host.c index 8510f40..3e808c2 100644 --- a/hosts/lv2_simple_jack_host.c +++ b/hosts/lv2_simple_jack_host.c @@ -54,7 +54,6 @@ main(int argc, char** argv) /* Find all installed plugins */ SLV2Plugins plugins = slv2_plugins_new(); slv2_plugins_load_all(plugins); - //slv2_plugins_load_bundle(plugins, "http://www.scs.carleton.ca/~drobilla/files/Amp-swh.lv2"); /* Find the plugin to run */ const char* plugin_uri = (argc == 2) ? argv[1] : NULL; |