Binding a hotkey to a preference setting

Hi! I’d really like to bind a key to turning midi velocities on and off in preferences. It’s a thing I need to do pretty frequently but I can’t see it in the list of actions you can bind a key to.

Is there any alternative approach to this which would work?

If this is not exposed in the Renoise Lua API (and I don’t think it is), you could create a tool that would clear the velocities (or set them all to a defined value) in the current note column, and bind a keyboard shortcut to the tool.

1 Like

Thanks! That wouldn’t fix the issue when I’m playing live midi but it will certainly be useful sometimes.