Search found 59476 matches

by steve
Tue Jul 16, 2019 8:03 am
Forum: Macros and Scripting
Topic: What is the macro command that is equivalent to "Make Stereo Track"?
Replies: 4
Views: 588

Re: What is the macro command that is equivalent to "Make Stereo Track"?

ankushalg wrote:
Tue Jul 16, 2019 7:51 am
But now How Can I change focus to second track?
Have you tried the "SetTrack" command? (see: https://manual.audacityteam.org/man/scr ... ptables_II)
by steve
Tue Jul 16, 2019 7:53 am
Forum: Macros and Scripting
Topic: Moving a selection from one track to another [SOLVED]
Replies: 15
Views: 1497

Re: Moving a selection from one track to another

Macros are stored as plain text files. There is one file per Macro On Windows, they are usually in: C:\Users\<user-name>\AppData\Roaming\audacity\Macros\ ("AppData" is a hidden folder, but you can easily open that folder from file explorer by entering %appdata% as the file path address). R...
by steve
Tue Jul 16, 2019 7:34 am
Forum: Adding Features to Audacity
Topic: Filename of a selected audio track at export time
Replies: 32
Views: 3670

Re: Filename of a selected audio track at export time

agua wrote:
Tue Jul 16, 2019 1:46 am
It was almost a good solution, but... I need the multi-track solo option.
So why not set a keyboard shortcut to change the solo option?
by steve
Tue Jul 16, 2019 12:18 am
Forum: Macros and Scripting
Topic: Moving a selection from one track to another [SOLVED]
Replies: 15
Views: 1497

Re: Moving a selection from one track to another

agua wrote:
Mon Jul 15, 2019 9:38 pm
I'll try to figure it out and will tell you later how it goes.
Hopefully you will succeed, but feel free to ask if you get stuck. (As Macros are new, we're all working them out as we go along ;))
by steve
Tue Jul 16, 2019 12:14 am
Forum: Adding Features to Audacity
Topic: Filename of a selected audio track at export time
Replies: 32
Views: 3670

Re: Filename of a selected audio track at export time

but will export all tracks, Are you sure that you are using Audacity and not some other program? Are you sure that you only soloed one track? I've just tested with Audacity 2.3.2, and as expected, muted tracks are not exported. With default setting, when one track is soloed, all other tracks are mu...
by steve
Tue Jul 16, 2019 12:07 am
Forum: macOS
Topic: Issue Recording from Mac directly into Audacity
Replies: 6
Views: 174

Re: Issue Recording from Mac directly into Audacity

Is Audacity designed to be able to record directly into it using a laptop inbuilt microphone or does there have to be an external microphone? Audacity can record from either a laptop's inbuilt microphone or an external microphone, however, it is becoming very rare for laptops to have reasonable qua...
by steve
Mon Jul 15, 2019 6:36 pm
Forum: macOS
Topic: Issue Recording from Mac directly into Audacity
Replies: 6
Views: 174

Re: Issue Recording from Mac directly into Audacity

What are you wanting to record?
What sort of Mac are you using?
by steve
Mon Jul 15, 2019 6:27 pm
Forum: macOS
Topic: Issue Recording from Mac directly into Audacity
Replies: 6
Views: 174

Re: Issue Recording from Mac directly into Audacity

If you are recording with a microphone, you cannot monitor the recording with speakers, only headphones. If the sound from the microphone is coming from your speakers, that will create a "feedback loop".
by steve
Mon Jul 15, 2019 11:55 am
Forum: Windows
Topic: Reading of Tracks During the Execution of a Command
Replies: 7
Views: 201

Re: Reading of Tracks During the Execution of a Command

Why cannot the code be run without having to wait until all tracks have been read completely? Nyquist is essentially a separate program, running within Audacity. Audacity has no idea what the Nyquist code will do, until the Nyquist code runs, so Audacity does not know that this specific Nyquist eff...
by steve
Mon Jul 15, 2019 8:02 am
Forum: Windows
Topic: Numbers keep changing in 'start and end selection'
Replies: 5
Views: 216

Re: Numbers keep changing in 'start and end selection'

Check that the controls actually are set to "Start and End of Selection" rather than one of the other options. Ensure that you are entering valid times and not that if you attempt to set the start time later than the end time, the end time will update to match the start time (it is not pos...