Search found 59476 matches

by steve
Mon Apr 23, 2018 10:41 pm
Forum: macOS
Topic: how to correct level in a track
Replies: 8
Views: 425

Re: how to correct level in a track

This may make the job a bit quicker, provided that the switching remains exactly every 60 seconds 1) "Regular interval labels" http://manual.audacityteam.org/man/regular_interval_labels.html Create labels every 60 seconds 2) Time Shift tool to drag the track so that the changes in level co...
by steve
Mon Apr 23, 2018 8:54 pm
Forum: macOS
Topic: how to correct level in a track
Replies: 8
Views: 425

Re: how to correct level in a track

knockingsoul wrote:My problem is that this is a 4 hour recording with volume changing every 1 minute. :(
Why is that? What happened?
by steve
Mon Apr 23, 2018 7:05 pm
Forum: Windows
Topic: How to work with one path?
Replies: 1
Views: 191

Re: How to work with one path?

You have accidentally enabled "Sync-Lock". You need to turn it off.
See: http://manual.audacityteam.org/man/sync ... roups.html
by steve
Mon Apr 23, 2018 1:44 pm
Forum: GNU/Linux
Topic: Skip selection on playback for precise editing
Replies: 4
Views: 1445

Re: Skip selection on playback for precise editing

OE1FEU wrote: The closest thing I found was "Cut Preview", but I was unable to precisely adapt the selection. Whenever I placed the cursor, the selection was lost.
To adjust the selection after Cut Preview (without losing the selection), hold down the shift key and drag the end of the selection.
by steve
Sun Apr 22, 2018 8:56 pm
Forum: Windows
Topic: "Audacity failed to read file on drive c:"
Replies: 25
Views: 3579

Re: "Audacity failed to read file on drive c:"

Did you check to see if "C:\Users\Wasabi\Documents\Audacity\tape 1.wav" exists?
Does it exist?
by steve
Sun Apr 22, 2018 7:40 pm
Forum: Windows
Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
Replies: 86
Views: 7072

Re: Adding randomized silence (Windows 10, Audacity 2.1.3)

What are the point coordinates for:

Code: Select all

 (pwlv 1 0.01 1 0.01 0 0.02 0 0.02 1 0.03 1)
by steve
Sun Apr 22, 2018 11:18 am
Forum: Windows
Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
Replies: 86
Views: 7072

Re: Adding randomized silence (Windows 10, Audacity 2.1.3)

PiTeRr wrote:I was trying (pwlv 0 0.01 1 0.01 0 0.02 0 0.02 1 0.03 1)
That gives you points at:

Code: Select all

(0)   | 0
0.01  | 1
0.01  | 0
0.02  | 0
0.02  | 1
0.03  | 1
which looks like this:
firsttrack000.png
firsttrack000.png (8.77 KiB) Viewed 361 times
What is it that you don't understand?
by steve
Sun Apr 22, 2018 11:12 am
Forum: Windows
Topic: starting
Replies: 18
Views: 1237

Re: starting

See these two effects:
http://manual.audacityteam.org/man/crossfade_clips.html
http://manual.audacityteam.org/man/cros ... racks.html

The former is the quicker / easier, and the second is the more complex and more flexible / powerful tool.
by steve
Sun Apr 22, 2018 10:37 am
Forum: GNU/Linux
Topic: How to move cursor to start of clip
Replies: 5
Views: 1598

Re: How to move cursor to start of clip

1. You wish to play from a boundary to the end of the project without stopping at the next boundary. Double click the clip to select it, then "Shift + End" to extend the selection to the end of the project. (You can also use "Shift + click and drag" to adjust the boundary positi...