1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 08:30:06 +02:00

27 Commits

Author SHA1 Message Date
Leland Lucius
b31aad8323 Fix for bug #1117
Previous fix didn't produce the same results as 2.0.6, this one
should.
2015-08-16 00:15:55 -05:00
Leland Lucius
7f7ff3c749 Fix for bug #1117 2015-08-15 23:48:48 -05:00
Steve Daulton
4be9897de1 Fix spacing on comment 2015-08-04 01:51:28 +01:00
Leland Lucius
3fe146f306 Merge remote-tracking branch 'upstream/master' into wx3 2015-07-19 18:00:02 -05:00
Paul Licameli
e70f91c64e Removed ShuttleGui.h from other headers 2015-07-19 12:31:03 -04:00
Leland Lucius
9b9c8cc073 Round 5 of wx3 changes
FileDialog now complete on Linux.  Needs some fine tuning on
Windows and OSX.
Builds with wx3 and gtk2 or gtk3.
Still more effect work to do.
2015-07-14 23:33:53 -05:00
Steve Daulton
d9f3c432d4 Fix for bugs 943, 942, 941, 843 and 775.
Non-linear effects now process tracks before mixing.
This will be slower when multiple tracks are selected
but the preview should now match the applied effect.
SetLinearEffectFlag(true) allows linear effects to
preview more quickly when multiple tracks selected, by
pre-mixing selected tracks.
Simple generators like Tone and Noise may be marked as
'linear' so that they only preview a few seconds.
Generators that vary over time (such as Chirp) must use
the full duration that is set. As this currently
requires calculating the full duration, preview for
'non-linear' generators are not limited to the preview
length.
2015-05-15 12:51:51 +01:00
Leland Lucius
7a0aa43a82 Convert all wxTRANSLATE() to XO()
XO() can be used anywhere a string must be extracted for translation
but not automatically translated at runtime.
2015-04-18 23:03:49 -05:00
Leland Lucius
8fbfa460c4 Migrating the remaining effects
This brings the builtin, LV2, and VAMP effects inline with the
Audio Units, LADSPA, and VST effects.  All effects now share
a common UI.

This gives all effects (though not implemented for all):

User and factory preset capability
Preset import/export capability
Shared or private configuration options

Builtin effects can now be migrated to RTP, depending on algorithm.
LV2 effects now support graphical interfaces if the plugin supplies one.
Nyquist prompt enhanced to provide some features of the Nyquist Workbench.

It may not look like it, but this was a LOT of work, so trust me, there
WILL be problems and everything effect related should be suspect.  Keep
a sharp eye (or two) open.
2015-04-16 23:36:28 -05:00
david avery
c112d47147 one more wx 31 change 2015-04-11 21:00:37 -06:00
james.k.crook@gmail.com
740bc0d983 Fixed warnings about AUDACITY_DLL_API.
If one class is exported, then all the classes it derives from must be exported too, otherwise we get warnings wherever it is used.
2014-11-11 15:47:48 +00:00
benjamin.drung@gmail.com
277932dccb Remove trailing spaces. 2014-06-03 20:30:19 +00:00
v.audacity
be8823cce9 "Reverb: Access keys missing" bug 686 patch 2014-01-10 01:30:58 +00:00
v.audacity
fbe43e47f3 Gale's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=686, " Reverb: Access keys missing ". 2013-12-18 22:39:26 +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
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
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
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
218733c38e Rob's original code referred to this param as "Delay".
Then, May 11, 2013, in a thread on [Audacity-quality], subject "Reverb effect", Steve suggested and Gale seconded renaming it "Pre-delay". 
I've changed it only in the GUI, and left the rest of the code as *Delay*.
2013-05-11 22:24:05 +00:00
v.audacity
3b1707d379 With the change Richard just made to pass the actual title to the parent class constructor, the call to SetTitle() is unnecessary in this method. Removed it. 2013-05-03 22:33:10 +00:00
richardash1981
3fb574f5ca The title of the effect dialogue should not be the empty string (found because the empty string cannot be translated!) 2013-05-03 20:58:17 +00:00
prlivesey
04225a52a4 Fixed a Mac build failure in bool EffectReverb::ProcessOneBlock()
Added Reverb.cpp and Reverb.h to the Xcode project.
2013-05-03 14:19:40 +00:00
v.audacity
08b0bdb63f Not sure why, but need to call s.SetStyle(wxSL_HORIZONTAL); before every call to AddSlider(), even though AddSlider() specifies wxSL_HORIZONTAL, or the layout is messed up. 2013-05-03 00:29:57 +00:00
v.audacity
5555c2db62 Rob Sykes's patch (considerably modified because of MSVC preprocessor problems) to add sox-based reverb 2013-05-02 23:41:27 +00:00