diff options
author | David Robillard <d@drobilla.net> | 2008-02-01 03:42:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-02-01 03:42:02 +0000 |
commit | a06c7eeef68cfe87589f557570f812da4391de96 (patch) | |
tree | 39d622cef75b668721d3144c8ded8b8cf033a17c /hosts/lv2_simple_jack_host.c | |
parent | 8c4e3d5e615e24561d183d13ee7d837fcca3c396 (diff) | |
download | lilv-a06c7eeef68cfe87589f557570f812da4391de96.tar.gz lilv-a06c7eeef68cfe87589f557570f812da4391de96.tar.bz2 lilv-a06c7eeef68cfe87589f557570f812da4391de96.zip |
Generic LV2 event support in lv2_jack_host.
git-svn-id: http://svn.drobilla.net/lad/slv2@1122 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts/lv2_simple_jack_host.c')
-rw-r--r-- | hosts/lv2_simple_jack_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/lv2_simple_jack_host.c b/hosts/lv2_simple_jack_host.c index cf50d86..37991da 100644 --- a/hosts/lv2_simple_jack_host.c +++ b/hosts/lv2_simple_jack_host.c @@ -105,7 +105,7 @@ main(int argc, char** argv) } /* Connect to JACK */ - printf("JACK Name:\t%s\n", name_str); + printf("JACK Name:\t%s\n", jack_name); host.jack_client = jack_client_open(jack_name, JackNullOption, NULL); free(jack_name); |