Generate silence in new project is not impossible

Open Beginner friendly
#14 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
75/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
python
Domain
documentation

Research direction

Open init.py and locate the TODO comment about creating silence in a new project. Confirm the documented macro sequence—NewMonoTrack: or NewStereoTrack:, SelectTime: Start=0 End=1, then Silence:—and update the comment to explain that SelectTime can move the cursor position. Done means the comment no longer claims this is impossible.

Written by the indexing model from the issue text.

Description

The __init__.py file has an incorrect comment:

# TODO - Bring up to the Audacity team that there's no way for the macros to just move the cursor to a timestamp in the project because there's no menu item for this. But there's literally no way to start a new project and create, like, a 1-second silence.

To create a 1-second silence in a new project:

  1. NewMonoTrack: or NewStereoTrack:
  2. SelectTime: Start=0 End=1
  3. Silence:

More generally, use SelectTime to move the cursor position.

Dominant language
Python
Stars
38
Forks
8
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from asweigart/pyaudacity

All issues in asweigart/pyaudacity

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.