-
-
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
Crop audio #4783
Labels
Comments
The first part is a duplicate of #3829. The fact that sample tracks can't
be scaled to less than one bar has been mentioned before as well, though I
can't locate an issue for it at the moment.
…On Sun, Jan 20, 2019, 07:25 Producer1Zem ***@***.*** wrote:
Cutting an audio from both sides would be a feature that I recommend
putting the program, currently only allows you to cut it from right to left
but not from
Inverse way (left-right). Also cutting an audio to less than a second
would be great, the program only allows you to edit it only one second later
but it does not allow to cut it from 1 second to the last. Thank you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4783>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIgVmpo4Um8HLCanAGojnB60oq4AkAGGks5vFAvSgaJpZM4aJfh0>
.
|
You can do that in AudioFileProcessor. Look at the dials for start-pos and end-pos. Repeat should be the whole new selected area |
Both SampleTrack (as of #3487) and AudioFileProcessor allow cropping from left. There are no 1 second limitations on in regards to cropping in either plugin. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cutting an audio from both sides would be a feature that I recommend putting the program, currently only allows you to cut it from right to left but not from
Inverse way (left-right). Also cutting an audio to less than a second would be great, the program only allows you to edit it only one second later
but it does not allow to cut it from 1 second to the last. Thank you.
The text was updated successfully, but these errors were encountered: