|
Sorry, your options are a little limited without using VC++ to make the plugin. Your "Swap" control is using a slider instead of a switch (and you did not specify what slider value should make it swap), so it cross-mixes between front and rear until the values are 0% (normal) or 100% (swapped). You could use kX automation (i.e. Note On) to make it work more like a switch, etc, but such a plugin should really be written in VC++.
|