1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

1512 Commits

Author SHA1 Message Date
v.audacity
fe97387bd8 Leland's patch for Win Vista or greater detection 2013-01-13 05:26:15 +00:00
martynshaw99
2dca704213 Better fix for bug 604, not losing the repaired track. 2013-01-12 22:17:41 +00:00
windinthew
aac65490f9 fix typo in comment 2013-01-12 08:21:40 +00:00
windinthew
891d22bdcf update by Xabier Aramendi 2013-01-12 08:19:23 +00:00
windinthew
d2ed0e998c Update by Pavel Fric 2013-01-12 08:14:52 +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
706fa2d785 Further simplify an alert, per discussion on bug 428. 2013-01-12 00:56:31 +00:00
v.audacity
8be4c041f9 Rename libsoxr "Basic Quality" to "Medium Quality". 2013-01-12 00:10:37 +00:00
windinthew
781b8d440a libsxor version appears to be 0.0.5 as at r12071 2013-01-11 07:06:13 +00:00
windinthew
9f618282fe Rob Sykes patch to support builds with a system lib 2013-01-11 06:18:23 +00:00
windinthew
a9fac9b634 Update by Thomas de Rocker 2013-01-11 05:08:09 +00:00
windinthew
8f4a2f1d18 Update by Kaya Zeren 2013-01-11 04:57:24 +00:00
v.audacity
f80e64e568 Fix a copy-paste typo. 2013-01-11 01:21:59 +00:00
v.audacity
a08d0503be Rearchitect the class hierarchy a little because of a problem Rob Sykes noted to me off-list, where it was using the key and default prefs methods from the base class rather than the descendant, even when those methods were overridden in the descendant.
Also re-ordered and clarified several comments.
2013-01-11 00:13:48 +00:00
windinthew
884f3ef01d Remove unwanted empty 'catlinks' div that appears at bottom of the dumped Manual. 2013-01-10 14:27:55 +00:00
windinthew
6450fc4786 Edit Toolbar buttons named as "Trim Audio" and "Silence Audio" to match menu changes. 2013-01-10 02:43:43 +00:00
martynshaw99
d32b1893d3 Adding adjustable-fade.ny plug-in. 2013-01-10 01:59:47 +00:00
windinthew
79dfffaaf4 Better link to "Is Audacity really free? Why?" in the current FAQ in the released Manual (thanks to Martyn for spotting) 2013-01-10 01:21:47 +00:00
martynshaw99
f1156ce0d5 Preparation to release 2.0.3, from a 32-bit machine.
Also, sure that link is currently wrong in ...InfoBefore...
2013-01-10 00:36:27 +00:00
martynshaw99
e6fbc4be2c Add missing trailing 'seconds' 2013-01-08 23:52:13 +00:00
RichardAsh1981@gmail.com
0a14d4d822 commit Steve's patch to only be able to trim and silence audio, not anything else. Make the undo message more informative. 2013-01-08 20:03:35 +00:00
v.audacity
c7407ca9e0 slight further tweaks 2013-01-08 01:15:08 +00:00
v.audacity
fd14d9cfc0 slight adjustment to better distinguish caption from message 2013-01-08 00:57:15 +00:00
v.audacity
a35b11b340 Re-order the conditionals from Steve's patch for bugs 428 and 430, so that it doesn't check twice for all audio being muted, and does that check before checking for label issues. 2013-01-08 00:44:57 +00:00
v.audacity
eaca51bbef Gale's patch per Steve's suggested rewordings 2013-01-07 05:40:26 +00:00
v.audacity
1ef4eaf2d2 Gale's patch per Steve's suggested rewordings 2013-01-07 05:38:31 +00:00
v.audacity
f73f03aff4 Simplify messages. 2013-01-07 05:35:34 +00:00
RichardAsh1981@gmail.com
8d8e008b45 Patch by Maarten Baert for compatibility with project files from previous versions of Audacity, by re-scaling on load. Opening newer project files in older builds works but the time track gets messed up. This needs to be release noted. 2013-01-06 16:55:19 +00:00
richardash1981
f39454594b add documentation to these two functions as it's not that obvious exactly what they do 2013-01-05 16:36:14 +00:00
v.audacity
72825001f5 modified version of Steve's patch for bugs 428 and 430 2013-01-05 00:05:59 +00:00
windinthew
97677e1d9f New Croatian translation of software by Martin Bagiæ (still needs adding to Mac project) 2013-01-04 15:16:06 +00:00
prlivesey
7a63f59c6c Removed BassBoost.cpp and BassBoost.h from Xcode project file. 2013-01-04 10:08:09 +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
martynshaw99
522aedbfcf Minor wording changes by Steve, to separate 'Save' from 'Export' 2013-01-03 23:59:00 +00:00
windinthew
8396b79f54 update by Xabier Aramendi 2013-01-02 23:59:36 +00:00
richardash1981
227ed95615 fix the device information listing to show the correct host name for the device being listed, not the currently selected Audacity preference. Expanded from patch by Leyland. 2013-01-02 16:07:01 +00:00
martynshaw99
7c318fece2 Add StudioFadeOut to vc project. 2013-01-01 22:30:16 +00:00
martynshaw99
8f6637be0b Delete replaced effect. 2013-01-01 22:19:56 +00:00
richardash1981
92ba0eeafc remove an unused argument to a method as it's both unused and never set to a variable value. 2013-01-01 18:43:35 +00:00
richardash1981
d9177348c2 add more detailed documentation of these functions based on email from Martyn 2013-01-01 18:28:01 +00:00
prlivesey
e3b89fe55c Added BassTreble.h and BassTreble.cpp to the Xcode project file. 2013-01-01 16:57:37 +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
windinthew
12d934e32e Replace BassBoost with Bass and Treble in Windows project 2013-01-01 09:35:41 +00:00
windinthew
0c29d5a06f Update to 2013 2013-01-01 09:33:23 +00:00
v.audacity
ace1a1c16c Steve Daulton's BassTreble replacement of BassBoost 2013-01-01 01:59:02 +00:00
v.audacity
ace51b612b Steve Daulton's contributions 2013-01-01 01:45:31 +00:00