I have a midi track with varied notes and want to filter them all as ONE note (one pitch)

I’d like for the constant pitch to be middle-C (C3). So, I’m using MIDI Modifiers ‘Random Target’ 1 like this:
Screenshot 2024-02-12 at 12.32.58 pm

It is definitely not working as intended. What am I doing wrong?

That will change the pitch of each note by an amount of +60.
Use the Transformer as a MIDI Insert effect instead:

1 Like

Thank you