What is your main OS?Shrubbery wrote: ↑Thu Aug 27, 2020 8:53 pmApparently, the forum software has been updated again, so now in August 2020 the profile option to change the operating system no longer exists (or at least I can't find it following the Username -> Profile menu).
Is there some other way to accomplish this? Thanks.
Search found 59476 matches
- Fri Aug 28, 2020 12:30 am
- Forum: Maintaining / Improving this Forum
- Topic: "Operating system" for existing users
- Replies: 17
- Views: 6414
Re: "Operating system" for existing users
- Thu Aug 27, 2020 1:38 pm
- Forum: Adding Features to Audacity
- Topic: Ability to assign multiple hotkeys / key bindings to a command
- Replies: 1
- Views: 324
Re: Ability to assign multiple hotkeys / key bindings to a command
You could do that by creating a Macro for each command that you want duplicate shortcuts for.
Example:
Command: "Select All" - shortcut: "Ctrl + A"
Macro: Name = "Select All macro" - Command: "SelectAll:" - Shortcut: "NUMPAD_END"
Example:
Command: "Select All" - shortcut: "Ctrl + A"
Macro: Name = "Select All macro" - Command: "SelectAll:" - Shortcut: "NUMPAD_END"
- Thu Aug 27, 2020 12:29 pm
- Forum: GNU/Linux
- Topic: Audition Plugins Port
- Replies: 15
- Views: 694
Re: Audition Plugins Port
Audacity does not (yet) have a multi-band compressor. You could perhaps try the "Calf" plug-ins, though it's a bit hit and miss regarding compatible versions. If you can't get the Calf plug-ins to work, search Google for an alternative LV2 multi-band compressor. Audacity has various types ...
- Thu Aug 27, 2020 11:09 am
- Forum: macOS
- Topic: Audacity does not start
- Replies: 15
- Views: 785
- Thu Aug 27, 2020 11:06 am
- Forum: GNU/Linux
- Topic: Can record one track - cannot record another one
- Replies: 5
- Views: 313
Re: Can record one track - cannot record another one
Your setup does not want to record and play at the same time. This "may" be due to the Focustrite being fussy about the sample rate. To test this possibility: 1. Close and restart Audacity with a new, empty project. 2. Set the "Project Rate" (lower left corner of the main Audacit...
- Thu Aug 27, 2020 11:00 am
- Forum: Windows
- Topic: Hardware setup suggestions.
- Replies: 3
- Views: 51
Re: Hardware setup suggestions.
I would like to keep using what I have and purchase a behringer uphoria um2 to run between the mixer and the interface. Is that a workable setup for audacity? Yes that's workable. I use a similar system, but with a UCA-101 (a very old cut-down version of the UCA-202). If you've not bought the inter...
- Thu Aug 27, 2020 10:52 am
- Forum: GNU/Linux
- Topic: What happened?
- Replies: 8
- Views: 386
Re: What happened?
There was a problem with old versions of Audacity - there were so many keyboard shortcuts set by default that there were very few sensible key combinations left for user's custom shortcuts. In more recent versions of Audacity, the default set of shortcuts was reduced so that more key combinations wo...
- Thu Aug 27, 2020 10:45 am
- Forum: GNU/Linux
- Topic: Can't move help folder
- Replies: 7
- Views: 375
Re: Can't move help folder
sudo unzip ~/Desktop/audacity-manual-2.1.3.zip -d /usr/share/audacity/ "sudo" means "super-user do", which means "computer, do this as if I was the super-user root". "unzip" is the command to extract the contents of a ZIP file. The syntax being: unzip <zip-fi...
- Thu Aug 27, 2020 10:40 am
- Forum: Windows
- Topic: Sound activated recording problems
- Replies: 7
- Views: 139
Re: Sound activated recording problems
What are your "Latency" settings (both) in "Edit menu > Preferences > Devices"?
- Thu Aug 27, 2020 10:30 am
- Forum: Macros and Scripting
- Topic: Tone: duration?
- Replies: 5
- Views: 822
Re: Tone: duration?
Example: Generate a 25 second tone:
For testing, I'd recommend using pipeclient.py from the command line.
- NewMonoTrack:
- SelectTime: Start=0 End=25
- Tone:
For testing, I'd recommend using pipeclient.py from the command line.