Search found 59476 matches

by steve
Sat Mar 14, 2020 12:25 pm
Forum: GNU/Linux
Topic: Permissions for local manual?
Replies: 21
Views: 817

Re: Permissions for local manual?

What happens if you double click on the "/usr/share/audacity/help/manual/index.html" file?
by steve
Sat Mar 14, 2020 12:19 pm
Forum: macOS
Topic: How to put Audacity in your dock and use microphone in 10.15 Catalina
Replies: 64
Views: 18879

Re: How to put Audacity in your dock and use microphone in 10.15 Catalina

zcccccc222 wrote:
Sat Mar 14, 2020 2:59 am
End of april... 🤦‍♀️
If you don't want to wait, you can download the source code from here https://github.com/audacity/audacity and build Audacity yourself.
Build instructions for macOS are here: https://github.com/audacity/audacity/bl ... /build.txt
by steve
Sat Mar 14, 2020 12:12 pm
Forum: Windows
Topic: Reset cursor after labelling
Replies: 7
Views: 165

Re: Reset cursor after labelling

Jebbers wrote:
Sat Mar 14, 2020 2:30 am
I find that I have to back up to reset the cursor after setting or editing a label.
What does that mean? Please describe step by step what you are doing and what you see.
by steve
Sat Mar 14, 2020 12:11 pm
Forum: macOS
Topic: Where us FFMPEG, if it is there at all?
Replies: 3
Views: 214

Re: Where us FFMPEG, if it is there at all?

Q3: Does the 32-bit package have to be there for the 64-bit package to work? No. You need the 64-bit version of FFmpeg for Audacity 2.3.3 on macOS. If Audacity is running, quit Audacity and then restart it. Look in "Help menu > Diagnostics > show log" Post the contents of the log in your ...
by steve
Sat Mar 14, 2020 12:05 pm
Forum: GNU/Linux
Topic: Audacity can not load ANY aup file
Replies: 29
Views: 2032

Re: Audacity can not load ANY aup file

Could this be a permissions issue? A bit of a long shot, but I'm running out of ideas of what the problem could be. User nicemicro has read write permissions to the Documents folder (as expected), so it's not looking like a permissions problem. In the project that you posted, the data files (.au) a...
by steve
Fri Mar 13, 2020 8:04 pm
Forum: Macros and Scripting
Topic: Macro/mod-script strange behavior
Replies: 11
Views: 893

Re: Macro/mod-script strange behavior

To return a string to Python from Nyquist, you could do something like this: ;type tool (setf var 42) ;; See https://www.audacity-forum.de/download/edgar/nyquist/nyquist-doc/xlisp/xlisp-ref/xlisp-ref-121.htm (let ((fp (open "/tmp/audacity_script_pipe.from.1000" :direction :output))) (forma...
by steve
Fri Mar 13, 2020 7:26 pm
Forum: Windows
Topic: Audacity takes very long to start
Replies: 26
Views: 646

Re: Audacity takes very long to start

A suggestion from one of the developers...

Look in
\Program Files (x86)\Audacity\modules\
What files, if any, are in there?
by steve
Fri Mar 13, 2020 7:18 pm
Forum: Macros and Scripting
Topic: Macro/mod-script strange behavior
Replies: 11
Views: 893

Re: Macro/mod-script strange behavior

Could you describe what the objective is of your entire Python / Nyquist scripting task.
by steve
Fri Mar 13, 2020 7:12 pm
Forum: Macros and Scripting
Topic: Macro/mod-script strange behavior
Replies: 11
Views: 893

Re: Macro/mod-script strange behavior

This is an updated version of SilenceMarker.ny ;nyquist plug-in ;version 4 ;type analyze ;name "Silence Finder" ;manpage "Silence_Finder" ;author "Steve Daulton" ;release 2.4.0 ;copyright "Released under terms of the GNU General Public License version 2" ;; Or...
by steve
Fri Mar 13, 2020 3:37 pm
Forum: GNU/Linux
Topic: Audacity can not load ANY aup file
Replies: 29
Views: 2032

Re: Audacity can not load ANY aup file

What are the permisions for the directory: /home/nicemicro/Documents
Are you logged in as "nicemicro"?