Search found 59476 matches

by steve
Sun Nov 08, 2020 4:04 pm
Forum: Macros and Scripting
Topic: Enhancement for Macros
Replies: 33
Views: 3667

Re: Enhancement for Macros

So are you planning to get this included in Audacity's shipped tools (or will it remain an under-the-counter item for the cognoscenti) ? I think it'll remain under the counter due to the awkwardness of not being able to repeat the last "Tool" effect. (It has to be a "Tool" type ...
by steve
Sun Nov 08, 2020 1:34 pm
Forum: Macros and Scripting
Topic: Enhancement for Macros
Replies: 33
Views: 3667

Re: Enhancement for Macros

A possible workaround would be if I make this a "Tool" type plug-in, but then you would need to create a custom shortcut rather than "Ctrl+R". (I've not tried that yet). Here's the plug-in: MacroStepThrough.ny When installed it will appear in the Tools menu. The way that I'm usi...
by steve
Sun Nov 08, 2020 1:04 pm
Forum: Windows
Topic: Panning a sound
Replies: 5
Views: 213

Re: Panning a sound

Trebor wrote:
Sun Nov 08, 2020 12:59 pm
[ They don't do Doppler pitch shift though, as occurs with the real thing ]
You may find this topic helpful: viewtopic.php?f=46&t=113505
by steve
Sun Nov 08, 2020 1:02 pm
Forum: Windows
Topic: Keyboard Shortcuts
Replies: 2
Views: 28

Re: Keyboard Shortcuts

immaps wrote:
Sun Nov 08, 2020 11:58 am
Also I am looking for a possiibility to use the envelope tool in batch mode.
That's tricky because Envelopes are primarily designed for mouse use, but it is possible to set envelope points. see: https://alphamanual.audacityteam.org/ma ... t_envelope
by steve
Sun Nov 08, 2020 12:58 pm
Forum: Windows
Topic: Keyboard Shortcuts
Replies: 2
Views: 28

Re: Keyboard Shortcuts

Is there any possibility to set the project-rate with keyboard-commands? I have to edit many wav files and in the end I need 16000 Hz (telephone answering machine). It would be grea, if I could do that either in batch-mode or in a makro. You can set the Project Rate with the Macro command " Se...
by steve
Sun Nov 08, 2020 10:23 am
Forum: Adding Features to Audacity
Topic: Set Markers
Replies: 3
Views: 222

Re: Set Markers

SoundBulb wrote:
Sun Nov 08, 2020 1:39 am
What about embedded markers and loop points?
Is there an open standard that Audacity can use?
by steve
Sun Nov 08, 2020 9:42 am
Forum: Adding Features to Audacity
Topic: More sample rates to convert to with the Project Rate dropdown
Replies: 2
Views: 198

Re: More sample rates to convert to with the Project Rate dropdown

SoundBulb wrote:
Sun Nov 08, 2020 1:37 am
I think it would be nice if 24kHz was added to the Project Rate dropdown.
Audacity lists standard sample rates. If you need a non-standard sample rate for a specific job, you can type the value in the Project Rate box.
by steve
Sun Nov 08, 2020 9:39 am
Forum: Adding Features to Audacity
Topic: Export/Save to location where file is located.
Replies: 29
Views: 2091

Re: Export/Save to location where file is located.

The next version of Audacity will offer more options for default file locations. See here for a preview: https://alphamanual.audacityteam.org/man/Directories_Preferences I think it should detect where the file came from, That poses a number of problems: 1. It would make overwriting the source file t...
by steve
Sun Nov 08, 2020 9:27 am
Forum: Windows
Topic: Sliding Stretch is missing.
Replies: 1
Views: 52

Re: Sliding Stretch is missing.

Try resetting Audacity:
"Tools menu > Reset Configuration"
by steve
Sun Nov 08, 2020 9:26 am
Forum: Macros and Scripting
Topic: Enhancement for Macros
Replies: 33
Views: 3667

Re: Enhancement for Macros

I don't want to push my luck, but as long as your in the "Macro mood", ..... maybe the ability to create a copy of a Macro. That way when troubleshooting, you could keep the original and have a working copy to play with. If I want a copy now, I go to the Macro folder and copy the Macro I ...