I’m not very adept at using the logical editor. I’d like to reduce selected midi notes velocity by a random value between 1 and 5 or 1 and 10 for example.
Is it possible to change a midi notes velocity value between a plus and minus number like you can in the midi modifiers section?
I was doing something much like this just yesterday. This is what worked for me:
Filter
Type Is | Equal | Note
Action
Value 2 | Set random relative values between | -5 | -1 |
Transform
Value 2 can mean different things, but when you select or filter notes, it means velocity. “Set random relative values” means pick a random number between the two parameters and add it to the existing velocity.
Keep on studying that Logical Editor … I’m still new to it myself but I find that the more I learn, the more I use it.