1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 00:58:37 +02:00

1774 Commits

Author SHA1 Message Date
v.audacity
218733c38e Rob's original code referred to this param as "Delay".
Then, May 11, 2013, in a thread on [Audacity-quality], subject "Reverb effect", Steve suggested and Gale seconded renaming it "Pre-delay". 
I've changed it only in the GUI, and left the rest of the code as *Delay*.
2013-05-11 22:24:05 +00:00
v.audacity
50c5760520 John's fix missed many of the returns from Import::Import(), so it would have left the mbBusyImporting flag as true in all those cases, even though it was no longer true. This fixes those. 2013-05-11 21:57:33 +00:00
v.audacity
711a955ed6 Fix commit r12317 to build on Linux. Apply WXUNUSED a couple of places. 2013-05-11 21:22:55 +00:00
v.audacity
483d723a5d fix for bug 584 2013-05-11 03:29:15 +00:00
windinthew
6dd69e47fa update by Kaya 2013-05-08 01:46:25 +00:00
martynshaw99
19ea4e81d5 Lasse suggested the change to the BUF_SIZE (on http://forum.audacityteam.org/viewtopic.php?f=50&t=72371 and Steve passed it on. It improves the speed by an order of magnitude, or more.
Also made some int -> sampleCount changes as they looked dodgy.
And removed some compiler messages.
2013-05-07 22:46:58 +00:00
richardash1981
d4989b3a53 Patch by Steve the Fiddle to trap another invalid return from Nyquist and prevent crashing Audacity 2013-05-06 10:29:06 +00:00
windinthew
dada8068d0 Update by Xabier 2013-05-06 02:00:27 +00:00
windinthew
9c30056da9 Updated by Atsushi YOSHIDA 2013-05-05 11:27:19 +00:00
windinthew
249dd58809 Update by Carmelo 2013-05-04 19:59:04 +00:00
v.audacity
3b1707d379 With the change Richard just made to pass the actual title to the parent class constructor, the call to SetTitle() is unnecessary in this method. Removed it. 2013-05-03 22:33:10 +00:00
richardash1981
3fb574f5ca The title of the effect dialogue should not be the empty string (found because the empty string cannot be translated!) 2013-05-03 20:58:17 +00:00
richardash1981
d8181761a9 Apply patch to not build obsolte and now removed module effects/SimplePairedTwoTrack 2013-05-03 19:58:58 +00:00
prlivesey
04225a52a4 Fixed a Mac build failure in bool EffectReverb::ProcessOneBlock()
Added Reverb.cpp and Reverb.h to the Xcode project.
2013-05-03 14:19:40 +00:00
windinthew
55f1933a17 Remove SimplePairedTwoTrack.cpp and SimplePairedTwoTrack.h 2013-05-03 05:51:20 +00:00
v.audacity
0ec5751ebd Ditch long-obsolete cruft files. 2013-05-03 02:22:23 +00:00
v.audacity
08b0bdb63f Not sure why, but need to call s.SetStyle(wxSL_HORIZONTAL); before every call to AddSlider(), even though AddSlider() specifies wxSL_HORIZONTAL, or the layout is messed up. 2013-05-03 00:29:57 +00:00
v.audacity
5555c2db62 Rob Sykes's patch (considerably modified because of MSVC preprocessor problems) to add sox-based reverb 2013-05-02 23:41:27 +00:00
v.audacity
70ebaa3cc0 a little cleanup 2013-05-02 23:22:47 +00:00
martynshaw99
829b6839db Steve's patch for better headroom control + a few more comments 2013-05-02 22:39:43 +00:00
martynshaw99
1ddee72498 Remove EXPERIMENTAL_TRUNC_SILENCE #ifdefs since it is no longer experimental. 2013-05-01 22:07:08 +00:00
martynshaw99
1af35d4168 Removal of all the stuff marked as 'Experimental CLEANSPEECH' about a year ago. 2013-04-29 23:23:14 +00:00
james.k.crook@gmail.com
4ca5984081 Steve Daulton's fix for Bug 636 - Return now toggles selection in label track. 2013-04-28 08:40:21 +00:00
v.audacity
fb94bd9203 Steve Daulton's fix for bug 599 2013-04-23 05:39:57 +00:00
martynshaw99
7696ba4602 Steve's fix for a somewhat obscure (non-Bugzilla) bug. 2013-04-22 23:19:34 +00:00
martynshaw99
025c6ad6d6 Reset tool tip when the Flatten button is pressed. 2013-04-20 20:42:54 +00:00
windinthew
09c88f31c7 Fixed a couple of typos in MP3 export options translation and updated to latest audacity.pot 2013-04-20 20:36:17 +00:00
martynshaw99
da3d1c5564 Fix bug 627 by taking into account changes to envelope code. 2013-04-20 20:29:23 +00:00
v.audacity
7258504525 Steve Daulton's fix per "Leveller effect preference bug fix" thread on -devel 2013-04-16 00:19:09 +00:00
windinthew
7a035e35ee update by Yuri 2013-04-08 05:58:16 +00:00
james.k.crook@gmail.com
04fdfe3651 Steve Daulton's Bass-Boost-without-overboosting (clipping free Bass Boost). 2013-04-07 16:49:16 +00:00
james.k.crook@gmail.com
a8944db4a6 Fix compilation (windows release build) header inclusion/order. 2013-04-07 16:48:09 +00:00
windinthew
eba7761879 update by Carmelo 2013-04-05 23:44:52 +00:00
windinthew
84c996a0dd Minor update by Martin Srebotnjak 2013-03-24 08:13:06 +00:00
windinthew
c8e95377d2 Update by Daniel 2013-03-18 20:59:27 +00:00
martynshaw99
b04c7f18a7 Steve's fix for bug/enhancement 74. 2013-03-17 23:33:28 +00:00
richardash1981
bcff3a8a86 Fix the case where the split track is small but not minimised, make sure the resulting tracks are big enough to have the buttons visible. Patch by Sven Giermann 2013-03-17 16:34:16 +00:00
richardash1981
4fc80dd526 When merging tracks, copy the gain and pan as well as the display format, and all are common to both tracks 2013-03-10 16:57:27 +00:00
richardash1981
eae6a70c6e always resize a track when it linked/unlinked so that it's minimised size is honoured, and we don't get over-minimised tracks. splitting very-small-but-not-minimised tracks can still give these symptoms. Patch by Sven Giermann 2013-03-10 16:31:07 +00:00
richardash1981
ee4cd41eac fix deletion of buffers on completion of recording. Patch by Sven Giermann 2013-03-10 15:52:38 +00:00
lllucius
8c7ab47772 Resolves bug #618. 2013-03-10 09:05:41 +00:00
v.audacity
e84c5d92af http://bugzilla.audacityteam.org/show_bug.cgi?id=594 2013-03-09 02:41:48 +00:00
v.audacity
9ee545db13 most of Steve Daulton's patch per "[Audacity-devel] pipe-test.pl contains obsolete BassBoost command" 2013-03-08 05:27:52 +00:00
v.audacity
04fe2860fe modified version of Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=620
Also modify member var name to be m_PercentChange, so consistent with ChangeTempo and ChangePitch.
2013-03-08 05:01:07 +00:00
v.audacity
c032b9c22e modified version of Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=81 2013-03-08 03:49:39 +00:00
v.audacity
77b625944c modified version of Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=81 2013-03-08 03:43:21 +00:00
v.audacity
f4e9b14baa clean-ups 2013-03-08 03:27:49 +00:00
richardash1981
1fd52b3796 cleanup of exporters based on patch by Campbell Barton: Include headers into classes, remove tail comments, correct the factory method comments 2013-03-03 20:25:59 +00:00
windinthew
31c6b74f99 Update by Miguel Bouzada 2013-03-02 23:31:19 +00:00
windinthew
0747171af6 Updated by min zhang 2013-03-02 23:26:51 +00:00