Search found 59476 matches

by steve
Wed Jan 30, 2013 6:20 pm
Forum: Windows
Topic: Reorganising VST effects in menu [SOLVED]
Replies: 7
Views: 1290

Re: Effect Drop-down Menu Arrangement

I think that the names of VST effects are compiled into the effect, so just changing "properties" of the file would make no difference. You would probably need to either, obtain the source code for the VST plug-in, modify it and rebuild the .dll from your modified code, or, modify Audacity...
by steve
Wed Jan 30, 2013 2:51 pm
Forum: Windows
Topic: Gain vs Amplify vs Compressor
Replies: 5
Views: 16186

Re: Gain vs Amplify vs Compressor

"Lossless" formats include WAV (the most common), AIFF and FLAC. FLAC compresses the data similar to how a ZIP file compresses data and there is no information lost. FLAC can achieve about 50 to 60% compression, which means that the file size will be about half that for WAV or AIFF. MP3, O...
by steve
Wed Jan 30, 2013 2:20 pm
Forum: Windows
Topic: EXPORT LABELS
Replies: 3
Views: 620

Re: EXPORT LABELS

Standard audio CDs do not have any track or artist information. Windows Media Player (and others) try to find the track listing, and sometimes even the album art, by looking it up in a database. For commercial release CDs this is often successful, though the computer will need to be on-line if the m...
by steve
Wed Jan 30, 2013 1:57 pm
Forum: Français
Topic: RACCOURCIS (résolu)
Replies: 11
Views: 3619

Re: RACCOURCIS

Those shortcuts use the numbers at the top of the keyboard, not the numbers on the right.
Your English is much better than my French ;)
by steve
Tue Jan 29, 2013 10:39 pm
Forum: Windows
Topic: File Recovery Probems
Replies: 4
Views: 620

Re: File Recovery Probems

Unless you saved the project of exported back-ups, I'm sorry to say that it is almost certainly gone and lost forever. We highly recommend making regular backups because you never know when you might need one.
by steve
Tue Jan 29, 2013 10:36 pm
Forum: Français
Topic: RACCOURCIS (résolu)
Replies: 11
Views: 3619

Re: RACCOURCIS

Sorry I don't speak French.
If you are using Mac OS X, the Ctrl key for Windows and Linux will usually be the Command key on a Mac keyboard.
by steve
Tue Jan 29, 2013 10:21 pm
Forum: Nyquist
Topic: Beginner's question
Replies: 43
Views: 16541

Re: Beginner's question

I wanted to note exactly in the script, the value in hertz of the note eb4 " tone5 " which is 622,25. There are two easy ways to create a specific frequency. For sine tones there is: (hzosc 622.25) For other waveforms that can be produced with "osc" you can write: (osc (hz-to-st...
by steve
Tue Jan 29, 2013 8:05 pm
Forum: Nyquist
Topic: A Study in Pink
Replies: 26
Views: 10491

Re: A Study in Pink

The biquad solution is neat, but no solution will be as quick as just looping through the samples in C, but whichever method is used the Nyquist primitives loop through all of the samples. The best that we can do is use an "efficient for Nyquist" method.
by steve
Tue Jan 29, 2013 12:32 pm
Forum: Nyquist
Topic: A Study in Pink
Replies: 26
Views: 10491

Re: A Study in Pink

One can easily see how the second value deviates from the first and last one. You're quite right, after the "quick" method there is still a liitle residual DC offset, but only about -104 dB, which for most purposes is probably not very significant. Yes, if you need it more accurate you ca...