Consolidated a-comp/a-exp run_mono() and run_stereo() to one run()
authorJohannes Mueller <github@johannes-mueller.org>
Thu, 14 Jun 2018 20:29:13 +0000 (22:29 +0200)
committerJohannes Mueller <github@johannes-mueller.org>
Wed, 20 Jun 2018 20:23:54 +0000 (22:23 +0200)
commit0c64eacef5a9d6484e80a4dbbb726319049d6926
tree91b6997888c0d8a8131fe0d4015cc65b21a6a787
parent65fed2fa898c9acb0a7fdf0a1116d77219673275
Consolidated a-comp/a-exp run_mono() and run_stereo() to one run()

Up to now we had in a-comp and a-exp one run_mono() and one run_stero()
function which where almost identical except that run_stereo() treated two
in/outs and run_mono() only one. Now we store the number of channels
acomp->n_channels according to the URI and in run() we loop over an array of
pointers to the in/out buffers.
libs/plugins/a-comp.lv2/a-comp.c
libs/plugins/a-exp.lv2/a-exp.c