gwatcha / reaper-keys

vim-bindings for Reaper
https://gwatcha.github.io/reaper-keys/
MIT License
144 stars 10 forks source link

midi `Vds` deletes all notes at cursor including not selected notes #39

Closed molleweide closed 4 years ago

molleweide commented 4 years ago

"Vds" should only delete the selected notes right? in the image below all notes in horizontally adjacent to selection are deleted. Screen Shot 2020-09-09 at 6 46 48 PM

gwatcha commented 4 years ago

Ah, I named that command 'SelectedNotes', but it's actually a timeline selector type, so it means to set the timeline selection to the selected notes. That's why it is deleting the notes underneath as well. To delete just the selected notes, use 'D'

molleweide commented 4 years ago

Ohh thanks!!

molleweide commented 4 years ago

Dude i fucking love reaper key

molleweide commented 4 years ago

i would sell my whole family for it

gwatcha commented 4 years ago

ahaha thanks

molleweide commented 4 years ago

Hey Mike, can I ask you if you know if there is a way one can export and import midi tracks (.mid) in reascript? I am trying to figure out how I can store midi data from track A and then import it to track B later, kind of how like registers work in vim.

molleweide commented 4 years ago

I’ve done a little bit of research and it doesn’t seem that hard to just write two functions for writing and recalling midi so i am going to try to implement this.