Search found 59476 matches

by steve
Mon Oct 26, 2015 8:52 am
Forum: Nyquist
Topic: Tone Generators: Siren
Replies: 45
Views: 7533

Re: Tone Generators: Siren

You can copy by defining a start and end point: NVDA+F9: Set start point NVDA+F10: Set end point and copy to the clipboard. Thanks, that works for me. Another way that works for me with NVDA and Firefox is: 1. Navigate to the link that says "Select All" above the posted Nyquist code 2. Pr...
by steve
Mon Oct 26, 2015 8:39 am
Forum: Nyquist
Topic: REQ: R1 MF ("Blue box") Tone Generator
Replies: 40
Views: 13527

Re: REQ: R1 MF ("Blue box") Tone Generator

As Robert says, better to use a newer example. Each line of the header begins with a single semicolon followed by a keyword and then one or more parameters. The following four headers are required (essential) for all plug-ins. The keyword must always be typed in lower case. The parameters must also ...
by steve
Mon Oct 26, 2015 1:23 am
Forum: Nyquist
Topic: Tone Generators: Siren
Replies: 45
Views: 7533

Re: Tone Generators: Siren

I'm trying to follow the steps using NVDA. I can tab down to the "Select All" link, and pressing "Enter" then selects the code, but focus is still on the link. If I then press Ctrl+C to copy, NVDA tells me "No selection". How do I copy the selected code? When NVDA is n...
by steve
Mon Oct 26, 2015 1:16 am
Forum: Feature Request Archive
Topic: Zoom Normal (Cmd+2) cursor position
Replies: 59
Views: 5927

Re: Zoom Normal (Cmd+2) cursor position

Please define what "being consistent" means If the current zoom level shows a greater time region than "normal", then Zoom Normal behaves like "Zoom In". If the current zoom level shows a lesser time region than "normal", then Zoom Normal behaves like "Z...
by steve
Mon Oct 26, 2015 12:47 am
Forum: Nyquist
Topic: Tone Generators: Siren
Replies: 45
Views: 7533

Re: Tone Generators: Siren

I'm trying to follow the steps using NVDA.
I can tab down to the "Select All" link, and pressing "Enter" then selects the code, but focus is still on the link. If I then press Ctrl+C to copy, NVDA tells me "No selection". How do I copy the selected code?
by steve
Mon Oct 26, 2015 12:02 am
Forum: macOS
Topic: Transforming Voice for security
Replies: 4
Views: 363

Re: Transforming Voice for security

The usual trick is to have the person's words spoken by an actor.
by steve
Sun Oct 25, 2015 1:29 pm
Forum: Making Music with Audacity
Topic: MIDI-ing Lemmy
Replies: 2
Views: 728

Re: MIDI-ing Lemmy

I presume that your post relates to this topic; http://forum.audacityteam.org/viewtopic ... 59#p288359

I'm unclear what this post is about as it does not appear to be anything to do with Audacity. Are you telling us about how you solved your question in your other topic?
by steve
Sun Oct 25, 2015 1:15 pm
Forum: Audio Processing
Topic: DVD -audio format
Replies: 3
Views: 979

Re: DVD -audio format

Audacity does not produce any type of optical disk. Is your request to add CD/DVD disk burning to Audacity, or for Audacity to be able to produce files that are suitable for burning to DVD? If the former we can note your "vote". If the latter, then Audacity already supports "WAV"...
by steve
Sun Oct 25, 2015 12:47 pm
Forum: Nyquist
Topic: Tone Generators: Siren
Replies: 45
Views: 7533

Re: Tone Generators: Siren

When we get this copy/paste issue sorted out you can try this better approximation of the slow siren: ;type generate (setf duration 10.0) ; duration in seconds (setf low-hz 700) (setf hi-hz 1220) (setf level 0.4) (setf reverb 0.03) ;amount of reverb, 0 to 1 (setf hz-range (- hi-hz low-hz)) ;Make a s...
by steve
Sun Oct 25, 2015 11:03 am
Forum: Windows
Topic: How can I get more volume on an Audacity recording?
Replies: 2
Views: 201

Re: How can I get more volume on an Audacity recording?

You need to take part in the "Loudness War" https://en.wikipedia.org/wiki/Loudness_war

For "just a bit louder", try the "Limiter" effect http://manual.audacityteam.org/o/man/limiter.html