Question on SynthVoice - note's velocity/pitch

Do I understand correctly that the note velocity is passed in the level variable of the virtual
Trigger(double level, bool isRetrigger) function?
Then, how I can also define at which key/note the Trigger() happens? I see access to the note pitch only in ProcessSamplesAccumulating().
Thanks

I see, passing mKey is the solution :grinning: