v.audacity
ebb4f530bb
Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values.
2012-08-02 06:03:19 +00:00
v.audacity
33179c5253
Gale's fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=569 (P3)
2012-08-01 22:36:02 +00:00
v.audacity
4d65012c5a
http://bugzilla.audacityteam.org/show_bug.cgi?id=547 (P3)
...
Default point selection to "hh:mm:ss + milliseconds" display format for duration controls in generator effects.
2012-08-01 00:42:12 +00:00
v.audacity
d74e5fa586
I think this fixes http://bugzilla.audacityteam.org/show_bug.cgi?id=560 .
2012-07-19 04:38:00 +00:00
rbdannenberg
16fd848f9e
Modified to allow compile with USE_MIDI turned off (no NoteTrack). Tested with USE_MIDI both defined and undefined when compiled as Unicode Debug/Win32.
2012-07-18 03:44:34 +00:00
v.audacity
efaebf27fa
Purge ANSI.
...
Also remove redundant (R) sign from main page in About dialog.
2012-06-23 02:28:04 +00:00
james.k.crook@gmail.com
20f6717123
Corrected some typos (for the word 'experimental') in internationalisation hints.
2012-06-17 08:34:31 +00:00
v.audacity
4983694793
Fix PaulStretch warnings from VC++ compiler.
2012-06-17 01:51:05 +00:00
richardash1981
b8134fc306
commit it tidied up version of the patch to fix bug 497, with a consistent error message (none of the others include the Error. prefix) and some documentation of what the nyx function returns for future sanity.
2012-06-16 16:58:17 +00:00
martynshaw99
ad5717c594
Initialise m_T1 correctly, in case no processing is applied and it doesn't get updated elsewhere.
2012-06-14 22:46:55 +00:00
richardash1981
7f8a09ea1e
add some i18n-hint comments to the strings where the translation doesn't see (to me) to be obvious. This will probably get better when the effect has a manual entry, and with translator feedback.
2012-06-10 16:38:29 +00:00
richardash1981
fa2aefcfee
fix a number of small language idosyncracies to give more idomatic usage. Make sure that spacing and capitalisation is consistent, at least within this effect and compared to a selection of our other effects
2012-06-10 16:24:37 +00:00
richardash1981
519bfb2268
Commit patch adding Paulstretch (an extreme time stretching effect for synthesis) by Nasca Octavian PAUL http://hypermammut.sourceforge.net/paulstretch/ as submitted
2012-06-10 16:08:43 +00:00
martynshaw99
73451e8dad
Fix to not apply some gain if dc removal only required.
...
Make progress not jump back after analysis, except for 'stereo linked' where analysis of 2nd track is done out-of-order.
2012-06-02 16:35:29 +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
martynshaw99
95037c7b07
Correct bug when just doing dc offset. Improve messages.
2012-05-19 20:30:57 +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
dfcda8dfaf
Spelling corrections.
2012-05-05 22:09:21 +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
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
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
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
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
james.k.crook@gmail.com
860e19ae47
Fix Bug 432: Cleanspeech mode will now not activate, even if it was enabled in a previous version (and even if it has been deliberately added to audacity.cfg).
2012-03-25 20:22:10 +00:00
lllucius
5f1ef8f8fa
Adding wxMac accessibility. Should resolve:
...
http://bugzilla.audacityteam.org/show_bug.cgi?id=139
2012-03-21 03:09:06 +00:00
james.k.crook@gmail.com
cd54a2728b
Fixed some smart quotes that can cause problems for .po file generation.
2012-03-20 21:59:30 +00:00
james.k.crook@gmail.com
63f0b8b09e
Fixed more internationalisation hints.
2012-03-20 16:17:37 +00:00
james.k.crook@gmail.com
69476e785c
Fixed more internationalisation hints.
2012-03-20 15:36:02 +00:00
mchinen
2ce94c6647
Effect.cpp: fix preview for tracks with leading whitespace
2012-03-03 21:14:31 +00:00
v.audacity
be209d0dc0
Correct my misapplication of Ed's fix for bug 179.
2012-02-15 18:55:05 +00:00
v.audacity
d0922d821b
Bug 179 (P4) Former fix was incorrect for Mac. Ed has updated his change for this, and I'm applying it.
2012-02-15 17:59:02 +00:00
v.audacity
fbb6ed4fe6
Ed's fix for bug 179
2012-02-13 23:13:10 +00:00
james.k.crook@gmail.com
2d96e01b3f
Tidy up equalization curve renaming logic so it is clearer what is going on.
2012-02-09 18:22:43 +00:00
v.audacity
5f5b9778de
Fixes per Vigilant Sentry ( http://www.vigilantsw.com/ )
...
* Fix memory leaks.
* Add comments about initializations and checking for successful results.
* Add checks for NULL deref.
* Consistency in "TODO" vs "TO-DO" comments!
2012-02-08 05:09:14 +00:00
v.audacity
721b7b3399
Apply patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=465 .
2012-01-25 02:21:08 +00:00
martynshaw99
f708bc877c
Addressing bug 454, and some minor clean-up. Now we only measure the selected track, and if one is selected, otherwise inform the user.
2012-01-11 00:39:13 +00:00
martynshaw99
e6c93bc1e5
Patch from 'Norm C' (n_badger42@hotmail.com) to remember default lengths of Silence and Tones generated.
2011-12-20 00:05:54 +00:00
martynshaw99
b80b89df88
Reset phase at start of each generated waveform.
2011-12-12 23:43:21 +00:00
v.audacity
458152070e
Fix some problems with asserts in 11308. Further wording corrections.
2011-11-18 03:47:43 +00:00
v.audacity
59db8d4ad4
See http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c31 and http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c32 .
2011-11-16 05:59:48 +00:00
v.audacity
412b81392c
This is the only possible null pointer deref found by cppcheck scan on src that I think is worth making failsafe.
2011-11-10 07:37:50 +00:00
v.audacity
1ceb0ef660
Apply modified version Roger Dannenberg's patch to remedy some problems from commit r10680 and fix some bugs.
2011-10-19 23:06:53 +00:00
v.audacity
3a1d4334f2
Make wxLog* calls consistently not have \n at the end. Turn some wxLogWarning calls to wxLogError. Put some periods at the ends of sentences.
2011-10-09 21:14:03 +00:00
richardash1981
934cd8c3b2
Remove cruft from end of file
2011-08-21 14:40:39 +00:00
richardash1981
e3a8ffade4
Apply patch by Sophia Poirier [dfx] which enables Audacity to load audio effect plug-ins which support both sampled and midi input (e.g. use of midi controllers to set effect parameters). This fixes bug 443.
2011-08-21 14:17:53 +00:00