View Single Post
Old Feb 24, 2008, 10:56 AM   #5 (permalink)
Russ
DriverHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 4,076
Russ has a spectacular aura aboutRuss has a spectacular aura aboutRuss has a spectacular aura about

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++.
Russ is offline   Reply With Quote