Search found 1326 matches

by Edgar
Wed Mar 16, 2011 4:28 pm
Forum: Audio Processing
Topic: Logging All Processes & Changes
Replies: 7
Views: 895

Re: Logging All Processes & Changes

I wouldn't have a clue where to start. Hi Diablo! If you want a clue, start with this thread: http://forum.audacityteam.org/viewtopic.php?f=19&t=53826 (ignore the "having a hard time" in the topic <grin>). Like all things digital-logical, it is easy if you follow the steps exactly and carefully , t...
by Edgar
Tue Mar 15, 2011 4:43 pm
Forum: Audio Processing
Topic: Logging All Processes & Changes
Replies: 7
Views: 895

Re: Logging All Processes & Changes

Diablo wrote: at the end of the day it's down to the developers such as yourself.
I am not a member of the Audacity Development Team, just a bystander who tries to help out as I can. I you really need this ability you could compile your own copy of Audacity and add this ability.
by Edgar
Tue Mar 15, 2011 5:01 am
Forum: Audio Processing
Topic: Undo/Redo shows list of commands
Replies: 10
Views: 2483

Re: Undo/Redo shows list of commands

Look at the menu item View > History... you may pick how back to undo. If this is what you are wanting, could Audacity's menu entry been better named for you to discover the tool on your own? If so do you have any suggestions?
by Edgar
Tue Mar 15, 2011 4:56 am
Forum: General Feedback and Discussion
Topic: Closing->Save Project dialog does not indicate which project
Replies: 0
Views: 914

Closing->Save Project dialog does not indicate which project

I entered a bug on Audacity's Bugzilla about this: http://bugzilla.audacityteam.org/show_bug.cgi?id=322 What I want to do here is present a visual display of some "interesting" behavior on Win7. I want to thank Tony for bringing this to Audacity's attention! To experience the situation: 1) start Aud...
by Edgar
Mon Mar 14, 2011 5:13 pm
Forum: Recording Techniques
Topic: [live sound] putting Audacity between the mics and mixer
Replies: 13
Views: 5866

Re: [live sound] putting Audacity between the mics and mixer

Very nice pro-grade mixer--no per-channel direct out. As it has 6 AUX outs and 2 (usable for your case) groups you could use these as 8 pass-thrus but would lose them for other uses. You can build your own isolated Ys but I would bite the bullet and buy, if it were up to me and I had the spare $$s <...
by Edgar
Mon Mar 14, 2011 4:43 pm
Forum: Audio Processing
Topic: Logging All Processes & Changes
Replies: 7
Views: 895

Re: Logging All Processes & Changes

Very easy to do from a coding aspect. If you choose menu Help > Show Log... you will see that some information (but not what you need) is already logged (the Log can be copy/pasted to a text file). In the code which creates the history a line: wxStatusLog(wxT("text: use the same text string used to ...
by Edgar
Sun Mar 13, 2011 5:17 pm
Forum: Recording Techniques
Topic: [live sound] putting Audacity between the mics and mixer
Replies: 13
Views: 5866

Re: [live sound] putting Audacity between the mics and mixer

I agree that you're unlikely to get such features on the very small mixers, but for mid-range home studio mixers: Behringer: [...] Phonic: [...] Mackie [...] If only 1 or 2 channel recording is required, many consumer grade desks have a couple of AUX outputs that could be used for pre-mix recording...
by Edgar
Sat Mar 12, 2011 9:46 pm
Forum: Recording Techniques
Topic: [live sound] putting Audacity between the mics and mixer
Replies: 13
Views: 5866

Re: [live sound] putting Audacity between the mics and mixer

I figured out a way to connect my computer between the mics and the mixe Many mixing desks have "Direct Out" connectors. Hi Steve! First, your quote is attributed to me when in was made by J, R, D, Ltd--not that I care, just to keep the record straight <grin>! I do disagree that "many" mixers have ...
by Edgar
Sat Mar 12, 2011 7:35 pm
Forum: Compiling Audacity
Topic: [Solved] Trouble compiling Audacity from SVN with ASIO
Replies: 35
Views: 19868

Re: Having alot of trouble compiling Audacity from SVN

One thing to try build the Unicode Release (not Unicode Debug) version. You may still run it under the debugger (right from the compiler) just say "Yes" to the "do you want to continue.." dialog. Then try the (non-Unicode) Debug and Release builds--is see not-Unicode-compliant stuff in the ASIO code...
by Edgar
Sat Mar 12, 2011 5:42 pm
Forum: Compiling Audacity
Topic: compile error with Yield()
Replies: 0
Views: 3647

compile error with Yield()

Is anyone else seeing this? Right after I installed the new TortoiseSVN update (TortoiseSVN-1.6.13.20954-x64-svn-1.6.16--but I do NOT know if that is an issue) I started getting the following* failure to compile a clean checkout of SVN HEAD (r10998). Sometimes doing a clean checkout and compiling ag...