登录:     


Forum: General Discussion

Topic: Pitchfader increment or decrement values

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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?
 

发表时间 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.
 

Hmm alright, I didn't think so it was worth a try. Thanks!
 

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.)
 



(陈旧帖子或论坛版块会自动关闭)