mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 11:49:33 +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.lv2 | ||
| a-delay.lv2 | ||
| a-eq.lv2 | ||
| a-exp.lv2 | ||
| a-fluidsynth.lv2 | ||
| a-reverb.lv2 | ||
| reasonablesynth.lv2 | ||