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

1849 Commits

Author SHA1 Message Date
martynshaw99
39f03edd8d Whoops! EXPERIMENTAL_OUTPUT_DISPLAY was supposed to be turned off by default! 2013-05-30 23:18:24 +00:00
martynshaw99
f209391d59 John (Thales) code to make the waveform display look like the output of the gain and pan sliders, rather than the input. Added as EXPERIMENTAL_OUTPUT_DISPLAY since there is work to do, but I think this deserves wider input/views. 2013-05-30 23:14:25 +00:00
v.audacity
16e1958501 incremental changes related to bug 309 based on Steve's off-list patch 2013-05-28 01:50:59 +00:00
RichardAsh1981@gmail.com
fc0cb41356 fix the build of on-demand ffmpeg, disable the preference if FFmpeg support is not compiled in. Patch by Michael Chinen. This feature is currently off in experimental.h. 2013-05-25 15:36:04 +00:00
james.k.crook@gmail.com
8a1b3f38cc Added warning (comment) "use at your own risk". 2013-05-25 10:55:27 +00:00
v.audacity
46413b00c3 Steve says this fixes a compiler warning on Linux, "Audacity-devel] Bug 370 patch" thread. 2013-05-25 02:43:24 +00:00
v.audacity
9d8bdb1cca Steve pointed out to me that wx>TextCtrl Percent Change of -99.7 or lower causes crash in SoundTouch code, and anything below -99.0 is probably garbage, so I changed the bounds check to -99% (which matches the slider, too). 2013-05-23 00:42:21 +00:00
v.audacity
3f2c9d0c1d further constraints regarding bug 309, from off-list discussion with Steve 2013-05-22 04:32:43 +00:00
windinthew
11eee65d25 Update by Christian 2013-05-21 06:40:04 +00:00
v.audacity
588d2976b0 further constraints, against negative pasted frequencies that wxValidator doesn't prevent 2013-05-21 02:35:29 +00:00
v.audacity
1589720d93 modified version of Steve's patch for bug 638 2013-05-21 01:58:11 +00:00
RichardAsh1981@gmail.com
c2ab493524 fix crash when using --without-ffmpeg when ffmpeg importer is still in prefs from previous --with-ffmpeg builds. Patch by Michael Chinen 2013-05-19 14:28:38 +00:00
RichardAsh1981@gmail.com
6664607e4d Patch from Michael Chinen to fix unicode import crash due to c_str and wxLogMessage - especially on Mac. Also remove the forcing of file names to lower case for display, which can never have been correct, especially for case sensitive file systems. 2013-05-19 14:18:45 +00:00
mchinen
e9353e32e0 ToneGen: refactor code for linear/log cases since it is substantially more complicated and duplicated after bug 635 fix. 2013-05-19 10:00:20 +00:00
mchinen
8fd058e8ee bug 635:fix generate chirp for log square no alias. Patch by Steve Daulton. 2013-05-19 10:00:12 +00:00
mchinen
c51e2493eb bug 601:fix black text for (show name in waveform) option. Patch by Steve Daulton. 2013-05-19 09:11:27 +00:00
mchinen
7863f52986 ExportMultipl.cpp:fix wx controls labels heirarchy. Patch by Steve Daulton. 2013-05-19 08:51:34 +00:00
mchinen
9fab115a67 Effect.cpp: fix crash on preview while creating chains. Patch by Steve Daulton. 2013-05-19 05:56:42 +00:00
v.audacity
e8714acce7 Gale's patch for [Audacity-quality] "Help buttons in dialogues WAS Re: Nyquist Generate Prompt" thread 2013-05-19 00:22:26 +00:00
richardash1981
5c61ffc4a7 add missing include as per Benjamin Drung and Michael Chinen 2013-05-18 14:23:26 +00:00
v.audacity
16637e1268 bug 309, comment 14 2013-05-18 00:09:43 +00:00
v.audacity
4134d73125 Fix rounding error in ChangePitchDialog::Calc_ToPitchIndex(). 2013-05-14 02:49:56 +00:00
v.audacity
a7d0ddc49a incremental layout updates based on Steve's mock-up 2013-05-13 01:22:14 +00:00
v.audacity
2c827c163e In effort on bug 253:
Get rid of Pitch Up/Down radio buttons. 

Change Semitones validator back to allow negative entries. 

Make "From:" and "To:" for Pitch be consistent with formatting for Frequency. 

Make the pitch wxChoice narrower. It's at most only 5 characters. 

Remove empty comments. Cruft.
2013-05-13 00:07:01 +00:00
v.audacity
1d6a5aaefa local fix for bug 253, plus prevents user entering negative values for From or To frequencies 2013-05-12 01:06:09 +00:00
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