hey guys,
I’m trying to make a midi logical editor preset that reduces all selected cc11 points values by 10 . Later, i want to assign this to a shortcut.
here’s what i did:
but when i select some CC11 points from the corresponding lane and apply it, nothing happens. i’m more familiar with the project logical editor but still figuring out the midi one. So what am i doing wrong here?
Delete the 3rd condition. With this line your preset only works if you go into the midi clip and select all cc 11 data points first.
Even without this condition your preset will only be applied to selected midi clips.
1 Like
thanks for the response that solved part of my issue the other part i just figured out now was that I mistakenly set the filter target to midi controller value thinking that was responsible for filtering cc11 but that was wrong instead i needed to use midi ctrl no which actually lets me select CC11 properly . now it works