Skip to content
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

When shrunk to almost absolute minimum, audio clip has no longer stretch ratio indication in its title bar #6032

Open
dozzzzer opened this issue Feb 23, 2024 · 1 comment · May be fixed by #6202
Labels
bug An error, undesired behaviour, or missed functionality Music Music features such as beats, bars and time stretching P4 Low priority

Comments

@dozzzzer
Copy link
Contributor

dozzzzer commented Feb 23, 2024

Steps to reproduce

  1. Have an audio clip
  2. Ctrl (Cmd) + F
  3. While holding Alt (Option) key, drag the right edge of the clip all the way to T=0
  4. Ctrl (Cmd) + F
  5. Observe: no speed indicator in the title
  6. Try to expand the clip while holding Alt (Option)
  7. Observe

Expected behavior

The clip's speed indicator remains visible at all times.

Actual behavior

The speed indicator won't re-appear even after the clip has been expanded.

2024-02-23_18-25-56.mp4

Audacity Version

current master / alpha / nightly build

Operating system

Windows, macOS

@dozzzzer dozzzzer added bug An error, undesired behaviour, or missed functionality P3 Medium Priority Music Music features such as beats, bars and time stretching labels Feb 23, 2024
@LWinterberg
Copy link
Member

The issue appears to be that the indicator can't display numbers higher than 99999% and instead disappears after.

@LWinterberg LWinterberg added P4 Low priority and removed P3 Medium Priority labels Feb 23, 2024
pedrofpclima added a commit to pedrofpclima/audacity that referenced this issue Apr 2, 2024
When shrunk to near absolute minimum, the audio clip's speed indicator would disappear.
This is not the case anymore, as the lowest stretch ratio is now set to 0.00100001.
Such change ensures that the clip's speed never exceeds 99999%.
pedrofpclima added a commit to pedrofpclima/audacity that referenced this issue Apr 2, 2024
When shrunk to near absolute minimum, the audio clip's speed indicator would disappear.
This is not the case anymore, as the lowest stretch ratio is now set to 0.00100001.
Such change ensures that the clip's speed never exceeds 99999%.
pedrofpclima added a commit to pedrofpclima/audacity that referenced this issue Apr 2, 2024
When shrunk to near absolute minimum, the audio clip's speed indicator would disappear.
This is not the case anymore, as the lowest stretch ratio is now set to 100 / (double)99999.
Such change ensures that the clip's speed never exceeds 99999%.
@pedrofpclima pedrofpclima linked a pull request Apr 2, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error, undesired behaviour, or missed functionality Music Music features such as beats, bars and time stretching P4 Low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants