mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
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. |
||
|---|---|---|
| .. | ||
| a-comp#stereo.ttl.in | ||
| a-comp.c | ||
| a-comp.ttl.in | ||
| manifest.ttl.in | ||
| presets.ttl.in | ||
| wscript | ||