diff options
author | David Robillard <d@drobilla.net> | 2012-07-16 19:49:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-16 19:49:57 +0000 |
commit | 309850a8f4e5c0c9377013d7ad370d88b442c983 (patch) | |
tree | d1c6328b0521514180b26119e4262d512b9439ef /src | |
parent | 4488a3cc23477f05d887246d1047cf39d0970297 (diff) | |
download | jalv-309850a8f4e5c0c9377013d7ad370d88b442c983.tar.gz jalv-309850a8f4e5c0c9377013d7ad370d88b442c983.tar.bz2 jalv-309850a8f4e5c0c9377013d7ad370d88b442c983.zip |
... actually compile. Duh.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4540 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/jalv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -501,7 +501,7 @@ jack_process_cb(jack_nframes_t nframes, void* data) } /* TODO: Be more disciminate about what to send */ - if (jalv->has_ui && !port->old_api) { + if (host->has_ui && !port->old_api) { char buf[sizeof(ControlChange) + sizeof(LV2_Atom)]; ControlChange* ev = (ControlChange*)buf; ev->index = p; |