13
0
livetrax/libs/plugins/a-comp.lv2
Johannes Mueller 0c64eacef5 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.
2018-06-20 22:23:54 +02:00
..
a-comp.c Consolidated a-comp/a-exp run_mono() and run_stereo() to one run() 2018-06-20 22:23:54 +02:00
a-comp.ttl.in Add a control port to a-comp select which mode to display inline 2018-06-20 21:06:16 +02:00
a-comp#stereo.ttl.in Add a control port to a-comp select which mode to display inline 2018-06-20 21:06:16 +02:00
manifest.ttl.in
presets.ttl.in
wscript