v.audacity
dc0884c7f5
incremental improvement to at least alert the user in cases where this effect obviously does nothing
2013-12-15 03:57:36 +00:00
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
v.audacity
fc6e4a4cba
Fix some compiler warnings.
2013-12-13 01:24:47 +00:00
martynshaw99
b5af4d6120
Steve's patch for bug 434, let's get that closed off!
2013-12-05 00:29:17 +00:00
martynshaw99
c9d6e0f4ef
A (slightly) modified version of Steve's patch on Bug 433, with a much improved UI (thanks Steve!).
2013-12-04 00:49:37 +00:00
martynshaw99
f33993316d
David Bailes patch on bug 659. The layout of the controls is much better and the accessibility is much improved.
2013-11-27 00:11:55 +00:00
benjamin.drung@gmail.com
7d4bc6917b
Fix build failure caused by undefined PATH_MAX.
...
Use PATH_MAX for PLATFORM_MAX_PATH only if it is defined and replace all
instances of PATH_MAX by PLATFORM_MAX_PATH.
2013-11-21 20:52:17 +00:00
lllucius
51cb9d9196
Be a bit more careful about CRLF to LF changes.
2013-11-03 02:03:19 +00:00
lllucius
b4ba110811
Reverting r12850...hopefully
...
Never removed one before, but I'm pretty sure it is correct.
2013-11-03 01:54:50 +00:00
lllucius
f290b3d644
Converted CRLF to LF.
2013-11-01 23:22:33 +00:00
benjamin.drung@gmail.com
b81aa06427
Fix more paths of relative includes.
2013-11-01 19:45:00 +00:00
v.audacity
8408eaf52a
Get rid of some compiler warnings.
2013-10-31 22:28:21 +00:00
lllucius
95215dd0e1
Bug 646 - VST List of Plugins - Residual Issues
...
Corrects a width problem on the Mac.
2013-10-31 13:39:12 +00:00
lllucius@gmail.com
b093367648
Set the initial LV2 dialog size to 500 pixels.
2013-10-30 13:52:18 +00:00
lllucius
a53defedf3
Bug 646 - Additional fix the Cancel button
...
It now interrupts the scan if the user clicks OK first.
2013-10-30 02:42:51 +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
lllucius
3532ecd7b2
Reworked LV2 plug-ing support.
...
This enables all platforms to use LV2 plugins in non-GUI mode. There is
still some work to do, like subgroup handling and better scalepoint
handling.
2013-10-27 11:13:20 +00:00
lllucius@gmail.com
0a152d8f46
Once the effect is loaded, keep it loaded until Audacity ends.
2013-10-25 21:25:48 +00:00
lllucius
71fde85bfe
Bug 115 - Snap-to causes spurious 'toolbar' to appear momentarily at start of dragging.
...
Completes James' TimeConverter work
This completes the work that James started. It moves most of the non-GUI
related processing from TimeTextCtrl to James' TimeConverter class.
Other changes include:
1) TimeTextCtrl now expects the format name instead of the format string to be
passed when creating a new instance. I found that almost all cases created the
instance with a blank format string and then set the string after creation.
2) To simplify maintenance and prevent a possible discrepancy between the two,
Increase() and Decrease() were merged into a single routine.
As a result:
1) All cases where a TimeTextCtrl was being used to extract information and
not actually display a control have been changed to use TimeConverter instead.
2) All cases where TimeTextCtrl was being created with an empty format and
then immediately followed by something like this:
tt.SetFormatString(tt.GetBuiltinFormat(c->GetFormat()))
have been changed to pass the format name instead of the format string when
creating the TimeTextCtrl instance.
2013-10-23 21:01:52 +00:00
lllucius@gmail.com
08c94d5372
Backported wxWidgets-3.0rc1 number validators
...
The are pretty darn slick. There's an integer one and a floating point
one. They support automatic range limiting (ex., you can't even type a
number outside of the range), proper number formats (ex., you can't
enter a decimal point in an integer field), you can't enter bogus
numbers like "0.3-.2", thousands separators are supported, decimal
precision may be specified and proper number formatting for string
values (or automatic conversion to int, double, float, etc.).
2013-10-23 20:33:17 +00:00
james.k.crook@gmail.com
41bfae1695
Separated conjoined strings to make translation easier. Added TODO comments.
2013-10-22 20:40:11 +00:00
v.audacity
90a36f701e
fix for bug 669, based on Steve's patch
2013-10-18 20:03:42 +00:00
lllucius
a519814713
Fix for bug #668
...
http://bugzilla.audacityteam.org/show_bug.cgi?id=668
2013-10-15 04:57:22 +00:00
lllucius
8a260f33d0
Fix for bug #662
...
http://bugzilla.audacityteam.org/show_bug.cgi?id=662
2013-10-11 20:01:41 +00:00
v.audacity
a1fe886b43
Audacity convention is hyphen for "plug-in". Patch from Gale.
2013-10-11 19:58:35 +00:00
lllucius
d2b65de318
Fix remaining issue with #646
...
Good catch David!!!
2013-10-09 13:55:44 +00:00
v.audacity
cf6a0817f6
Add to comment about thread-safety.
2013-10-09 05:03:42 +00:00
lllucius
c8d8890211
Fix #2 for bug #642
...
http://bugzilla.audacityteam.org/show_bug.cgi?id=642
2013-10-08 05:07:54 +00:00
lllucius
508ed858aa
Fix for bug #368
...
http://bugzilla.audacityteam.org/show_bug.cgi?id=368
2013-10-07 23:46:41 +00:00
lllucius
726139ebc1
Fix #1 for bug #642
...
http://bugzilla.audacityteam.org/show_bug.cgi?id=646
2013-10-07 23:41:27 +00:00
lllucius
78bb88f169
Fix for bug # 646
...
http://bugzilla.audacityteam.org/show_bug.cgi?id=646
2013-10-07 23:33:59 +00:00
james.k.crook@gmail.com
0e30a5e98c
Replace two _()'s by wxT()'s for strings not to be translated.
2013-10-06 17:20:58 +00:00
james.k.crook@gmail.com
d774e6c141
Fixed Windows line endings in ScienceFilter.cpp. Disabled the effect via Experimental.h for the upcoming 2.0.5 release to allow more time for discussion and testing post release (following comments from Gale, Steven and David).
2013-10-02 21:30:56 +00:00
james.k.crook@gmail.com
55384ff5e0
Fixed tab indentations to spaces.
2013-10-02 16:00:34 +00:00
james.k.crook@gmail.com
d7286f53e3
#ifdef EXPERIMENTAL_SCIENCE_FILTERS created to make it easy to switch on or off this effect. Made it easier to internationalize Science Filter by adding internationalisation hints and converting some _()'s on numbers to wxT()'s.
2013-10-02 15:44:36 +00:00
james.k.crook@gmail.com
d3ff41e025
Fixed duplicate definition of SliderAx. Now it's only defined in Equalization and shared from there.
2013-10-02 13:38:59 +00:00
james.k.crook@gmail.com
7b1764e1fd
Added Credit for Norm C. Removed vim-settings. Tabs->Spaces.
2013-10-02 11:21:18 +00:00
james.k.crook@gmail.com
2543ea7897
Added Norm C's Scientific Filter.
2013-10-02 10:32:41 +00:00
martynshaw99
4f5de6d5e3
Quiet a bunch of 'unreferenced formal parameter' warnings on Windows.
...
The remaining ones are 'formal parameter's referenced by other platforms.
2013-09-25 22:57:54 +00:00
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