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
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
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
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
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
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
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
72f6eded20
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:57:15 +00:00
richardash1981
389beeb7fc
Add some comments to the places I got confused. This would be much clearer if classes had copy-constructors\!
2012-12-31 13:13:58 +00:00
martynshaw99
afbbcc179a
I think this is what was meant by the last patch.
2012-12-31 00:06:41 +00:00
RichardAsh1981@gmail.com
b7bd3c3469
copy envelope range from the source track rather than fixing it
2012-12-30 17:30:03 +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
9e452d66e9
remove unused commented variables (fragment of patch from Maarten Baert)
2012-12-29 16:13:33 +00:00
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
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
v.audacity
a6a4ab10c1
upgrade to var-rate resampling for libsoxr
2012-12-18 05:50:49 +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
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
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
v.audacity
9e3c8abfd3
patch from Luciano Rosa to accommodate hi-rez devices (starting with M2Tech products)
2012-12-03 05:39:17 +00:00
v.audacity
107cb7d3b4
Rob Sykes says delete this line.
2012-12-01 01:05:29 +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
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
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
v.audacity
0adda738dc
Change libsoxr quality names.
2012-11-04 05:10:02 +00:00
v.audacity
ce9bd9fa90
I think this completes the refactoring for const-rate vs var-rate resampling.
2012-11-04 04:44:10 +00:00
v.audacity
88d2c85c15
Fix to build on Linux, and error in destructor.
2012-11-03 22:51:50 +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
e6bed80e12
Add USE_LIBRESAMPLE to this template.
2012-10-23 00:05:55 +00:00