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
benjamin.drung@gmail.com
277932dccb
Remove trailing spaces.
2014-06-03 20:30:19 +00:00
stevethefiddle@gmail.com
6003abb21d
Bug 713 - remove duplicate "dB" label.
2014-06-01 13:01:42 +00:00
stevethefiddle@gmail.com
fbf9ca213c
Bug 717 - Truncate Silence outLength calculation.
2014-05-17 14:54:26 +00:00
martynshaw99
1ffd419b11
Steve's changes to 'Truncate Silence' which compile for me, and the result seems sensible, but I have not done any 'code review' so committing this on trust. Very limited risk, one 'effect'.
2014-03-19 00:50:24 +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
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
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
dba81b3f1c
Cleanup: Fixed lots of trivial MSVC warnings.
2013-08-25 21:51:26 +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
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
martynshaw99
1ddee72498
Remove EXPERIMENTAL_TRUNC_SILENCE #ifdefs since it is no longer experimental.
2013-05-01 22:07:08 +00:00
v.audacity
17bb48d682
consistency about parentheses (I love 'em!)
2012-08-20 21:46:12 +00:00
v.audacity
e39d816002
Increase height of default window, per follow-on to http://bugzilla.audacityteam.org/show_bug.cgi?id=547#c10 .
...
Restore a comment.
2012-08-04 23:37:44 +00:00
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
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
63f0b8b09e
Fixed more internationalisation hints.
2012-03-20 16:17:37 +00:00
martynshaw99
309f9a90ce
Disallow non-numeric chars in numeric input boxes.
...
Patch by Ed using examples by Martyn & James.
2011-06-16 23:29:56 +00:00
BusinessmanProgrammerSteve
f430aad99b
Fix crash mentioned in bug 215 (work around old wxList bug)
2010-09-08 04:02:52 +00:00
v.audacity
340667167e
Improve acccuracy of comments.
2010-09-07 23:37:45 +00:00
BusinessmanProgrammerSteve
fcb9e4e365
Restore some r10644 changes: ReplaceProcessedTracks() calls on early returns,
...
documentation at top. These should prevent a memory leak.
2010-09-04 02:56:53 +00:00
BusinessmanProgrammerSteve
99581b4dc5
(bug 215) Fixes problem where non-silent region is truncated
2010-09-03 05:57:43 +00:00
BusinessmanProgrammerSteve
1b8a8cb8bc
Revert r10644.
2010-09-03 05:39:17 +00:00
v.audacity
ff93517312
(bug 215)
...
Found some major memory leaks and fixed those, but they shouldn't have caused the crashes.
No reason to DeleteContents on a RegionList immediately after it's declared (especially when not doing so when finished with the RegionList), so I removed those.
Corrected some comments. Improved readability.
2010-09-03 01:42:02 +00:00
v.audacity
209a2b193d
Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock.
2010-08-11 22:47:26 +00:00
BusinessmanProgrammerSteve
fc1617ff2f
Fix problem with linked label tracks and truncate silence
2010-04-12 15:29:53 +00:00
BusinessmanProgrammerSteve
eac019b68a
Optimization for new Truncate Silence code.
2010-03-23 21:49:48 +00:00
BusinessmanProgrammerSteve
003482266b
Convert max silence length from ms to s before applying
2010-03-15 16:41:22 +00:00
BusinessmanProgrammerSteve
784d7913af
Add progress dialog for new truncate silence code
2010-03-14 18:34:10 +00:00
BusinessmanProgrammerSteve
1e19adb042
Fix Truncate Silence bug
2010-03-14 00:20:21 +00:00
BusinessmanProgrammerSteve
6860fca483
Check in new Truncate Silence routine as Experimental
2010-03-13 15:21:38 +00:00
businessmanprogrammersteve
e35e019e17
Change lots of code that uses linking to use the new
...
scheme.
2010-02-16 20:50:38 +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