1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-03 23:53:55 +01:00
Commit Graph

935 Commits

Author SHA1 Message Date
mchinen
80a2b68bcf Fix warnings for OD ffmpeg 2012-06-01 06:11:21 +00:00
mchinen
3dd37349fc add on demand preference to library pane 2012-06-01 06:11:15 +00:00
mchinen
816b58bc08 integrate OD FFmpeg to work with multiple formats, including wav
also move streamContext to ffmpeg.h to allow for refactoring of import code
2012-06-01 06:11:07 +00:00
mchinen
8cb2a38fbe restore build for EXPERIMENTAL_OD_FFMPEG
EXPERIMENTAL_OD_FFMPEG is still commented out
2012-06-01 06:11:01 +00:00
richardash1981
627f4dd757 add support for Nyquist effects in Chains, written by Leyland and Martyn based on an idea by Edgar 2012-05-26 20:25:13 +00:00
mchinen
a6d9f24804 Fix Bug 489 (P2) - Read Directly uncompressed audio produces incorrect Normalize in Chains. Wait until OD is finished before starting analysis. 2012-05-23 23:02:25 +00:00
mchinen
5036316758 Fix Bug 508 (P2) - Chains: Chain removed even if you say No to prompt. 2012-05-23 18:52:52 +00:00
martynshaw99
95037c7b07 Correct bug when just doing dc offset. Improve messages. 2012-05-19 20:30:57 +00:00
windinthew
96eff824d7 Add missing ellipsis for "Edit Labels". 2012-05-18 08:11:24 +00:00
martynshaw99
6ae1c7855e Messages about what is going on.
Resizing the ProgressDialog so one can see them.
2012-05-17 00:17:51 +00:00
martynshaw99
88d10d887a Obeying the specs., thanks to Taihei Monma for the patch.
Untested by me.
2012-05-10 22:41:28 +00:00
windinthew
2ccfc1ad6c Added access keys for Track Drop-Down menus as suggested by David Bailes
on audacity4blind list (tested on Windows).
2012-05-10 09:09:49 +00:00
windinthew
26e29d270c Better text for what Ctrl-Wheel-Rotate does. 2012-05-08 06:25:56 +00:00
james.k.crook@gmail.com
0a53820106 Fix for ruler elements disappearing at high zoom beyond time 5:57:54.84. 2012-05-06 17:47:52 +00:00
martynshaw99
2fa98d3c16 Add missing header 2012-05-06 14:27:55 +00:00
james.k.crook@gmail.com
4dc68db335 Fix problem with waveform disappearing when zooming in using mouse wheel. Aligns audio right with mouse position, if mouse position is to right of audio right. 2012-05-06 11:50:29 +00:00
martynshaw99
dfcda8dfaf Spelling corrections. 2012-05-05 22:09:21 +00:00
martynshaw99
f8c81d332a Fix summary values for edge cases when overall signal does not straddle zero line. 2012-05-05 21:45:50 +00:00
james.k.crook@gmail.com
e4e9549a95 Restored previous behaviour. Mouse wheel based zooming now different from button based zooming again. 2012-05-05 21:06:19 +00:00
martynshaw99
2268f6f1e9 Fix summary values for edge cases when overall signal does not straddle zero line. 2012-05-05 20:57:50 +00:00
james.k.crook@gmail.com
f98809817d Fixed bug in zoom-to-selection, where it would not work if the selection was 'beyond the end of time'. 2012-05-05 18:41:48 +00:00
james.k.crook@gmail.com
5a8a515235 Fix Bug 375 (P3): Can now drag a clip to a new track, even if it is the selection. 2012-05-05 15:27:51 +00:00
james.k.crook@gmail.com
30a7876593 Ctrl-Wheel Zooming now behaves like zoom buttons, so we don't zoom into empty space. 2012-05-04 11:47:29 +00:00
martynshaw99
52bc3fa8f7 Improving Progress bar messages to reflect what's actually happening 2012-05-03 22:28:58 +00:00
martynshaw99
ebf54adaab Apply patch for bug 495, taking proper account of max, min and offsets of both tracks of a stereo pair. 2012-05-03 21:54:18 +00:00
martynshaw99
68e2d00f9b Restore default behaviour if no clips found to pre-r11704 status, whilst still get proper max and min for severely-offset waveforms. 2012-05-02 21:37:45 +00:00
james.k.crook@gmail.com
dee908b31e Saner sample rate (in comment). 2012-04-28 21:09:07 +00:00
james.k.crook@gmail.com
66c6d8f570 More internationalisation hints. 2012-04-28 18:17:38 +00:00
james.k.crook@gmail.com
f34863833b i18n-hint for Grabber. 2012-04-28 17:33:28 +00:00
james.k.crook@gmail.com
a41a447fdc Hide translatable strings in unused (#ifdeffed out) code. 2012-04-28 17:18:51 +00:00
v.audacity
03dbeb2aaf Use American spelling conventions in GUI, per policy and convention. 2012-04-27 22:27:40 +00:00
martynshaw99
758a8f65e6 Inserting CLEANSPEECH ifdef's around anything CleanSpeech so that CleanSpeech can be removed easily in the (not to distant) future. The idea is never to turn CLEANSPEECH on, but fix any (unexpected) differences this may make. 2012-04-26 22:57:04 +00:00
v.audacity
08b68fd96a Use American spelling conventions in GUI, per policy and convention. 2012-04-25 22:44:00 +00:00
v.audacity
3a5e4fbe3d Remove effects/SpikeCleaner.o because SpikeCleaner code has been removed. 2012-04-25 22:04:44 +00:00
martynshaw99
09b003c056 Missing header, sorry. 2012-04-24 22:44:55 +00:00
martynshaw99
ffea5a2273 Addressing one of the problems reported with 'Normalise' if the offset is greater than the signal. Comments on other possible problems. 2012-04-23 23:39:36 +00:00
james.k.crook@gmail.com
03202f9c98 Deleted SpikeCleaner.cpp and SpikeCleaner.h. If we want a better spike cleaner we'll (probably) start from a modified noise removal. 2012-04-19 09:06:43 +00:00
james.k.crook@gmail.com
445a6d943b Oops, missed _('SpikeCleaner...') in header file. Now changed to no longer appear in .pot files. 2012-04-19 09:04:40 +00:00
clayton.otey
87fb427603 TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485. 2012-04-16 18:26:48 +00:00
windinthew
b9c2066d3a Fix for Bug 479 (P4) "transport menu is missing some access keys"
http://bugzilla.audacityteam.org/show_bug.cgi?id=479
2012-04-09 06:30:55 +00:00
james.k.crook@gmail.com
76359b2402 Fixed typo 'instrunmet' -> 'instrument'. (thanks Milos Sramek) 2012-04-07 11:37:03 +00:00
james.k.crook@gmail.com
f919265b8d Effect not yet ready for prime time and is not included with Audacity. Save translators from translating its strings. 2012-04-06 11:32:20 +00:00
james.k.crook@gmail.com
764d9d930a Save and Load changed to Export and Import on Keyboard Prefs. 2012-04-06 11:12:31 +00:00
richardash1981
ca7981ece9 add i18n-hints to time format strings as getting the translation wrong will break the program in subtle ways 2012-04-05 19:56:43 +00:00
james.k.crook@gmail.com
1caab1d2ee Fix: Resetting key binding to defaults now works correctly. 2012-04-05 15:05:53 +00:00
james.k.crook@gmail.com
9f45d8c79a So that ScoreAlign compiles again (if feature enabled). 2012-04-05 11:47:22 +00:00
james.k.crook@gmail.com
dd97cae3d9 Removed some (hidden) Cleanspeech cruft that had been used to disable effects. Made some static text open to translation. Added more i18n hints (thanks Thomas Breinstrup). 2012-04-05 11:21:15 +00:00
windinthew
e98695f324 Added Serbian (Latin) software translation by Miroslav Nikolic. 2012-04-03 07:56:51 +00:00
james.k.crook@gmail.com
1d476de431 Possible fix for Linux build bug: missing c_str(). 2012-03-31 15:48:56 +00:00
james.k.crook@gmail.com
6d55f6a2af Fixed use of _() macro for compatibility with wxWidgets 2.8.12 2012-03-30 16:59:09 +00:00