Search found 24069 matches
- Sat Jan 12, 2013 5:13 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Lengthy effects menu
- Replies: 12
- Views: 3389
Re: Lengthy effects menu
What about a manually edited .ini file? While it could be tedious initially, it does work well for customization. I use several programs that do things this way and am happy with the results. Thanks for the suggestion. It could well be that Audacity would remember the effects groupings this way, bu...
- Sat Jan 12, 2013 5:04 pm
- Forum: Feature Request Archive
- Topic: Export Multiple – normalize each track on export
- Replies: 8
- Views: 5401
Re: Export Multiple – normalize each track on export
I see it that we need to attach Export Multiple commands to a Chain Do you mean, so that the user can create a Chain (sequence) of commands such as : High-pass filter -> Normalize -> Export Multiple Yes, and of course this is for applying a chain to a project (not to files) until there is some way ...
- Sat Jan 12, 2013 4:36 pm
- Forum: Windows
- Topic: Effects Installed Not All Working
- Replies: 3
- Views: 583
Re: Effects Installed Not All Working
I didn't leave them in zip files. I exported the zip file BJ (i think) and it contained a lot of normal folders (not zip) with the effect names. I wasn't sure whether to extract them or not. It works better if I actually DON'T extract from the normal folders, which surprised me, but two effects did...
- Sat Jan 12, 2013 4:21 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Lengthy effects menu
- Replies: 12
- Views: 3389
Re: Lengthy effects menu
That may well be an essential part of the solution, but unlikely to be sufficient on its own if you installed a pack of several hundred plug-ins.DJ Kytrooper wrote:have a drag-and-drop style list
Gale
- Sat Jan 12, 2013 4:14 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Translating Audacity on Transifex or similar
- Replies: 12
- Views: 3749
Re: Translating Audacity on Transifex or similar
There was no developer support for moving to Transifex so it won't happen. But was there developer opposition? It looks like you are the one doing the commits from what I can tell browsing the list archives, so I would think your opinion has some impact? No developer comment usually implies opposit...
- Sat Jan 12, 2013 3:43 pm
- Forum: Windows
- Topic: Stereo Mix - "Error opening sound device"
- Replies: 3
- Views: 974
Re: Stereo Mix - "Error opening sound device"
Further to Steve's reply. What are you trying to record when you record from stereo mix? Can you make stereo mix default recording device in Windows "Sound" and then use Windows Sound Recorder to record from stereo mix? All Audacity can currently do is record stereo mix from audio playing ...
- Sat Jan 12, 2013 3:10 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Translating Audacity on Transifex or similar
- Replies: 12
- Views: 3749
Re: Translating Audacity on Transifex or similar
Hello, There was no developer support for moving to Transifex so it won't happen. Thanks for posting about the MediaWiki translate extension: https://www.mediawiki.org/wiki/MLEB . No developers read the Forum so if you wish to promote this extension please subscribe and post to audacity-translation....
- Sat Jan 12, 2013 2:44 pm
- Forum: macOS
- Topic: download previous version?
- Replies: 5
- Views: 1185
Re: download previous version?
There is no support for Aurora because the author designed it to deliberately crash Audacity from time to time unless you pay his fee. If you accept the risk without comeback (or you pay the author's fee), see here for the 2.0.0 version of Audacity: http://code.google.com/p/audacity/downloads/list?c...
- Sat Jan 12, 2013 2:34 pm
- Forum: Windows
- Topic: removing scratches from old vynal recordings
- Replies: 8
- Views: 2799
Re: removing scratches from old vynal recordings
Yes, I found and used Repair: excellent! And missed the automation of it: pitty. I used the same method myself, but also on longer clicks. Although with excellent results if used in moderation, I thought to hear a sort of low level plop-impairment when applied with higher concentrations or on longe...
- Sat Jan 12, 2013 2:19 pm
- Forum: General Audio Programming
- Topic: why arepairs of damaged audio restricted to 128 samples max?
- Replies: 4
- Views: 8044
Re: why arepairs of damaged audio restricted to 128 samples
Change it to for example 512 samples and see how long Repair takes then.jerome42 wrote:In repair.cpp -> EffectRepair::Process() the repairLen is restricted to a maximum of 128 samples.
Gale