On 07/29/2010 10:58 AM, Anders Gunnarsson wrote: > Why not just put object definitions for controls with soft takeover in > a general script, and have all different controller scripts using > these objects?
Actually, my plan was to include it in the MIDIScriptEngine code. See https://bugs.launchpad.net/mixxx/+bug/555547 (I just remembered that doing it in the MixxxControls themselves would make it active globally which is not what we want...we want it per controller & per control so the script writer can decide if, when, and on what he wants it.) > Is there a way to implement soft takeover that don't loose connection > to their parameters when knobs and sliders are moved fast. We could try a couple things. The first that comes to mind is to see if the current and previous input control positions are on either side of Mixxx's current position. If so, we can very likely assume a very fast movement, so just snap to the current position. > we > need a possibility to turn soft takeover on and off per control if > implemented in the engine. We'd need that anyway for touch controllers like the SCS.3 series which always snap. See the bug description for two ideas I have. Sincerely, Sean M. Pappalardo "D.J. Pegasus" Mixxx Developer - Controller Specialist ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
