Commit Graph

180 Commits

Author SHA1 Message Date
richardash1981
2479a13187 cleanup based on patch from Campbell Barton: include own prototypes from header file, remove trailing junk from files 2013-02-22 21:40:20 +00:00
richardash1981
2879b55d1d cleanup based on patch from Campbell Barton: include own prototypes from header file, remove trailing junk from files 2013-02-22 21:38:26 +00:00
richardash1981
b00417c323 cleanup based on patch from Campbell Barton: include own prototypes from header file, remove trailing junk from files 2013-02-22 21:36:14 +00:00
v.audacity
635243e86f Fix bug 617 based on Steve's patch. 2013-02-15 00:24:43 +00:00
martynshaw99
cf972a390d Steve's improvements to noise generators. 2013-02-14 01:10:59 +00:00
martynshaw99
7bae6f949e Steve the Fiddle's patch to save prefs in BassTreble effect. 2013-01-31 00:36:37 +00:00
v.audacity
ed01546ee9 David Bailes's fix for bug 577 2013-01-13 05:41:04 +00:00
martynshaw99
2dca704213 Better fix for bug 604, not losing the repaired track. 2013-01-12 22:17:41 +00:00
v.audacity
a803749d3b Failsafe against bug 604. (Does not fix the cause, just prevents crash.)
Fix some indentation errors.
2013-01-12 05:38:34 +00:00
v.audacity
fd14d9cfc0 slight adjustment to better distinguish caption from message 2013-01-08 00:57:15 +00:00
v.audacity
6e4c54de58 Deprecate BassBoost.* in favor of BassTreble.*. 2013-01-04 03:12:50 +00:00
v.audacity
56eabe24c6 Fix a few new compiler warnings. 2013-01-04 03:07:03 +00:00
richardash1981
ef5c3a7c61 A number of cleanup and review changes on the committed code, reducing variable scope, making constants actually const and using constant for Pi as it's available 2013-01-01 16:12:00 +00:00
richardash1981
393129d9b9 fix the line endings on this file, and set svn:eol-style to native so they stay fixed 2013-01-01 15:54:53 +00:00
richardash1981
42143357d8 fix the line endings on this file, and set svn:eol-style to native so they stay fixed 2013-01-01 15:50:12 +00:00
richardash1981
f72f520b38 remove trailing junk 2013-01-01 15:35:23 +00:00
v.audacity
ace1a1c16c Steve Daulton's BassTreble replacement of BassBoost 2013-01-01 01:59:02 +00:00
martynshaw99
cdd2ccf594 Remove spurious windows.h includes. 2012-12-31 22:12:23 +00:00
richardash1981
fb282ad761 I got fed up of unused parameter warning from my compiler hiding the warnings I wanted to see, so have added WXUNUSED annotations to a lot of widely used header files. 2012-12-31 17:58:17 +00:00
richardash1981
4d0d78f724 I got fed up of unused parameter warning from my compiler hiding the warnings I wanted to see, so have added WXUNUSED annotations to a lot of widely used header files, and cleaned up trailing junk on the way. 2012-12-31 16:58:19 +00:00
RichardAsh1981@gmail.com
2326bb8347 Commit most of patch-envelope-range-2.patch from Maarten Baert, excluding an unrelated change and some independent ones already committed. There is an outstanding potential issue with the TimeTrack:: copy constructor awaiting further input 2012-12-29 16:28:28 +00:00
RichardAsh1981@gmail.com
a1a5a75804 Set the default duration if not in prefs to be 30 seconds like all the other generators. Patch from Steve 2012-12-17 22:29:01 +00:00
richardash1981
1104956f81 remove all these crufts since I'm here 2012-12-12 22:08:47 +00:00
richardash1981
c1e09f4aa8 convert wxstring to C string before passing to printf, compile error on GCC and run-time crash for Visual C++ 2012-11-27 21:44:05 +00:00
martynshaw99
c8bc60eff4 Fix bug #599 where we didn't do something sensible when somebody has a corrupt .xml EQ file.
Also improve the error message so they can see which file is corrupt.
2012-11-26 00:15:39 +00:00
v.audacity
5460b5c668 This commit is partial effort toward more libsoxr integration, that implements Rob Sykes's latest patch. I have no idea whether the Linux-specific stuff from the patch (e.g., M4 file) is still correct in this.
For Resample.* and QualityPrefs.cpp, this commit has my restructuring for distinguishing constant-rate vs variable-rate resamplers more generally. I think it's complete and ready for const-rate, but I have more review and testing to do for the var-rate cases. 

Variable-rate resampling is not implemented here, so Time Tracks are still broken, but this is a milestone in getting to a more general and correct structure. 

Also I think this fixes AboutDialog issues Steve noticed.
2012-11-03 02:06:07 +00:00
v.audacity
fd17ae3903 David Bailes patch for bug 577 2012-10-13 00:59:14 +00:00
v.audacity
3cb679ccd8 David Bailes patch for bug 591 2012-10-11 01:45:33 +00:00
v.audacity
17bb48d682 consistency about parentheses (I love 'em!) 2012-08-20 21:46:12 +00:00
v.audacity
e39d816002 Increase height of default window, per follow-on to http://bugzilla.audacityteam.org/show_bug.cgi?id=547#c10.
Restore a comment.
2012-08-04 23:37:44 +00:00
v.audacity
ebb4f530bb Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values. 2012-08-02 06:03:19 +00:00
v.audacity
33179c5253 Gale's fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=569 (P3) 2012-08-01 22:36:02 +00:00
v.audacity
4d65012c5a http://bugzilla.audacityteam.org/show_bug.cgi?id=547 (P3)
Default point selection to "hh:mm:ss + milliseconds" display format for duration controls in generator effects.
2012-08-01 00:42:12 +00:00
v.audacity
d74e5fa586 I think this fixes http://bugzilla.audacityteam.org/show_bug.cgi?id=560. 2012-07-19 04:38:00 +00:00
rbdannenberg
16fd848f9e Modified to allow compile with USE_MIDI turned off (no NoteTrack). Tested with USE_MIDI both defined and undefined when compiled as Unicode Debug/Win32. 2012-07-18 03:44:34 +00:00
v.audacity
efaebf27fa Purge ANSI.
Also remove redundant (R) sign from main page in About dialog.
2012-06-23 02:28:04 +00:00
james.k.crook@gmail.com
20f6717123 Corrected some typos (for the word 'experimental') in internationalisation hints. 2012-06-17 08:34:31 +00:00
v.audacity
4983694793 Fix PaulStretch warnings from VC++ compiler. 2012-06-17 01:51:05 +00:00
richardash1981
b8134fc306 commit it tidied up version of the patch to fix bug 497, with a consistent error message (none of the others include the Error. prefix) and some documentation of what the nyx function returns for future sanity. 2012-06-16 16:58:17 +00:00
martynshaw99
ad5717c594 Initialise m_T1 correctly, in case no processing is applied and it doesn't get updated elsewhere. 2012-06-14 22:46:55 +00:00
richardash1981
7f8a09ea1e add some i18n-hint comments to the strings where the translation doesn't see (to me) to be obvious. This will probably get better when the effect has a manual entry, and with translator feedback. 2012-06-10 16:38:29 +00:00
richardash1981
fa2aefcfee fix a number of small language idosyncracies to give more idomatic usage. Make sure that spacing and capitalisation is consistent, at least within this effect and compared to a selection of our other effects 2012-06-10 16:24:37 +00:00
richardash1981
519bfb2268 Commit patch adding Paulstretch (an extreme time stretching effect for synthesis) by Nasca Octavian PAUL http://hypermammut.sourceforge.net/paulstretch/ as submitted 2012-06-10 16:08:43 +00:00
martynshaw99
73451e8dad Fix to not apply some gain if dc removal only required.
Make progress not jump back after analysis, except for 'stereo linked' where analysis of 2nd track is done out-of-order.
2012-06-02 16:35:29 +00:00
richardash1981
627f4dd757 add support for Nyquist effects in Chains, written by Leyland and Martyn based on an idea by Edgar 2012-05-26 20:25:13 +00:00
mchinen
a6d9f24804 Fix Bug 489 (P2) - Read Directly uncompressed audio produces incorrect Normalize in Chains. Wait until OD is finished before starting analysis. 2012-05-23 23:02:25 +00:00
martynshaw99
95037c7b07 Correct bug when just doing dc offset. Improve messages. 2012-05-19 20:30:57 +00:00
martynshaw99
6ae1c7855e Messages about what is going on.
Resizing the ProgressDialog so one can see them.
2012-05-17 00:17:51 +00:00
martynshaw99
dfcda8dfaf Spelling corrections. 2012-05-05 22:09:21 +00:00
martynshaw99
52bc3fa8f7 Improving Progress bar messages to reflect what's actually happening 2012-05-03 22:28:58 +00:00