Help w/ Nord Drum Velocity

I’m trying to create a preset to give my nord drum 3p better dynamics. I’m wondering if I can reset the velocity to the original amount after altering it or set a variable to the velocity and use that?

below is a picture of the current setup. It alters the drive and volume cc messages based on velocity. I’m getting good values for drive/volume now, but the final velocity sent is not what was originally passed. I would like it to be the original value.

Yes, you could simply filter out Note On & Note Off events just before [TO A] and add another [FROM A] → [Filter] → [TO A] line, where this 2nd filter would only pass Note On and Note Off. So your first pipeline only deals with generating the CC events, and the 2nd pipeline only forwards through the original Note On and Note Off events unmodified.

@Giedrius That worked great! Appreciate the help!!