1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 09:09:47 +02:00

1451 Commits

Author SHA1 Message Date
RichardAsh1981@gmail.com
f09d3a8aaf patch to remove some unused member variables by Leland Lucius 2012-12-29 15:31:46 +00:00
RichardAsh1981@gmail.com
dd8bc9cb93 add missing includes which break mac debug build 2012-12-28 13:42:10 +00:00
windinthew
a215a35e05 Fixed export and float messages by Pavel Fric 2012-12-24 23:53:50 +00:00
windinthew
ad17bcf19b Synced and updated with latest audacity.pot 2012-12-24 00:04:00 +00:00
windinthew
0da9985332 Update by Miguel Bouzada 2012-12-23 20:58:38 +00:00
windinthew
47de68f395 Update by Pavel Fric 2012-12-23 20:34:41 +00:00
windinthew
77d7e48a30 Update by Antonio Paniagua 2012-12-22 02:08:56 +00:00
windinthew
8f283ad97d Update by Carmelo Battaglia 2012-12-22 02:05:41 +00:00
windinthew
c36d83d332 Updated by Volker Meder 2012-12-22 02:02:12 +00:00
v.audacity
b57fcea193 Re-order clauses per suggestion from Rob Sykes. 2012-12-21 01:00:15 +00:00
richardash1981
55be06c9e4 commit a large patch by Maarten Baert maarten-baert<at>hotmail<dot>com to fix and improve time track support. Several fix-me issues remain but none are new with this patch. 2012-12-19 21:49:25 +00:00
richardash1981
97d967501a re-insert the cmake options lost in Vaughan's last update from upstream. This is a hacky script which I don't like - we should be calling cmake directly from the audacity configure scripts, so control is there 2012-12-19 21:40:16 +00:00
prlivesey
d6feb07f63 Added vr32.c to the libsoxr project to fix a link failure. 2012-12-19 19:01:20 +00:00
richardash1981
641106f857 correct removal of generated desktop file 2012-12-18 21:29:19 +00:00
RichardAsh1981@gmail.com
71f08d18be convert configure script to have correct (Unix) line endings, and set the svn:eol-style propertyso that it stays that wa 2012-12-18 12:33:56 +00:00
v.audacity
a6a4ab10c1 upgrade to var-rate resampling for libsoxr 2012-12-18 05:50:49 +00:00
v.audacity
61f5cdb82b upgrade to libsoxr 0.0.5 from current git 2012-12-18 05:48:55 +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
v.audacity
1d7f0e15c5 upgrade to var-rate resampling for libsoxr 2012-12-17 06:48:11 +00:00
v.audacity
5e4cb4067f upgrade to libsoxr 0.0.4 from current git 2012-12-17 05:08:16 +00:00
v.audacity
4b99632c73 Sven Giermann's patch for bug 598 2012-12-17 02:00:32 +00:00
richardash1981
1104956f81 remove all these crufts since I'm here 2012-12-12 22:08:47 +00:00
martynshaw99
163c3d1430 Fix for bug 600, 'Labelled Regions > Copy incorrect if point labels exist' 2012-12-08 20:18:25 +00:00
windinthew
2cd6dd2013 Updated software translation by Antonio 2012-12-08 02:13:48 +00:00
windinthew
cedfa05e1d Updated by Thomas Breinstrup 2012-12-08 02:09:16 +00:00
richardash1981
c32cfbc2a5 commit fix for crash if you undo whilst time-shifting a track, found and produced by Campbell Barton 2012-12-04 16:41:43 +00:00
richardash1981
226be2f9c3 commit a no-options Fade Out effect by Steve Daulton, re-naming from Pro Fade Out as that doesn't describe what it does 2012-12-03 22:00:42 +00:00
v.audacity
9e3c8abfd3 patch from Luciano Rosa to accommodate hi-rez devices (starting with M2Tech products) 2012-12-03 05:39:17 +00:00
windinthew
b4cb241c09 remove unwanted quotation mark 2012-12-02 20:48:24 +00:00
windinthew
54032d6c9e Updated by Atsushi YOSHIDA 2012-12-02 09:25:19 +00:00
windinthew
fc4273a48d Update from Yuri Chornoivan 2012-12-02 09:22:52 +00:00
v.audacity
107cb7d3b4 Rob Sykes says delete this line. 2012-12-01 01:05:29 +00:00
windinthew
5835d08000 Updated software translation by Xabier Aramendi 2012-11-30 19:56:05 +00:00
windinthew
9badacc674 Updated software translation by Kaya Zeren 2012-11-28 07:18:57 +00:00
martynshaw99
04510b1f81 Split tracks where the labels are, rather than joining the together. 2012-11-28 01:19:49 +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
v.audacity
77c4d7e10c More documentation about resampler flags. 2012-11-27 00:22:14 +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
martynshaw99
8b6a9ca3d7 LIBSAMPLERATE needs to update the factor each time. Thanks to Rob Sykes. 2012-11-20 00:16:58 +00:00
martynshaw99
4b9a934ab4 Set the 't' value to where we actually are in the stream, so that we calculate the right warpfactors, avoiding glitches. 2012-11-15 00:38:43 +00:00
prlivesey
a908ace018 Added a second target to the project which builds Audacity
with libsamplerate rather than libresample.

Changes needed to ensure that libsamplerate builds a universal library correctly.
PPC version has not been checked.
2012-11-14 21:47:00 +00:00
windinthew
2b1ee193b3 More progress by Martin Srebotnjak 2012-11-14 19:13:54 +00:00
v.audacity
6d3b524935 Rob's changes suggested on -devel 2012-11-11 00:08:05 +00:00
prlivesey
dfd675aca3 Added libresample back into the Audacity dependancy and linked library list
now that the top level configure file requires it by default.
2012-11-10 12:58:03 +00:00
v.audacity
3b8208c726 Gale's svn.diff patch for resample libs 2012-11-10 00:07:33 +00:00
windinthew
c551ad2d37 Fixing the other "explicity" typo 2012-11-05 18:17:40 +00:00
v.audacity
41b175e56b Fix typos per Gale's comments. 2012-11-05 06:06:58 +00:00
v.audacity
c889930a0c Make the base class set mMethod, so descendants don't need to duplicate that code. 2012-11-04 19:19:15 +00:00
v.audacity
29768c2489 Make ConstRateResample::ConstRateResample set mMethod, as each descendant class constructor should.
Add some missing calls to base class constructor.
2012-11-04 19:13:22 +00:00
v.audacity
17d33203c9 Rob's 3resamplers.patch 2012-11-04 19:03:22 +00:00