Search found 59476 matches

by steve
Tue Apr 27, 2021 12:15 pm
Forum: Windows
Topic: Effects not working on 15 minute file
Replies: 1
Views: 61

Re: Effects not working on 15 minute file

There was a bug in Audacity 3.0.0 that restricts the length that can be processed in one go by Nyquist plug-ins ("ACX Check" is a Nyquist plug-in).
Update to Audacity 3.0.2 for the fix: https://www.audacityteam.org/download/
by steve
Tue Apr 27, 2021 10:28 am
Forum: Audacity 3.x Feedback and Reviews
Topic: Noise Gate doesn't work at all
Replies: 5
Views: 582

Re: Noise Gate doesn't work at all

The fix is in the Audacity 3.0.2 version.
by steve
Tue Apr 27, 2021 10:24 am
Forum: Macros and Scripting
Topic: Creating two label tracks for a given wav file [SOLVED]
Replies: 11
Views: 821

Re: Creating two label tracks for a given wav file

ennoausberlin wrote:
Tue Apr 27, 2021 10:08 am
As you can see, the label index is ascending.
Yes, it's ascending, but it is starting from "Label=0", and that is the first label in the first label track.
by steve
Tue Apr 27, 2021 9:44 am
Forum: Macros and Scripting
Topic: Creating two label tracks for a given wav file [SOLVED]
Replies: 11
Views: 821

Re: Creating two label tracks for a given wav file

ennoausberlin wrote:
Tue Apr 27, 2021 6:04 am

Code: Select all

print("Last index", lastLabelIndex)
Does the number printed match the number of labels in the project?

Code: Select all

    lastLabelIndex = index + 1
Is "index" in scope?
by steve
Mon Apr 26, 2021 8:05 pm
Forum: macOS
Topic: Macro Manager
Replies: 11
Views: 383

Re: Macro Manager

kozikowski wrote:
Mon Apr 26, 2021 8:02 pm
I installed analyzer software and it didn't appear for use. The forum said I needed to Add-Remove Plugins.
Are you referring specifically to Nyquist plug-ins, or plug-in in general?
by steve
Mon Apr 26, 2021 7:38 pm
Forum: Windows
Topic: Adding Rhythm Track inserts it in front of first track instead of with it
Replies: 4
Views: 111

Re: Adding Rhythm Track inserts it in front of first track instead of with it

Why would Sync-Lock do that? I know about marrying a label track to a music track. What's it trying to lock in this case? I agree that it looks rather weird. I think it is synchronising the end of the selection in the new track with the start of the audio clip in the first track. It looks less weir...
by steve
Mon Apr 26, 2021 6:58 pm
Forum: Windows
Topic: Audacity recording function dead
Replies: 4
Views: 99

Re: Audacity recording function dead

Piervito wrote:
Mon Apr 26, 2021 5:23 pm
Suddenly it stopped working in the Record mode.
What are you trying to record, with what equipment?
What settings do you have in the Device Toolbar?
by steve
Mon Apr 26, 2021 6:56 pm
Forum: macOS
Topic: Combining Multitrack files to single multitrack
Replies: 17
Views: 527

Re: Combining Multitrack files to single multitrack

See if this does what you want: 1. Import the original files into Audacity ("File menu > Import > Audio") 2. "Command + A" (select all) 3. "Tracks menu > Align tracks > Align End to End" 4. "File menu > Export > Export as WAV" (or "Export as MP3", or...