Hey guys,
Anybody know how to modify the pitchfader increase/decrease value on Pro 7? Mine increments by weird values like .6 or .7 and I would like it to do .2 or .5 with each notch?
Anybody know how to modify the pitchfader increase/decrease value on Pro 7? Mine increments by weird values like .6 or .7 and I would like it to do .2 or .5 with each notch?
Inviato Sat 22 Mar 14 @ 11:53 pm
VDJ script is not capable of anything but simple maths operations so it's not possible as there are a couple of things you need to include in the calculations. the only way to do it is to set a variable depending on the bpm and change the script for each bpm. It's not a great way of doing it. Just press sync if it's close enough. Otherwise if your good at c++ you could write a plugin.
Inviato Sun 23 Mar 14 @ 12:35 am
Hmm alright, I didn't think so it was worth a try. Thanks!
Inviato Sun 23 Mar 14 @ 12:38 am
The pitch slider increments depend on the pitch range being used (Smaller such as 8% or 6% is more precise, larger such as 25%, 50% and 100% will be far more course.)
In the case of a MIDI controller, this also depends on the resolution of the pitch slider. Basic and/or older controllers may only have 7-bit pitch (128 unique steps.) Most modern and higher-end controllers use 14-bit pitch, which gives typically gives 1024 or greater steps (Depending on the manufacturer.)
In the case of a MIDI controller, this also depends on the resolution of the pitch slider. Basic and/or older controllers may only have 7-bit pitch (128 unique steps.) Most modern and higher-end controllers use 14-bit pitch, which gives typically gives 1024 or greater steps (Depending on the manufacturer.)
Inviato Sun 23 Mar 14 @ 6:20 pm






