Search found 59476 matches

by steve
Sun Feb 14, 2021 12:38 pm
Forum: Windows
Topic: How to skip x every y seconds
Replies: 9
Views: 192

Re: How to skip x every y seconds

(cond ((= mins 2) (force-srate (* *sound-srate* (/ 60 1.0)) *track*)) ((= mins 1) (force-srate (* *sound-srate* (/ 1.0 1.0)) *track*)) ((= mins 0) (force-srate (* *sound-srate* (/ 1.0 60)) *track*)) ((= mins 3) (setf *track* (force-srate (* *sound-srate* (/ 1.0 60) (sound *track*)) (pitshift *track...
by steve
Sun Feb 14, 2021 12:31 pm
Forum: Windows
Topic: How to skip x every y seconds
Replies: 9
Views: 192

Re: How to skip x every y seconds

;control mins "Convert what to minutes?" int "0=Hours Adjust Pitch, 1=Minutes 2=Seconds Adjust Pitch, 3=Hours Preserve Pitch 4=Seconds Preserve Pitch" 0 0 4 This would be much better as a "choice" widget See: https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Referenc...
by steve
Sun Feb 14, 2021 12:21 pm
Forum: Windows
Topic: How to skip x every y seconds
Replies: 9
Views: 192

Re: How to skip x every y seconds

(cond ((= mins 2) (force-srate (* *sound-srate* (/ 60 1.0)) *track*)) ((= mins 1) (force-srate (* *sound-srate* (/ 1.0 1.0)) *track*)) ((= mins 0) (force-srate (* *sound-srate* (/ 1.0 60)) *track*)) ((= mins 3) (setf *track* (force-srate (* *sound-srate* (/ 1.0 60) (sound *track*)) (pitshift *track...
by steve
Sun Feb 14, 2021 12:00 pm
Forum: Making Music with Audacity
Topic: Need help making multi-track recordings
Replies: 1
Views: 435

Re: Need help making multi-track recordings

No need to create a track before recording. Audacity will do that automatically.
To record to a new track, use "Shift + R" or "Shift + Record button".
by steve
Sun Feb 14, 2021 11:55 am
Forum: Making Music with Audacity
Topic: How to fade in an audio effect?
Replies: 4
Views: 724

Re: How to fade in an audio effect?

@ merlinpendragonx Unfortunately you quoted a post from a user that had embedded hidden spam in their post. That triggered the forum security which then blocked your account. Fortunately I spotted the error and I've hopefully fixed it, but if you have problems logging in to the forum, please use the...
by steve
Sun Feb 14, 2021 10:53 am
Forum: Windows
Topic: How to skip x every y seconds
Replies: 9
Views: 192

Re: How to skip x every y seconds

but how to combine them in the same effect? I tried this (force-srate 44100 (stretch-abs 3.0 (sound *track*)))) (pitshift(sound *track*) 3.0 1.0) The reason that does not work is because *track* refers to the original track audio in both lines of code. (also there is one too many ")" at t...
by steve
Sun Feb 14, 2021 10:14 am
Forum: macOS
Topic: No stereo recording
Replies: 22
Views: 1048

Re: No stereo recording

Are you able to record in mono?
What are you trying to record, and what equipment are you using?
by steve
Sun Feb 14, 2021 10:11 am
Forum: macOS
Topic: Issue with MP3 Export in Audacity 2.4.2
Replies: 8
Views: 276

Re: Issue with MP3 Export in Audacity 2.4.2

FYI, I'm blind If you are not already aware, there is a mailing list specifically for blind Audacity users. Some of the people there have been using Audacity for years and are happy to advise on accessibility issues. Information about how to sign up to that mailing list is here: https://wiki.audaci...
by steve
Sun Feb 14, 2021 10:04 am
Forum: macOS
Topic: Issue with MP3 Export in Audacity 2.4.2
Replies: 8
Views: 276

Re: Issue with MP3 Export in Audacity 2.4.2

When exporting to MP3 I often get the track preceded by a long period of silence. That is not related to LAME. If you export as WAV or any other format, the same thing will happen. Some old versions of Audacity ignored empty space before the start of the track. That caused problems for people worki...
by steve
Sun Feb 14, 2021 9:57 am
Forum: Adding Features to Audacity
Topic: Mac: "Cmd + D" for "No" button in dialogs
Replies: 6
Views: 390

Re: Mac: "Cmd + D" for "No" button in dialogs

birdypeter wrote:
Sun Feb 14, 2021 4:17 am
at least for the cases where all I've done is open an MP3 to play
I think that would be good.

birdypeter wrote:
Sun Feb 14, 2021 4:17 am
if you're able to separate that from actually making edits, etc
That should be possible.