-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Midi Reversing #7606
base: master
Are you sure you want to change the base?
Add Midi Reversing #7606
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed the code and didn't find big issues, I will test soon.
Co-authored-by: szeli1 <[email protected]>
Does anyone have any opinions on where the option should go in the dropdown menu? I put it at the end, but it may make sense to put it higher up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested the changes and couldn't find any problems. I approve this pull request.
I think it is fine there. |
I found a bug. 4 instances of vital will freeze the screen. But that's just an issue specifically to the vital vst2 on Windows 11. |
Adds the ability to reverse the selected midi notes in the PianoRoll.
The tool is located under the wrench icon in the PianoRoll and can also be triggered with Shift-R.
I am using the "back_to_start" pixmap as the icon since it seemed to fit, but perhaps in the future a dedicated icon could be made.