KeyFollow(float keyFollowAmount=0.01f)
Construct KeyFollow processor with specified tracking intensity.
Definition KeyFollow.cpp:24
float keyFollowAmount
Keyboard tracking intensity coefficient.
Definition KeyFollow.h:135
void setKeyFollowAmount(float amount)
Update keyboard tracking intensity in real-time.
Definition KeyFollow.cpp:39
float process(int midiNote)
Process MIDI note number and generate frequency offset.
Definition KeyFollow.cpp:79