martynshaw99
4ce2643d5f
Remove the
...
// Indentation settings for Vim and Emacs
etc. lines from all files, as Campbell's patch (except for other changes to Languages.cpp)
2013-09-24 00:14:37 +00:00
RichardAsh1981@gmail.com
6a7da21dec
remove various unused #defines and bits of code, patch by Campbell Barton
2013-09-23 20:16:02 +00:00
james.k.crook@gmail.com
db56cbd363
Simplified Audacity (using ! prefix) now works for effects and analyse items too.
2013-09-22 11:48:29 +00:00
RichardAsh1981@gmail.com
81f6306d7f
check the loop boundary before dereferncing the array to avoid an out-of-bounds access. Patch by Campbell Barton with revisions suggested by Alan Horstmann
2013-09-18 19:46:47 +00:00
richardash1981
70504981a6
Supress doxygen warning by using correct syntax for TODO
2013-09-14 09:42:05 +00:00
james.k.crook@gmail.com
ba187bbafc
Bug 368: No longer look at plugins.cfg to decide whether to rescan. Just use the rescan preference.
2013-08-31 14:24:55 +00:00
v.audacity
cc876ce7be
just some cleanups on FIXMEs and unused method parameters
2013-08-31 05:57:48 +00:00
james.k.crook@gmail.com
557885770b
Bug 646: PAGEUP and PAGEDOWN disabled for now.
2013-08-27 17:42:10 +00:00
james.k.crook@gmail.com
863e9aecb5
Bug 646 Handling of HOME and END keys. (Thanks David Bailes).
2013-08-27 17:26:11 +00:00
james.k.crook@gmail.com
db26dad623
Change visual and audible labels for 'Install VST Effects' too.
2013-08-27 14:56:41 +00:00
james.k.crook@gmail.com
774b8e9598
"Install VST Effects" in place of "Install VST Plugins"
2013-08-27 11:27:16 +00:00
james.k.crook@gmail.com
8678bbc88c
Bug 646:
...
1) Following request from Gale scanning for VSTs will be prompted for every time you start, until it completes successfully OR you ask for it not to happen in preferences. Also it will happen if the plugns.cfg is empty.
2) UP and DOWN no longer toggle the checkmark too. SPACE does.
2013-08-27 10:26:06 +00:00
james.k.crook@gmail.com
dba81b3f1c
Cleanup: Fixed lots of trivial MSVC warnings.
2013-08-25 21:51:26 +00:00
james.k.crook@gmail.com
25f2206205
Fix for small arrow on wxMac. This is done blind, based on a guess that wxWin resizes the icons and wxMac does not.
2013-08-25 11:35:01 +00:00
v.audacity
1f79c6ad0a
changes per "[Audacity-devel] Change pitch dialog and Jaws" thread
2013-08-25 05:20:30 +00:00
james.k.crook@gmail.com
53032f04f8
Fixed missing include <listctrl.h> and fixed warning on LabelArray from DLL exporting.
2013-08-24 22:16:47 +00:00
v.audacity
c7daafede2
In off-list discussion, Steve mentioned that kdevelop / kate highlighting recognizes "FIXME", but not "FIX-ME", which has been the Audacity convention. This commit changes Audacity code to use the "FIXME" convention (though I've never known it as convention and MSVC doesn't recognize it).
...
Also, minor change in WaveTrack.cpp in the effort on bug 641. Should have no functional difference.
2013-08-24 20:30:47 +00:00
james.k.crook@gmail.com
8ebe966a8b
Bug 646: Small gap now between icon and text.
2013-08-24 16:45:32 +00:00
james.k.crook@gmail.com
1706aaca69
Bug 646: PluginRegistrationDialog now centred on screen rather than on (not-yet-existent) parent
2013-08-24 16:31:21 +00:00
james.k.crook@gmail.com
4c2544874d
Bug 368: VST plugins now have a dialog that gives a list of plugine to choose from.
2013-08-24 15:38:26 +00:00
james.k.crook@gmail.com
077e18372b
Fix bug where empty plugins.cfg causes a rescan.
2013-08-22 17:54:58 +00:00
v.audacity
8867d65df8
Fix typo in SetName() call.
2013-08-18 00:50:21 +00:00
v.audacity
030d2450a8
Go back to simpler architecture for Resample class, now that libsoxr is proven for variable rate resampling.
2013-08-04 01:58:54 +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
e2f272890c
Steve Daulton's patch for fractional BPM
2013-06-28 03:20:33 +00:00
v.audacity
89b2005e49
Line up wxChoice controls and their labels.
2013-06-27 23:14:35 +00:00
v.audacity
cb3e8844ba
Simplify adding vertical space in dialog.
2013-06-27 22:15:31 +00:00
v.audacity
868615b6ba
Delete unused AvcCompressor and apparently never-completed ChangeLength effects.
2013-06-27 22:11:47 +00:00
v.audacity
43042ab7c8
Try a different way of specifying separation between Preview and Dry Preview buttons, that should be more correct cross-platform.
2013-06-27 01:27:36 +00:00
RichardAsh1981@gmail.com
00efb43219
Apply Gale's patch to correct the spelling of Leveler.
2013-06-26 19:39:06 +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
28ec3e2e73
Get rid of cruft. Rename dialog title to preferred spelling. Get rid of compiler warning.
2013-06-25 18:25:08 +00:00
v.audacity
35f8df088c
Doh! Fix compile problem. Sorry, all.
2013-06-25 16:59:48 +00:00
v.audacity
3f6856e07a
Simplify Leveller dialog.
2013-06-22 00:49:13 +00:00
v.audacity
0a41d21c21
Paul wrote back that his name should appear as Paul Nasca in the About dialog.
2013-06-21 22:23:47 +00:00
v.audacity
b4f2a09e37
Remove individual credits from built-in effects. Should always be in About dialog instead.
2013-06-21 22:14:13 +00:00
v.audacity
b33983833b
Remove individual credits from built-in effects. Should always be in About dialog instead.
2013-06-21 22:10:50 +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
windinthew
741d283276
Make "Wet Only" checkbox translatable (thanks, Yuri)
2013-06-17 07:29:31 +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