Search found 1327 matches
- Wed Nov 14, 2012 8:10 pm
- Forum: General Audio Programming
- Topic: AutoHotKey to add a label (Windows)
- Replies: 11
- Views: 10545
Re: AutoHotKey to add a label (Windows)
I am the "college" to which Steve refers above. I use two other scripting facilities on Windows and find I also must insert "Wait X" statements ranging from X equal to .01 to .2 seconds. I have spent a lot of time working on the C++ code for Audacity and I think I understand what...
- Tue Nov 13, 2012 4:57 pm
- Forum: Windows
- Topic: MetaData Missing from WAV files
- Replies: 9
- Views: 1278
Re: MetaData Missing from WAV files
Are you sure iTunes supports metadata in WAV, Ed? It didn't used to I feel sure, but does in AIFF. I did test iTunes before I made the post as I rarely use it. I have absolutely no idea how any of these three programs are actually accomplishing this. Tag&Rename must be actually writing metadata...
- Sun Nov 11, 2012 6:59 pm
- Forum: Audio Processing
- Topic: Command line operation
- Replies: 3
- Views: 975
Re: Command line operation
Audacity already does some commandline processing if started from a CLI. To add the features you need would require some pretty complicated C++ programming but is quite doable. See my post on this general topic here: http://forum.audacityteam.org/viewtopic.php?f=21&t=38341&p=129443&hilit...
- Fri Nov 09, 2012 7:31 pm
- Forum: Windows
- Topic: MetaData Missing from WAV files
- Replies: 9
- Views: 1278
Re: MetaData Missing from WAV files
Thanks Steve and Gale. Do either of you know what software does support metadata for .WAV files? iTunes, MediaMonkey and Tag&Rename all do but the results are not very interchangeable and if you set values in them then edit the file in Audacity you may lose some of the previously added metadata.
- Fri Nov 09, 2012 7:17 pm
- Forum: Compiling Audacity
- Topic: How do i add a click event handler to a button
- Replies: 1
- Views: 4247
Re: How do i add a click event handler to a button
Not really enough info for me to help you. What I would suggest is that you either create a patch against SVN HEAD and paste it into a code block here; or post the affected files (in a code block here). Try to limit your changes to just enough to show what you are working on. Post mock-ups of GUI ch...
- Thu Nov 08, 2012 4:10 am
- Forum: Compiling Audacity
- Topic: Can not open window dialogue in audcaity
- Replies: 3
- Views: 4348
Re: Can not open window dialogue in audcaity
I'm following this and will chime in (though I may be off base)... I think this Assert is not in the Audacity code but in the wxWidgets code. I looks like it is complaining about a string passed to a parsing routine in wx's ArrayString code. I suspect that an unicode string is being poorly handled s...
- Sun Nov 04, 2012 5:30 pm
- Forum: Plug-in Archive
- Topic: Professional sounding fade out.
- Replies: 53
- Views: 53167
Re: Professional sounding fade out.
Nyquist can't distinguish the difference between white space and silence. I think that most folk assume (like you) that the selection needs to go to the end of the track for all fades, even the Audacity fade, so it's not really a problem. There is a slight plus side to the behaviour in that if the ...
- Sat Oct 27, 2012 5:08 pm
- Forum: Compiling Audacity
- Topic: Which Windows SDK?
- Replies: 21
- Views: 12636
Re: Which Windows SDK?
Good luck! If you ever want to try compiling Audacity again just jump in and ask away--we're always happy to help. Just remember that there is no need to compile Audacity to use it as-is--just install it from the download, it is only the ASIO stuff that requires compiling. I do not understand why St...
- Thu Oct 25, 2012 3:24 am
- Forum: Compiling Audacity
- Topic: Which Windows SDK?
- Replies: 21
- Views: 12636
Re: Which Windows SDK?
Can you clarify what I should do in this step? It is really straight forward. Using Windows Explorer open the folder c:wxWidgetsincludewxmsw and find the file setup0.h ; this insures you are in the right folder! Now, before compiling wxWidgets (or after doing a complete "clean" on wxWidge...
- Wed Oct 24, 2012 5:21 am
- Forum: Compiling Audacity
- Topic: Which Windows SDK?
- Replies: 21
- Views: 12636
Re: Which Windows SDK?
Don't give up--most (including myself) have problems at first; it is not a trivial task but if you get it right once it will go smoothly thereafter.