windinthew
f2ce7854a3
As per -quality discussion:
...
* Add missing colons to controls text in generators (outside the translatable string, so as to not break translations)
* Also right-justify "Duration" in Chirp and Tone to match other controls.
* TODOs added to possibly move colons back into the translatable string after 2.0 (per Vaughan's suggestion).
2011-03-25 05:53:02 +00:00
james.k.crook@gmail.com
2a24561345
Slider fixes (inspired by patch by Ed Musgrove).
2011-03-22 22:50:04 +00:00
mchinen
ee726b3f28
bug 304 - fixes the crash on low attack times for high sample rate. review shows that this will only change the behavior for attack times lower than 0.05.\nThere are other parts of the code that may need tiding up (such as using the project sample rate when processing tracks of other sample rates), but this is unrelated to the bug and the patch.\npatch submitted by Ed Musgrove
2011-03-06 21:16:32 +00:00
lllucius
a2a87bb373
Correct bug 142
...
This changes the way Audacity searches for VST plugins on Windows. Searching now follows the order specified here:
http://wiki.audacityteam.org/index.php?title=VST_Plug-ins#Where_Audacity_looks_for_VST_plug-ins
2011-03-05 06:31:02 +00:00
mchinen
ecbff8fee2
bug 172 followup: display correct semitones and restore non-inverted tempo values for Sliding Time Effect
2011-01-29 22:32:39 +00:00
mchinen
4ffd3ef681
fix wxStandardPaths call for EQDefaultCurves.xml retrieval. Needed static Get method, otherwise the default init creates a unix object
2011-01-02 21:17:33 +00:00
mchinen
f93c0ee43f
bug 172 follow-up: fix for using semitones input not working
2011-01-01 16:02:42 +00:00
martynshaw99
7d7c00aa6a
Improvements for non-win platforms, thanks to Leland.
...
EQDefaultCurves.xml should be in
* Unix: prefix/share/appinfo
* Windows: the directory where the executable file is located
* Mac: appinfo.app/Contents/Resources bundle subdirectory
according to http://docs.wxwidgets.org/trunk/classwx_standard_paths.html#5514bf6288ee9f5a0acaf065762ad95d
I'm guessing that people making those releases should know what that means. The Win one is already sorted.
2010-12-29 23:35:39 +00:00
mchinen
2a81f349b9
bug 172: hack to fix sbsms inverted pitch ratio and sampling rate issues
2010-12-15 16:54:13 +00:00
martynshaw99
959c2909f3
More robust handling of default curves:
...
When looking for default curves, EQDefaultCurves.xml is searched for in the DataDir first, then the exeDir, then the error dialog is popped up.
Error dialog stays open while user visits web site to get EQDefaultCurves.xml.
The 'normal' set of curves EQCurves.xml is still in DataDir.
2010-12-11 22:32:07 +00:00
martynshaw99
9c0f933b0c
Improvements to the missing EQCurves.xml error dialog.
2010-12-03 00:57:56 +00:00
mchinen
d767dc8f1d
Fix bug 126 followup: VST processing doesn't do last 12 seconds.
...
Due to a typo and sloppy testing by me I didn't get the end case correct. This should fix it.
2010-12-02 12:23:56 +00:00
mchinen
10bec68701
Fix for bug 216 VST processing 4 to 12 times slower than in 1.3.8
2010-11-29 17:34:37 +00:00
rbdannenberg
42b7a6ed51
Fixed bug where once a Nyquist effect is run with Debug it always runs as if Debug was clicked even if the user clicked OK button.
2010-11-12 19:03:55 +00:00
richardash1981
aa33613211
You can't translate an empty string, and more to the point, it has really unintended effects within gettext!
2010-11-09 21:01:53 +00:00
martynshaw99
570f279ed0
Mark the "xml files" filter for importing for translation.
2010-11-07 23:17:51 +00:00
BusinessmanProgrammerSteve
a5a749f2e8
Fix compile warning: signed/unsigned comparison in Nyquist.cpp
2010-11-06 21:36:21 +00:00
rbdannenberg
467aa5590a
Fixed SAL effects so that correct line numbers are reported when an error occurs.
2010-11-02 19:46:19 +00:00
rbdannenberg
28661781be
Modified so that when debugging SAL code, errors cause SAL traceback rather than XLISP stack trace.
2010-11-01 05:04:39 +00:00
rbdannenberg
f2e6d8ec0f
Nyquist Effects now treat Nyquist code and output as UTF-8. Nyquist Prompt effect accepts both LISP and SAL (in SAL, either define function main or write return <expression> at the top level).
2010-11-01 03:15:39 +00:00
martynshaw99
38caac8648
Edgar's fix for problems with backslashes and double-quotes in the Audacity Nyquist text input widget, as approved by Steve, Al and Roger.
2010-10-28 23:22:02 +00:00
martynshaw99
b368c2d4d2
Fix VS build, and hope it doesn't break others.
2010-10-28 23:07:33 +00:00
rbdannenberg
92950e22fd
Previous version did not compile on OS X due to confusion between USE_MIDI and EXPERIMENTAL_MIDI_OUT and some missing includes that didn't bother Visual C++. This revision fixes OS X builds.
2010-10-28 21:22:14 +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
v.audacity
300d50a5d1
Standardize titles capitalization for buttons and static texts.
2010-10-16 08:37:27 +00:00
martynshaw99
500c84fe5d
Improve the way that EQ curves with points beyond fs/2 are handled, making use of Envelope code. Why didn't I think of this before? :-)
2010-10-12 00:11:06 +00:00
martynshaw99
e46abdbeaa
Using QUANTIZED_TIME, functionally identical.
2010-09-22 23:24:52 +00:00
windinthew
31041351c5
Remove ellipses from title of Nyquist Prompt dialogue
2010-09-21 06:03:52 +00:00
prlivesey
3db9b4db68
Changes to fix compilation problems on a Mac after extensive changes to improve NoteTrack display.
2010-09-19 21:46:40 +00:00
rbdannenberg
a1f0e5ed5b
Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment.
2010-09-18 21:02:36 +00:00
BusinessmanProgrammerSteve
ed7f94ca7d
Avoid passing a wxString to wxString::Printf()
2010-09-10 05:22:23 +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
martynshaw99
5f2252a5b9
Getting to the bottom of those 'off by one' samples, some unavoidable (see bugzilla 123 http://bugzilla.audacityteam.org/show_bug.cgi?id=123#c27 )
...
Also getting more experience of those mT1-mT0 problems.
2010-09-05 23:29:53 +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
c31e01e980
Clean up some issues with Effect abstract classes, primarily that the progress dialog had Stop and Cancel buttons that produced exactly the same results, i.e., Cancel, so I removed the Stop button.
2010-09-02 02:40:17 +00:00
v.audacity
7d762c5954
Add missing ".c_str()" to Printf arg.
2010-09-01 22:28:23 +00:00
v.audacity
95b89cd122
Leland's patch that fixes bug 199
2010-08-31 03:56:47 +00:00
v.audacity
2beae4edb5
Check for type of slider control, and instead of defaulting to int on a bad specification, put up a warning and do not create the slider.
2010-08-27 22:56:01 +00:00
v.audacity
0871769668
code cleanup and naming consistencies in reviewing suggested change from Ed Musgrove (that I did not implement)
2010-08-26 22:05:52 +00:00
v.audacity
50ea5acf27
Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock.
2010-08-11 23:56:50 +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
v.audacity
64360a2cd4
Removed the date. Irrelevant and no other built-in effects show it.
2010-07-21 04:38:54 +00:00
windinthew
16716a6ef8
Can't use "v" for an access key - conflicts with Preview
2010-07-11 06:56:02 +00:00
windinthew
9a2112bb8d
Added access keys
2010-07-08 19:25:08 +00:00
james.k.crook
0c3fbd91ac
Can now tab to radio button.
2010-07-05 19:57:18 +00:00
james.k.crook
4d244e93ae
Noise removal updates from Marco Diego Aurélio
2010-07-04 11:34:51 +00:00