Commit Graph

28 Commits

Author SHA1 Message Date
v.audacity 18e45e1e58 Make some strings translatable, per Steve's 'Untranslated labels in effects' post on -quality. 2013-12-14 02:07:06 +00:00
richardash1981 62986f3b85 Free the buffer allocated at the start of the method, bug reported by Andrew Hallendorff 2013-10-27 20:49:58 +00:00
v.audacity 1f79c6ad0a changes per "[Audacity-devel] Change pitch dialog and Jaws" thread 2013-08-25 05:20:30 +00:00
v.audacity 8867d65df8 Fix typo in SetName() call. 2013-08-18 00:50:21 +00:00
v.audacity 51e0391b7d Campbell Barton's patch for mem leaks, http://www.graphicall.org/ftp/ideasman42/audacity_mem_leak_fix_r12450.diff 2013-08-03 00:24:26 +00:00
v.audacity 08dd4d9813 Safeguard against ChangePitchDialog::OnText_ToFrequency() from allowing OK or Preview if percent change is out of bounds.
Consolidate multiple #defines for Percent Change controls. 

Update copyright year.
2013-06-25 23:43:55 +00:00
v.audacity 3f6856e07a Simplify Leveller dialog. 2013-06-22 00:49:13 +00:00
v.audacity 298f0688cb Doh! .c_str() 2013-06-21 22:09:20 +00:00
v.audacity d8a9d774fe Fixed some missed cross-updating of octave controls. 2013-06-20 03:53:57 +00:00
v.audacity 0716c1f62b Add static text about "Estimated Start Pitch" per -quality discussion.
Fixed some weird layout issues due to ShuttleGui misuse. 

Fixed some SetName cut/paste errors (e.g., it used to say "To frequency in seconds" !). 

Fixed rounding direction in PitchOctave() for negative MIDI notes. 

Fixed a comment in ShuttleGui.cpp.
2013-06-20 02:28:55 +00:00
v.audacity ce8f6b09da Substantial code simplification and clarification, but should be no functional changes. The Effect does not need to store all the param values the dialog provides. 2013-06-19 02:25:21 +00:00
v.audacity b327e510b0 Improvements in Change Pitch effect.
* from and to octave spin controls and cross-updating

* new conversion utilities in PitchName.*

* code simplification, new documentation

* stop a few compiler warnings in FreqWindow.cpp on unused params
2013-06-18 04:35:35 +00:00
v.audacity 820b889475 bug 309: Get rid of incremental fix now that correct fix is in PitchIndex(). 2013-06-15 00:28:04 +00:00
v.audacity c39f9a4b53 further constraints regarding bug 309, from off-list discussion with Steve 2013-05-30 23:30:09 +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
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
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 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
james.k.crook@gmail.com 63f0b8b09e Fixed more internationalisation hints. 2012-03-20 16:17:37 +00:00
rbdannenberg f274c9fb2b Extended pitch, tempo, and speed effects to operate on NoteTracks. Fixed off-by-one error on channel buttons. 2010-10-28 17:57:14 +00:00
ra e74978ba77 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00