Search found 59476 matches

by steve
Fri Apr 05, 2013 5:36 pm
Forum: Windows
Topic: Which brand Microphone is suggested
Replies: 6
Views: 1492

Re: Which brand Microphone is suggested

That question is a bit like asking "what make is the best car?" If you can afford a Rolls Royce, the Neumann or DPA microphones are among the best.
by steve
Fri Apr 05, 2013 3:10 pm
Forum: macOS
Topic: Removing BackGround Noise and Quality
Replies: 1
Views: 637

Re: Removing BackGround Noise and Quality

If Noise Removal is used too aggressively it will damage the remaining audio, giving it a metallic bubbly sort of sound.
by steve
Fri Apr 05, 2013 2:25 am
Forum: Nyquist
Topic: snd-fft as a list?
Replies: 3
Views: 1532

Re: snd-fft as a list?

Code: Select all

(max (list 1 2 3 4 5 4 3 2 1))
FAIL:
error: bad argument type - (1 2 3 4 5 4 3 2 1)

Code: Select all

(max 1 2 3 4 5 4 3 2 1)
Returns: 5
by steve
Thu Apr 04, 2013 7:15 pm
Forum: Windows
Topic: 'File formats' on preferences not visible..
Replies: 2
Views: 395

Re: 'File formats' on preferences not visible..

You need to click the "Options" button in the Export dialogue: http://manual.audacityteam.org/o/man/fi ... ialog.html
by steve
Thu Apr 04, 2013 7:06 pm
Forum: Windows
Topic: I CANNOT GET RID Of THE DELAY!!!! NEED HELLP!!!
Replies: 9
Views: 1485

Re: I CANNOT GET RID Of THE DELAY!!!! NEED HELLP!!!

We will need to start with some details.
What equipment are you using?
How is it all connected together?
What exactly are you doing?

(as much detail as possible will help)
by steve
Thu Apr 04, 2013 6:23 pm
Forum: Windows
Topic: ZX Spectrum
Replies: 11
Views: 1902

Re: ZX Spectrum

If you are into retro synth music you should also look at "Tracker" programs (such as: http://www.madtracker.org/main.php and http://fasttracker.en.softonic.com/ )
by steve
Thu Apr 04, 2013 6:17 pm
Forum: Windows
Topic: ZX Spectrum
Replies: 11
Views: 1902

Re: ZX Spectrum

Perhaps Musescore http://musescore.org/en/
by steve
Thu Apr 04, 2013 1:20 pm
Forum: Windows
Topic: ZX Spectrum
Replies: 11
Views: 1902

Re: ZX Spectrum

What you really need to do is use a MIDI sequencer (or "Tracker") and set the playback sound to a simple pulse wave.
by steve
Thu Apr 04, 2013 1:14 pm
Forum: Feature Request Archive
Topic: Keeping Temp files longer or autosave feature
Replies: 29
Views: 10586

Re: Keeping Temp files longer or autosave feature

When I test code in the Nyquist prompt, it is lost after a crash. +1, it can be really annoying when that happens. Unfortunately there is no easy fix that I can see because Nyquist settings are not currently saved. Saving settings for Nyquist plug-ins is not entirely straightforward because plug-in...
by steve
Wed Apr 03, 2013 10:14 pm
Forum: Nyquist
Topic: My narrator's pause-trimmer
Replies: 17
Views: 3700

Re: My narrator's pause-trimmer

What effect deletes silence? (extract .....) or (extract-ebs ....) just doing whatever the lisp-mode is doing by default for indentation. Do you know how to improve that. First thing, set it to use spaces rather than tabs. There are also some Emacs specific tips in the "good guide" link t...