Search found 59476 matches

by steve
Thu Oct 31, 2013 4:07 am
Forum: Windows
Topic: SOUND CLEAR remove periodic sounds
Replies: 5
Views: 714

Re: SOUND CLEAR remove periodic sounds

I doubt that can be fixed.
by steve
Thu Oct 31, 2013 3:35 am
Forum: Windows
Topic: Chaining and "Amplify" Parameters
Replies: 3
Views: 1508

Re: Chaining and "Amplify" Parameters

I would like to amplify to a "New Peak Amplitude" of 0.0 dB. Both "Amplify" and "Normalize" are amplification effects. The main difference between them is that "Amplify" amplifies by a specified amount, whereas "Normalize" amplifies to a specified l...
by steve
Thu Oct 31, 2013 3:27 am
Forum: Nyquist
Topic: Memory leaks in Nyquist or the Lisp environment?
Replies: 18
Views: 6259

Re: Memory leaks in Nyquist or the Lisp environment?

Does this demonstrate the same problem that you had: ;; Generate 10 minutes of silence ;; Memory usage goes up and stays up after completion. (let ((mysound (abs-env (s-rest 0.1))) (output (s-rest 0))) (dotimes (i 6000 output) (setf output (sim output (at-abs (* 0.1 i) (cue mysound))))))
by steve
Wed Oct 30, 2013 11:13 pm
Forum: Nyquist
Topic: How to operate on samples directly, e.g. spec f(t)?
Replies: 5
Views: 1469

Re: How to operate on samples directly, e.g. spec f(t)?

tophat21 wrote:something where by I could send in a string to be parsed & executed?
I thought that was what you were going to write ;)
by steve
Wed Oct 30, 2013 11:08 pm
Forum: Windows
Topic: Help with recording using mixtrack pro
Replies: 22
Views: 4333

Re: Help with recording using mixtrack pro

I've been looking at the Numark Mixtrack Pro manual. It seems that they are using some specialised ASIO audio/midi drivers that interface the hardware to specific software programs including Serato, Traktor Pro, VirtualDJ Pro, UltraMixer, djay, PCDJ, FutureDecks Pro, Torq and MixVibes. There is no m...
by steve
Wed Oct 30, 2013 10:32 pm
Forum: General Audio Programming
Topic: expand on Norm's new track name in display
Replies: 70
Views: 34143

Re: expand on Norm's new track name in display

It's not available yet, but feel free to have your say about how you would like it to be.
by steve
Wed Oct 30, 2013 10:28 pm
Forum: Audio Processing
Topic: Repeat Effect Issue
Replies: 12
Views: 2885

Re: Repeat Effect Issue

Does anybody know how to fix this problem??? This topic has been up on the forum for about 3 weeks now, so I'd guess the answer is no. The problem is that we don't know how to create the problem. So let's try tackling it from the opposite direction. You tell us precisely, step-by-step, what we need...
by steve
Wed Oct 30, 2013 10:18 pm
Forum: macOS
Topic: How do I reduce p pops
Replies: 12
Views: 4139

Re: How do I reduce p pops

kozikowski wrote:It's very common to use 100Hz cut filters in live recording.
Click on the picture to expand.
Allen_Heath_GL2400-424_PA_en_studio_mixer_top.jpg
Allen_Heath_GL2400-424_PA_en_studio_mixer_top.jpg (59.59 KiB) Viewed 502 times
by steve
Wed Oct 30, 2013 6:52 pm
Forum: Windows
Topic: Why does recording truncate around .43 on Vertical Scale
Replies: 3
Views: 1175

Re: Why does recording truncate around .43 on Vertical Scale

The problem is that you are sending a relatively large signal from your amplifier into a microphone input. Microphones produce a very tiny signal, about 1000 x less than the signal from a tape recorder. A microphone input is designed to work with tiny microphone signals and cannot handle the much bi...
by steve
Wed Oct 30, 2013 4:06 pm
Forum: Windows
Topic: SOUND CLEAR remove periodic sounds
Replies: 5
Views: 714

Re: SOUND CLEAR remove periodic sounds

to take a sample of the sound and remove all identical sounds? Audacity does not have a general "remove sounds like this" command (and neither does any other program that I know of). Whether it can be removed "automatically" depends on what the sound is and what you are trying t...