13
0
livetrax/libs/plugins/a-exp.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-exp.c Consolidated a-comp/a-exp run_mono() and run_stereo() to one run() 2018-06-20 22:23:54 +02:00
a-exp.ttl.in Add output control port to a-exp for input level 2018-05-12 19:49:18 +02:00
a-exp#stereo.ttl.in Add output control port to a-exp for input level 2018-05-12 19:49:18 +02:00
manifest.ttl.in
wscript