Search found 59476 matches

by steve
Mon Aug 20, 2018 11:14 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Cannot tab between Command Buttons
Replies: 1
Views: 368

Re: Cannot tab between Command Buttons

The "Yes" button is selected by default,a nd I want the ability to press Tab and cycle through to "No" so hands don't have to leave my keyboard! That works for me, but note that to "press" the selected button you have to press "Space" (not "Enter")....
by steve
Mon Aug 20, 2018 11:11 am
Forum: macOS
Topic: Clear all Tracks
Replies: 12
Views: 554

Re: Clear all Tracks

Is there a way when the "Saves changes to project" pop-up appears, to toggle to the "No" button? On Windows and Linux you can tab through to the "No" button and press "Enter". Mac uses the space key instead of the Enter key, so tab through to the "No&quo...
by steve
Mon Aug 20, 2018 9:09 am
Forum: New Plug-Ins
Topic: Silent Subliminals [solved?]
Replies: 106
Views: 87595

Re: Silent Subliminals [solved?]

from what i understand the "silent subliminal" works by being too high a frequency to cause vibrations of the ear drum, but still a low enough frequency to cause vibrations of the hairs inside the ear? The ear does not work like that. See: https://en.wikipedia.org/wiki/Inner_ear Those &qu...
by steve
Mon Aug 20, 2018 8:55 am
Forum: Windows
Topic: How to determine frequency
Replies: 4
Views: 2224

Re: How to determine frequency

what steps to I take to determine if my entire Audacity recording is 440 hz or 432 hz. If the entire recording is 440 Hz, it will sound like "beeeeeeeeeep", and the spectrum will be just one single peak close to 440 Hz. I think what you meant to ask was "how do I determine what pitch...
by steve
Sun Aug 19, 2018 7:48 pm
Forum: Windows
Topic: Amplify
Replies: 1
Views: 151

Re: Amplify

To hear very low bass sounds, you need headphones or (large) speakers capable or reproducing very low frequencies.
by steve
Sun Aug 19, 2018 7:38 pm
Forum: macOS
Topic: Soundflower Failed?
Replies: 8
Views: 418

Re: Soundflower Failed?

waxcylinder wrote:
Sun Aug 19, 2018 7:34 pm
Best solution: get a windows PC and use WASAPI loopback :? :ugeek: :lol:
Better solution: get a Linux PC and use PulseAudio's "monitor" input ;)
by steve
Sun Aug 19, 2018 7:35 pm
Forum: Plug-in Archive
Topic: Delay with bpm and panning
Replies: 46
Views: 6987

Re: Delay with bpm and panning

If the panning behavior in your plug-in is what you actually want, then here's a shorter way to write the processing code (I've hard coded the settings in this example, but they may easily be replaced with controls): (setf delay 0.2) ;delay time (seconds) (setf decay -3.0) ;decay per echo (dB) (setf...
by steve
Sun Aug 19, 2018 7:04 pm
Forum: Plug-in Archive
Topic: Delay with bpm and panning
Replies: 46
Views: 6987

Re: Delay with bpm and panning

the only thing I can not do is not extend the selection. You can fix that by changing the last line from: (stretch-abs 1 (multichan-expand #'constrain-abs (panbounces s count) (get-duration *sound-srate* ))) to: (let ((dur (get-duration 1))) (stretch-abs 1 (multichan-expand #'extract-abs (panbounce...
by steve
Sun Aug 19, 2018 6:49 pm
Forum: macOS
Topic: Clear all Tracks
Replies: 12
Views: 554

Re: Clear all Tracks

mac_audio wrote:
Sun Aug 19, 2018 4:36 pm
I am used to being able to use the Tab key in many other apps?
I think that's supposed to be the same with Audacity, but it seems that it does not work.
by steve
Sun Aug 19, 2018 4:25 pm
Forum: Podcasting with Audacity
Topic: Improved Voice Production Technique
Replies: 10
Views: 1251

Re: Improved Voice Production Technique

I dare you to make a submission to ACX with this :-)