ardour/libs/plugins
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.lv2 Consolidated a-comp/a-exp run_mono() and run_stereo() to one run() 2018-06-20 22:23:54 +02:00
a-delay.lv2 Improve a-delay to follow tempo-ramps & BPM changes 2017-03-11 23:10:44 +01:00
a-eq.lv2 Signal wish to show inline display in gui by lv2:optionalFeature 2017-07-31 21:31:23 +02:00
a-exp.lv2 Consolidated a-comp/a-exp run_mono() and run_stereo() to one run() 2018-06-20 22:23:54 +02:00
a-fluidsynth.lv2 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
a-reverb.lv2 Fix a-reverb bypass/enable 2017-11-08 01:38:17 +01:00
reasonablesynth.lv2 When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00