diff options
author | David Robillard <d@drobilla.net> | 2018-09-22 20:46:32 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-22 20:46:32 +0200 |
commit | 387336f8c9028bbba715bfb15517890d4a740eb3 (patch) | |
tree | a0ba107f61ed29f93e8f6d6f55871f8c84f09ad4 | |
parent | bb8488d3dc0edd3d18fc30145161f3227f870b47 (diff) | |
download | jalv-387336f8c9028bbba715bfb15517890d4a740eb3.tar.gz jalv-387336f8c9028bbba715bfb15517890d4a740eb3.tar.bz2 jalv-387336f8c9028bbba715bfb15517890d4a740eb3.zip |
Fix double backend activation
-rw-r--r-- | src/jalv.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1144,9 +1144,6 @@ main(int argc, char** argv) } } - /* Set Jack callbacks */ - jalv_backend_init(&jalv); - /* Create Jack ports and connect plugin ports to buffers */ for (uint32_t i = 0; i < jalv.num_ports; ++i) { jalv_backend_activate_port(&jalv, i); |