On 01/11/2014 11:02 AM, Johannes Lorenz wrote: > >> Actually, LMMS supports either 1 in, 1 out, or 2 in, 2 out. Also, >> plugins with 1-in-1-out are "doubled" so that an instance of the effect >> will be loaded for both stereo channels. You can see this in that if you >> add a mono effect, there will be separate controls for both channels, >> while stereoe effects only have one set of controls (which is kind of >> counter-intuitive, but that's how it goes...) > That would work. However, one disadvantage would be that you can only use the > voice input as mono, if I understand it correctly. I'd personally find it > more intuitive to not convert between mono and stereo. >
Oh, you were talking about stereo channels. It's a bit confusing, because the LADSPA specs define channels (inputs/outputs) as mono channels, so that a stereo LADSPA effect has 2 inputs and 2 outputs, while a mono LADSPA effect has 1 input and 1 output. Yes, if you want a stereo vocoder, then there would have to be support for an effect with 4 inputs and 2 outputs. I think that's going to be fairly complicated to implement, though. The problem is that LMMS is designed in a linear fashion, where each instrument has one linear FX chain, which connects to one FX channel that also has one linear FX chain. To support multiple (more than 2) inputs or outputs, there would have to be "branches" in the FX chains, and when you direct an instrument to an FX channel, you'd also have to be able to specify which "branch" you direct it to, if there are more than one... ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ LMMS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmms-devel
