Search found 1327 matches

by Edgar
Sat Oct 29, 2011 8:08 pm
Forum: Audio Processing
Topic: allow links to Effects in the plug-in folder
Replies: 3
Views: 1383

Re: allow links to Effects in the plug-in folder

I have been informed that on Mac Audacity is not "well behaved" when dealing with links (called aliases on Mac). Look here for programming details to resolve the problem: http://developer.apple.com/library/mac/#documentation/Carbon/Reference/Alias_Manager/Reference/reference.html as I have...
by Edgar
Fri Oct 28, 2011 3:54 pm
Forum: Windows
Topic: Plugins path changing
Replies: 14
Views: 2932

Re: Plugins path changing

What OS is the patch for, and how is it used? [...] It looks sorta linuxish A long time back I asked about links on Mac and Linux (about which I know almost nothing) and the responses have escaped me. I seem to recall that on Mac they "just work" and on Linux it is somewhat dependent. How...
by Edgar
Fri Oct 28, 2011 4:09 am
Forum: Audio Processing
Topic: allow links to Effects in the plug-in folder
Replies: 3
Views: 1383

Re: allow links to Effects in the plug-in folder

this patch is functionally the same but is more ready for the time when plug-ins/ might have sub-folders
by Edgar
Fri Oct 28, 2011 1:49 am
Forum: Audio Processing
Topic: allow links to Effects in the plug-in folder
Replies: 3
Views: 1383

allow links to Effects in the plug-in folder

I did some experimentation and found that on Windows, if you put a link to an effect (file--which resides on some other drive) in the plug-ins folder, the plug-in fails to be installed. What happens on Mac and Linux? See this forum thread for details on allowing said links: http://forum.audacityteam...
by Edgar
Fri Oct 28, 2011 1:43 am
Forum: Windows
Topic: Plugins path changing
Replies: 14
Views: 2932

Re: Plugins path changing

Zoidbob wrote:You have an interesting idea there.
I have it working well now with .lnk files in the plug-in folder -- here is the patch:
loadEffectLinks1.patch
(4.77 KiB) Downloaded 116 times
by Edgar
Thu Oct 27, 2011 8:51 pm
Forum: Windows
Topic: Lame 3.98.3 with Win 7
Replies: 2
Views: 757

Re: Lame 3.98.3 with Win 7

You might need to upgrade Lame. I am running 64-bit Win7 and using 3.98.4. I am almost certain I obtained it via the "authorized" Audacity Lame download.
by Edgar
Thu Oct 27, 2011 8:48 pm
Forum: Windows
Topic: Plugins path changing
Replies: 14
Views: 2932

Re: Plugins path changing

Having been intrigued by this topic I did some experimentation and found that on Windows, if you put a link to an effect (file--which resides on some other drive) in the plug-ins folder, the plug-in fails to be installed. What happens on Mac and Linux? I think that if links (to files) to plug-ins we...
by Edgar
Wed Oct 26, 2011 11:46 pm
Forum: Audio Processing
Topic: Generate Tone + Generate Noise
Replies: 8
Views: 1498

Re: Generate Tone + Generate Noise

kozikowski wrote: If you generate a signal by itself and then need to Do Something to it, like apply an effect, doesn't Audacity default to the whole track anyway?
No, only that section effected is selected.
by Edgar
Wed Oct 26, 2011 6:36 pm
Forum: Windows
Topic: Hard drive space vanishing after project?
Replies: 8
Views: 896

Re: Hard drive space vanishing after project?

If you still cannot locate the unwanted material, you will need to do a custom search Just so you understand, having only 5GB of 500GB free (i.e. 1%) is asking for trouble. I'm using Vista. So please do tell! And what's wrong with having so little memory? At least 100GB free is 100GB wasted. I do n...
by Edgar
Wed Oct 26, 2011 6:19 pm
Forum: Audio Processing
Topic: Time Shift +350msec
Replies: 8
Views: 1997

Re: Time Shift +350msec

This should be easy to code, the details of GUI need consideration. Since it is a Track-related process, I am thinking -- add an item to the Track's twisty/drop-down menu which pops up a requester dialog asking "How much?" and gets user input with a Time Text Control (TimeTextCtrl--one of ...