-
-
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
Fix Sample Clip Reversing Position #7446
Conversation
Just tested the PR. It seems it didn't fix it for me. |
I tried this and it didn't work, but it's good that they took this into account. |
@regulus79 I did the test and now this improvement works, if there is no other problem I think it can be merged. |
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.
Tested it and it seems to work fine
If @sakertooth approves, I think it's good to merge |
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.
Just retested, it seems to work for me now.
Sounds perfectly fine, so the feature is a success! However, the sample zoom thing is most odd. Here's proof that the reverse doesn't match the sound. a.mp4This is what
Should I open a new issue regarding this? |
@bratpeki I cannot reproduce the issue; would you mind providing a sample file/project where the bug happens? |
Just to note, we discussed this further on Discord. |
This pr makes it so that when you reverse a trimmed/cropped sample, the cropped section is actually reversed. This is in contrast to the previous behavior, where the original sample would be reversed, causing the clip bounds to be on a different part of the sample.
Fixes #7352