Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Plugin processing order? (Read 1523 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Plugin processing order?

I'm currently using two plugins: foo_dsp_xover and the vst wrapper.  Under the vst wrapper, I'm using Voxengo sound delay.

My question is this ...

In which order are these plugins acting?  This is important because for one of these channels the crossover plugin is summing left and right (it's for a center channel).  If it's summing the raw left and right signal, then that's fine.  But if it's summing the DELAYED left and the UNDELAYED right (delays are set by the voxengo VST plugin), then that's a real problem obviously.

So, is it going in this order...?

foobar2000 -> vst wrapper -> crossover -> output

Or in this order...?

foobar2000 -> crossover -> vst wrapper -> output

 

Plugin processing order?

Reply #1
Depends on the order in which they occur in the DSP list. The top is evaluated first, the bottom last.