Search found 59476 matches

by steve
Sun Oct 31, 2010 6:10 pm
Forum: Nyquist
Topic: Nyquist Wish List - Nyquist Prompt Enhancement
Replies: 14
Views: 6878

Re: Nyquist Wish List - Nyquist Prompt Enhancement

So is it an idea to put Edgar's fix in to generate.ny? It's an idea to replace the old generate.ny plug-in with this new one. Is it possible to specify a maximum number of lines of GUI-displayable code (including the ;info line) instead? On my machine the height of a control looks to be very slight...
by steve
Sun Oct 31, 2010 5:29 pm
Forum: Audio Processing
Topic: Finding average RMS volume
Replies: 19
Views: 14841

Re: Finding average RMS volume

File 1 – 52 minutes, 16-bit stereo (~550 MB) Crashed while trying to calculate wave stats. That does not surprise me. The calculation occurs in RAM - real RAM, not swap file, and if you run too low on available RAM then bang it crashes. The plug-in could be modified to work with long files, but the...
by steve
Sun Oct 31, 2010 4:07 pm
Forum: Recording Equipment
Topic: Question about Behringer UCA-202 audio interface
Replies: 10
Views: 6372

Re: Question about Behringer UCA-202 audio interface

I see (hear) what you mean. The noise is not hugely loud, but enough to be an annoyance. I agree that it sounds like electrical interference, though not necessarily from the innards of you computer. Do you have overhead power-lines or electric railways, or electricity substations, or anything else o...
by steve
Sun Oct 31, 2010 1:03 pm
Forum: Windows
Topic: lame.buanzo.com.ar down ?
Replies: 8
Views: 15229

Re: lame.buanzo.com.ar down ?

Thanks for letting us know - yes the http://lame.buanzo.com.ar/ page seems to be down at the moment. I'll pass this on to the appropriate people and get it fixed.
by steve
Sat Oct 30, 2010 2:01 pm
Forum: Windows
Topic: unnecessary echo recorded using StereoMix
Replies: 14
Views: 3433

Re: unnecessary echo recorded using StereoMix

YoSFj wrote:So, only StereoMix is only activated.
Yes, but that will record everything that is playing through the sound card.
If, for example, "Mic" is enabled for "playback", then that will be recorded.
You need to disable or mute unused sources from playback.
by steve
Sat Oct 30, 2010 1:58 pm
Forum: GNU/Linux and Unix-like
Topic: saved .wav output levels
Replies: 14
Views: 3455

Re: saved .wav output levels

So shouldn't be any difference regardless of the hardware used Some cards still have hardware midi synths. Timidity uses a SoundFont bank (software wave tables) and may be configured to use custom SoundFont banks. The default SounFont bank in Linux (Ubuntu) sounds pretty good, but for non-real-time...
by steve
Sat Oct 30, 2010 1:44 pm
Forum: Windows
Topic: input device
Replies: 7
Views: 628

Re: input device

What were you recording?
What do you now want to record?
Which version of Windows?
by steve
Sat Oct 30, 2010 1:19 pm
Forum: Audio Processing
Topic: Submit your EQ Curves
Replies: 170
Views: 148057

Re: Submit your EQ Curves

"File Path (blank = Home Dir)"? Possibly, or perhaps something like: ;control mode "Select Function / Help" choice "Generate EQ Curve,Help: EQ Curves Part 1,Help: EQ Curves Part 2,Help: This Plug-in Part 1,Help: This Plug-in Part 2,Help: Cancelling RIAA EQ" 0 ;control ...
by steve
Sat Oct 30, 2010 1:13 pm
Forum: Windows
Topic: rt / lf balance
Replies: 1
Views: 299

Re: rt / lf balance

HeyKJo wrote:My right side is really high.
Why is that? What are you recording?
by steve
Sat Oct 30, 2010 1:08 pm
Forum: Nyquist
Topic: Substitute character in a string
Replies: 7
Views: 2297

Re: Substitute character in a string

Good point re. 'newstring' being a global variable. I'm a bit cautious about creating functions that depend on other functions/macros as it seems a bit too easy to forget about the dependency. For short functions I generally prefer to nest the dependant function to ensure that they stay together (un...