Search found 59476 matches

by steve
Thu Aug 29, 2019 10:33 pm
Forum: Nyquist
Topic: Code to Select Audio
Replies: 51
Views: 4863

Re: Code to Select Audio

Some pointers: LISP doesn’t seem to have variables the same way as a procedural language It does, but it may look a bit different. LISP based languages use "S-expressions" ("symbolic expression"). This takes a little getting used to, but it's rather nice once you've got used to i...
by steve
Thu Aug 29, 2019 9:50 pm
Forum: macOS
Topic: Is ffmpeg installed thru Homebrew supported?
Replies: 4
Views: 3242

Re: Is ffmpeg installed thru Homebrew supported?

Audacity requires a specific version of FFmpeg. Instructions for MacOS are here: https://manual.audacityteam.org/man/installing_and_updating_audacity_on_mac_os_x.html#macff In that case can I install the ffmpeg 64 bit package from this link? https://lame.buanzo.org/#lameosx64bitdl No. That is an opt...
by steve
Thu Aug 29, 2019 9:46 pm
Forum: Macros and Scripting
Topic: [SOLVED] Wave Color Keyboard Shortcut
Replies: 10
Views: 1190

Re: Wave Color Keyboard Shortcut

File | Chains | Edit Chains | Add | Insert Your version of Audacity is too old. You need Audacity 2.3.2. You can get it via the Audacity website: https://www.audacityteam.org/download/ In Audacity 2.3.2, the old "Chains" feature has been renamed "Macros", and Macros can do a lot...
by steve
Thu Aug 29, 2019 9:42 pm
Forum: Macros and Scripting
Topic: Change tempo on macros bugged? [SOLVED]
Replies: 18
Views: 1316

Re: Change tempo on macros bugged?

Matriax wrote:
Thu Aug 29, 2019 4:05 pm
The unique thing i can't fix to put inside the macro is the tempo.
Try this plug-in:
equal-length-tracks.ny
(1.33 KiB) Downloaded 30 times
by steve
Thu Aug 29, 2019 8:44 pm
Forum: Compiling Audacity
Topic: Building wxWidgets before Audacity in Xcode
Replies: 3
Views: 2790

Re: Building wxWidgets before Audacity in Xcode

eclewlow wrote:
Thu Aug 29, 2019 6:57 pm
I thought the documentation states to use the 10.7 sdk. Not 10.6
This topic is 2 years old. Things change.
by steve
Thu Aug 29, 2019 8:42 pm
Forum: Windows
Topic: 2.3.0 Debug Error
Replies: 47
Views: 7270

Re: 2.3.0 Debug Error

DVDdoug wrote:
Thu Aug 29, 2019 8:15 pm
Did you download Lame_v3.99.3_for_Windows.exe?
You don't need to do that with Audacity 2.3.2 because LAME is included and installed by default with Audacity.
by steve
Thu Aug 29, 2019 8:41 pm
Forum: Compiling Audacity
Topic: Mac Mojave
Replies: 3
Views: 641

Re: Mac Mojave

Unfortunately I don't know a lot about building on Mac, other than that I managed to build Audacity on Mojave by carefully following those instructions.

What errors are you getting?
by steve
Thu Aug 29, 2019 8:13 pm
Forum: Windows
Topic: Disabling yellow Boundary Snap Guides
Replies: 12
Views: 4571

Re: Disabling yellow Boundary Snap Guides

Gale Andrews is no longer with us. He passed away in 2017 (https://wiki.audacityteam.org/wiki/User:Galeandrews)

There's been a lot of code refactoring in the current Audacity 2.3.3 development code, which I'm still trying to get to grips with, but I'd suggest that you look in the file Snap.cpp.
by steve
Thu Aug 29, 2019 7:58 pm
Forum: Compiling Audacity
Topic: Mac Mojave
Replies: 3
Views: 641

Re: Mac Mojave

by steve
Thu Aug 29, 2019 7:56 pm
Forum: Windows
Topic: 2.3.0 Debug Error
Replies: 47
Views: 7270

Re: 2.3.0 Debug Error

In Audacity 2.3.2, LAME is installed by default as part of Audacity.

To install FFmpeg, follow the instructions here: https://manual.audacityteam.org/man/ins ... html#winff