Search found 59476 matches

by steve
Wed Apr 17, 2019 12:42 pm
Forum: GNU/Linux
Topic: audacity.cfg recentfiles
Replies: 5
Views: 604

Re: audacity.cfg recentfiles

retnev wrote:
Wed Apr 17, 2019 1:23 am
Is there a way to configure audacity to remember say 50 or 100 recent files and not just 12 ?
There are no configuration options to do that. You would have to modify the source code and build your own, custom version, of Audacity.
by steve
Wed Apr 17, 2019 12:31 pm
Forum: macOS
Topic: How to open an AUP file from the command line on macOS
Replies: 20
Views: 835

Re: How to open an AUP file from the command line on macOS

I've had a look into the code, and in AudacityApp::OnInit(), passing file list arguments via the command line is implemented for Windows and Linux only: #if !defined(__WXMAC__) for (size_t i = 0, cnt = parser->GetParamCount(); i < cnt; i++) { // PRL: Catch any exceptions, don't try this file again, ...
by steve
Wed Apr 17, 2019 12:15 pm
Forum: macOS
Topic: How to open an AUP file from the command line on macOS
Replies: 20
Views: 835

Re: How to open an AUP file from the command line on macOS

jonata wrote:
Wed Apr 17, 2019 11:10 am
Sorry, why does it matter?
Because:
  • You may be trying to do something that is impossible
  • You may be trying to do something that can be done another way
jonata wrote:
Wed Apr 17, 2019 11:10 am
This is something very specific for my case
but you are not willing to say what that use case is?
by steve
Wed Apr 17, 2019 11:05 am
Forum: Windows
Topic: Playback Problems After Silencing Audio
Replies: 6
Views: 450

Re: Playback Problems After Silencing Audio

Unfortunately, I will void my warranty if I have any hardware changes made right now. The Behringer UCA-202 that I use is a USB device. It just plugs into a USB port, and then you can plug "line level" devices (such as an audio amp, mixing desk, powered speakers...) into it. It has just o...
by steve
Wed Apr 17, 2019 10:58 am
Forum: macOS
Topic: How to open an AUP file from the command line on macOS
Replies: 20
Views: 835

Re: How to open an AUP file from the command line on macOS

jonata wrote:
Wed Apr 17, 2019 1:30 am
In my case, I need some information Audacity's stdout provides while the aup is opened
What information?
How do you know that Audacity sends that information to stdout on macOS?
by steve
Wed Apr 17, 2019 12:46 am
Forum: macOS
Topic: How to open an AUP file from the command line on macOS
Replies: 20
Views: 835

Re: How to open an AUP file from the command line on macOS

open command will not work for me because it will just open the file and return to the terminal How does it "open the file"? For me, it opens the Audacity project file in Audacity - isn't that what you want? And I need to keep the "Audacity" instance running on the terminal Why?...
by steve
Wed Apr 17, 2019 12:02 am
Forum: Windows
Topic: editing a siminar when cursor turns into a magnifying glass
Replies: 1
Views: 148

Re: editing a siminar when cursor turns into a magnifying glass

jellyfishjuice wrote:
Tue Apr 16, 2019 11:48 pm
cursor turns into a magnifying glass wherein waveform can be expanded or deminished
You may have accidentally pressed the F4 key, or clicked on the zoom tool button. Press the F1 key to get back to the normal cursor.
(See: https://manual.audacityteam.org/man/zoom_tool.html)
by steve
Tue Apr 16, 2019 11:59 pm
Forum: macOS
Topic: How to open an AUP file from the command line on macOS
Replies: 20
Views: 835

Re: How to open an AUP file from the command line on macOS

I've just checked, and on macOS you can just do:

Code: Select all

open "<path>/<file name>.aup"
by steve
Tue Apr 16, 2019 10:34 pm
Forum: macOS
Topic: How to open an AUP file from the command line on macOS
Replies: 20
Views: 835

Re: How to open an AUP file from the command line on macOS

I've not tried this on a Mac, but my guess is that you've probably not got the path to the file correct. Try using the fully qualified file name, in double quotes, after the audacity command. On Linux (and it's probably the same on a Mac), if you navigate to the folder where the project file is, and...
by steve
Tue Apr 16, 2019 10:29 pm
Forum: Windows
Topic: Error message in diagnostics
Replies: 1
Views: 295

Re: Error message in diagnostics

That's saying that Audacity can't find a compatible version of FFmpeg. Check the instructions here - is this what you did? https://manual.audacityteam.org/man/installing_and_updating_audacity_on_windows.html#winff In particular, ensure that you download the file " ffmpeg-win-2.2.2.exe " by...