I would imagine he would approve if this feature got implemented?
https://forum.renoise.com/t/click-n-drag-to-change-values-in-the-patter-editor/42353
I certainly wouldn’t mind
I have a simple idea but I don’t know about the depth of the Renoise API. Is it possible to query a value in the Pattern Editor from any of the columns via an API function? Also is it possible to ‘set’ a new value to that location via the Renoise API. If so, we can build a KeyShortcutExtender tool, that takes in new keyshortcuts and processes them internally via the API and gets the job done. GUI is even not needed beyond specifying the Tool shortcuts from the KeySettings Config pane. A simple list of internally implemented features via the API can be listed out and shortcuts set for them. If this is possible which I think it should since you said that the API is deep and powerful, a simple query and set is all that is needed right? Nothing too extensive really. Two functions for two shortcuts, increment() and decrement() that are event processed whenever a shortcut is pressed.