Search found 59476 matches

by steve
Sat Feb 27, 2021 3:44 pm
Forum: Making Music with Audacity
Topic: compressing cymbols
Replies: 5
Views: 420

Re: compressing cymbols

mixer_dan wrote:
Sat Feb 27, 2021 2:58 pm
I'm using the drum program Hygrogen, so the samples are done by someone else, not sure who.. It is a ride cymbol
Just adjust the level in Hydrogen so that it sounds well balanced with the drum sounds.
by steve
Sat Feb 27, 2021 1:55 pm
Forum: Windows
Topic: Audacity does not record my voice, only the sound of the videos I listen to.
Replies: 21
Views: 442

Re: Audacity does not record my voice, only the sound of the videos I listen to.

In the Device Toolbar, ensure that your microphone is selected as the recording device.
by steve
Sat Feb 27, 2021 1:50 pm
Forum: Windows
Topic: Add-on for transferring audio edits between Blender and Audacity
Replies: 41
Views: 1687

Re: Bug: Importing Labels through command line fails

If I recall correctly that is an unsupported feature (I'll need to check). I've checked and yes it is not a feature. Only audio files can be passed as arguments. I need to mark the area of the audio file used in the Blender(not always the full file duration) in Audacity, so I wanted to use an Audac...
by steve
Sat Feb 27, 2021 1:36 pm
Forum: Macros and Scripting
Topic: SoundFinder and SilenceFinder commands not accepting parameters
Replies: 8
Views: 782

Re: SoundFinder and SilenceFinder commands not accepting parameters

Which exact version of Audacity are you using? (look in "Help menu > About Audacity")

How are you running Python? (and which version?)
by steve
Sat Feb 27, 2021 1:31 pm
Forum: Adding Features to Audacity
Topic: Sync one audio track to another by 2 points
Replies: 4
Views: 497

Re: Sync one audio track to another by 2 points

If you could provide an example please This is a rather lengthy example, but hopefully will illustrate clearly the technique. You will probably find quicker ways once you've got the hang of it. Using the image in this post as an example: https://forum.audacityteam.org/viewtopic.php?p=417928#p417928...
by steve
Sat Feb 27, 2021 1:06 pm
Forum: Windows
Topic: Electric drums
Replies: 8
Views: 194

Re: Electric drums

Check your settings in the Device Toolbar.
(Note that you should connect the USB device before launching Audacity.)
by steve
Sat Feb 27, 2021 1:03 pm
Forum: Windows
Topic: stop tracks recording onto new track
Replies: 26
Views: 718

Re: stop tracks recording onto new track

i can record up to 4 tracks just fine. after that any new tracks also get the previous 4 tracks bounced onto it. That's the part that I find very puzzling. I can't think of any way, with the equipment that you are using, that the behaviour can suddenly change all on its own without you doing anythi...
by steve
Sat Feb 27, 2021 11:45 am
Forum: Audacity 3.0.3 alpha
Topic: Forced drive type
Replies: 12
Views: 1587

Re: Forced drive type

ImDisk Toolkit claims to support NTFS and is free.
by steve
Sat Feb 27, 2021 11:32 am
Forum: Macros and Scripting
Topic: SoundFinder and SilenceFinder commands not accepting parameters
Replies: 8
Views: 782

Re: SoundFinder and SilenceFinder commands not accepting parameters

steve wrote:
Sat Feb 27, 2021 11:23 am
You may need to pass the full set of parameters:
Or maybe not. I've just tried sending:

Code: Select all

SilenceFinder:sil-dur="1" sil-lev="20"
using "pipeclient.py", and it worked perfectly.