Search found 24069 matches

by Gale Andrews
Thu Dec 09, 2010 10:56 pm
Forum: Audio Processing
Topic: Tone control plug-in
Replies: 35
Views: 12505

Re: Tone control plug-in

So what happens now? The current version of the Bass/Treble plug-in has all the agreed changes made. Do we now e-mail the developers and ask for "Bass Boost" to be taken out and "Bass/Treble" put in, or do we raise the question on the QA list, or something else? I've added the ;...
by Gale Andrews
Thu Dec 09, 2010 10:16 pm
Forum: Nyquist
Topic: Conventions for Nyquist Plug-ins
Replies: 23
Views: 41384

;info line attribution and Licence

The first two sentences in the ;info line should be the primary authorship of the plug-in, followed by "Released under" to provide the licensing. The licence must be GPL v2 ( or compatible with GPL v2) to be distributed in Audacity and to be hosted on this Forum or on other Audacity sites....
by Gale Andrews
Thu Dec 09, 2010 9:05 pm
Forum: Windows
Topic: Warning Project Check
Replies: 9
Views: 1594

Re: Warning Project Check

I am using 1.2.12 beta and I exited Audacity saving my project as I would normally but when I went back in I got the warning project message. My files are now mostly blank. I am ok with rerecording the files that were corrupted however I am trying to figure out why this happened to ensure it does n...
by Gale Andrews
Thu Dec 09, 2010 8:23 pm
Forum: Windows
Topic: is it safe to delete temporary project files?
Replies: 1
Views: 692

Re: is it safe to delete temporary project files?

If you have started a new project then save the project and exit cleanly, Audacity should transfer the data in its temp folder to a _data folder in the same directory as the .aup project file you saved. It should then remove any "project" folders remaining in the Audacity temporary directo...
by Gale Andrews
Thu Dec 09, 2010 12:59 am
Forum: Windows
Topic: Warning Project Check
Replies: 9
Views: 1594

Re: Warning Project Check

Did you exit Audacity cleanly last time you worked on this project or did it crash? If you click Help > Show Log it will list the files Audacity regards as "missing". If you are hearing gaps after listening to the project, then you may be able to figure out from the log why those files are...
by Gale Andrews
Thu Dec 09, 2010 12:44 am
Forum: GNU/Linux and Unix-like
Topic: SVN HEAD and non-English system locales
Replies: 14
Views: 3335

Re: SVN HEAD and non-English system locales

If you or Steve can test installing Audacity with a suffix that would still be good. Sorry I've not been following this thread. I install -svn with the configure option: --program-suffix=-alpha The last build I made was November 29th. The language options are "System/English" I also have ...
by Gale Andrews
Wed Dec 08, 2010 11:20 pm
Forum: Nyquist
Topic: Conventions for Nyquist Plug-ins
Replies: 23
Views: 41384

Re: Plug-in headers

"categories" is not currently used in Audacity, though I believe that the intention is to reintroduce categories in the future, therefore I propose that the categories text should be included as a matter of convention. Agreed. I think this is the link to LV2 category types which are recog...
by Gale Andrews
Wed Dec 08, 2010 10:48 pm
Forum: Windows
Topic: Project Rate
Replies: 29
Views: 2800

Re: Project Rate

A search on Google for "Vox player" returned over 2.5 million results, so you should have little trouble finding something suitable. :) My guess would still be you want a command line tool like SOX so you can pass -r 6000 when you open the file (or at least a tool that has a preference to...
by Gale Andrews
Wed Dec 08, 2010 10:25 pm
Forum: Français
Topic: erreur ligne 6
Replies: 1
Views: 692

Re: erreur ligne 6

Je ne parle pas français, donc je ne peux pas donner une réponse détaillée. Faites une copie du fichier aup (pour la sécurité), puis ouvrez l'aup dans un éditeur de texte. Éteignez emballage de longues lignes, puis en ligne 6, supprimer tous les caractères qui ne sont pas lettres ou chiffres latins ...
by Gale Andrews
Wed Dec 08, 2010 3:11 pm
Forum: New Plug-Ins
Topic: Binaural Tones with Surf 2
Replies: 22
Views: 13277

Re: Binaural Tones with Surf 2

You can turn the surf off by setting the "tone to surf ratio" to 100. But then the tones are very loud and "clip" each cycle. Here's the code that does it. ((and (= choice 0) (= ratio 1.0)) ; tones without surf ; apply fade-in and fade-out envelope (mult (pwl 0 0 fade 1.0 (- dur...