Search found 59476 matches

by steve
Wed Mar 14, 2018 4:48 pm
Forum: macOS
Topic: Tool bar recording volume slider locked
Replies: 3
Views: 639

Re: Tool bar recording volume slider locked

Have you changed the recording device?
Some devices (notably USB devices) don't have software level control.
by steve
Wed Mar 14, 2018 4:47 pm
Forum: Windows
Topic: Un-solo all tracks feature
Replies: 5
Views: 443

Re: Un-solo all tracks feature

Ctrl+U then Ctrl+Shift+U
by steve
Wed Mar 14, 2018 3:00 pm
Forum: Windows
Topic: Problem with re-enabling plug-ins since upgrade to 2.2.2
Replies: 40
Views: 14806

Re: Problem with re-enabling plug-ins since upgrade to 2.2.2

You started off by saying that you had "EXACTLY THE SAME issue" as ericb7799, which turns out to not be the case as you are using a different version of Audacity, installed in a different location, with different plug-ins and different symptoms. The first step when troubleshooting any tech...
by steve
Wed Mar 14, 2018 12:48 pm
Forum: Windows
Topic: Problem with re-enabling plug-ins since upgrade to 2.2.2
Replies: 40
Views: 14806

Re: Problem with re-enabling plug-ins since upgrade to 2.2.2

I'm clicking on the Recording Meter Toolbar. Previously when I click that bar I could hear how my effect (i.e. amp simulator) will work, Are you sure? I'm not on Windows, but I'm pretty sure that in Audacity, effects only act on recorded audio (the audio in the selected audio track) and NOT on the ...
by steve
Wed Mar 14, 2018 12:45 pm
Forum: Windows
Topic: Problem with re-enabling plug-ins since upgrade to 2.2.2
Replies: 40
Views: 14806

Re: Problem with re-enabling plug-ins since upgrade to 2.2.2

I'm clicking on the Recording Meter Toolbar. Previously when I click that bar I could hear how my effect (i.e. amp simulator) will work, Are you sure? I'm not on Windows, but I'm pretty sure that in Audacity, effects only act on recorded audio (the audio in the selected audio track) and NOT on the ...
by steve
Wed Mar 14, 2018 9:28 am
Forum: Windows
Topic: IPersistFile Save Failed:: Code 0x80070002
Replies: 2
Views: 2975

Re: IPersistFile Save Failed:: Code 0x80070002

This is not an Audacity error message. The error code indicates that Windows is unable to find the file specified, and it usually associated with either a Windows update or Windows backup. There are many reasons why the problem can occur, including disk failure, a disk being mounted incorrectly, inc...
by steve
Wed Mar 14, 2018 9:01 am
Forum: Windows
Topic: cant record my voice over karaoke tract
Replies: 5
Views: 1428

Re: cant record my voice over karaoke tract

Audacity 2.0.5 is very old. The current version is 2.2.2 and is available here: https://www.audacityteam.org/download/ For "overdub" recording (recording a track while listening to other tracks), the settings at the bottom of the Transport menu should be: Software Playthrough: Off (not sel...
by steve
Wed Mar 14, 2018 2:16 am
Forum: Windows
Topic: Problem with re-enabling plug-ins since upgrade to 2.2.2
Replies: 40
Views: 14806

Re: Problem with re-enabling plug-ins since upgrade to 2.2.2

The only reports I've seen of this issue are the two cases here. @ lespaulplayer621, you say you have "EXACTLY THE SAME issue". Are you also using the ZIP version of Audacity 2.2.2? typically using the add/remove effects will show multiple directories for my VST effects What are the direct...
by steve
Wed Mar 14, 2018 1:16 am
Forum: Windows
Topic: PYLE PT-659DU (can't find device)
Replies: 1
Views: 143

Re: PYLE PT-659DU (can't find device)

Ensure that you connect the device before you start Audacity.
If Audacity still does not see it, look in the recording tab of the Windows Sound Control Panel and ensure that Windows has enabled the device.
by steve
Tue Mar 13, 2018 9:35 pm
Forum: General Audio Programming
Topic: Operating Audacity from the command line (experimental)
Replies: 0
Views: 2058

Operating Audacity from the command line (experimental)

This is a short demo of controlling Audacity via the command line (in a terminal) using a Python script "pipeclient.py" (https://github.com/audacity/audacity/blob/master/scripts/piped-work/pipeclient.py) This demo is running on Linux, but the script should also work on other platforms. Cur...