Delete track DSP Automation/Envelopes with mouse click

Current behavior

To delete automation recorded on a track DSP, you must right-click to bring up a menu, or click to go to the Automation Editor window, right-click on the corresponding automation, and delete it.

Expected behavior

It would be useful to be able to remove automation using the following operation.

image

  • Alt+Click
    • Delete All Envelopes in Current Pattern
    • Delete All Pattern Commands in Current Pattern
  • Alt+Ctrl+Click
    • Delete All Envelopes in Song
    • Delete All Pattern Commands in Song
  • Alt+Ctrl+Shift+Click
    • Delete All Automation in Song

Please consider adding this feature.

1 Like

this sounds like something i could easily script and add into my tool Paketti.
could you shoot a github ticket for me, @tkna ?

Since this request is related to mouse operation, I unfortunately believe that the current Renoise Tools cannot implement it in that regard.
It requires standard feature intervention.

Apart from that, I have written a ticket for a function as a key binding.

The following form may be a better way to separate the objects to be deleted.

Action Function
Alt+Click Delete All Pattern Commands in Current Pattern
Alt+RightClick Delete All Envelopes in Current Pattern
Alt+Ctrl+Click Delete All Pattern Commands in Song
Alt+Ctrl+RightClick Delete All Envelopes in Song
Alt+Ctrl+Shift+Click Delete All Automation in Song

Been a while, but i think i added keybinds to my tool which seems to do a lot of what you’re asking. Give it a try? It’s still working in current Renoise versions.

@Beatslaughter Confirmed. Unfortunately, this is not the same as this request to remove automation from the track device by mouse click, but apart from that, it would be useful to be able to copy automation. Thanks for letting me know.