1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 09:09:47 +02:00

1728 Commits

Author SHA1 Message Date
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
RichardAsh1981@gmail.com
d571ece7e6 Apply patch from Joel Bouchat to improve WAV tag importing and exporting for non-ASCII characters, making sure that it works in UTF-8 locales 2013-07-31 10:21:41 +00:00
v.audacity
ac6eaeeb70 attempt at fixing compile error on Linux 2013-07-30 22:43:45 +00:00
v.audacity
522205b056 Move check for ControlToolBar shift key-up from TrackPanel::OnTimer() to new ControlToolBar::OnTimer(). 2013-07-30 01:11:36 +00:00
v.audacity
c52f2d3b12 Fixes for ControlToolBar tooltips with keyboard shortcuts not working correctly in some languages, and for tooltips being updated without having to exit and restart. 2013-07-30 00:36:57 +00:00
windinthew
8ae5acb310 Updated software translations 2013-07-29 12:40:45 +00:00
james.k.crook@gmail.com
d05f66b32e Play button now stay down until finished playing audio. 2013-07-26 14:13:21 +00:00
james.k.crook@gmail.com
f56f0f3dd7 Only refresh play button if its state has changed. 2013-07-26 14:12:06 +00:00
v.audacity
953d31c8d3 better fix for bug 307 2013-07-26 07:34:17 +00:00
v.audacity
bbdb415a82 fix for bug 307 2013-07-25 05:12:15 +00:00
v.audacity
9ac2623b7d Steve's patch per "Skip to Start when no tracks" thread on -devel 2013-07-25 02:53:36 +00:00
v.audacity
b8128af0c5 Gale suggested showing current key shortcuts for toolbar controls tooltips. This implements it for ControlToolBar (aka Transport toolbar).
One tricky aspect was that until GetActiveProject() is ready to return non-NULL,  ControlToolBar::RegenerateToolsTooltips() cannot get the project's CommandManager, so cannot get the shortcuts. Changed ControlToolBar::RegenerateToolsTooltips() to be public and now call it late in wAudacityProject(). When called before the project is completely instantiated, in the rewritten ControlToolBar::RegenerateToolsTooltips(), it just sets the tooltips to the names without the keys, pretty much as now -- but I don't think users will ever see that because of the subsequent call. 

Anyway, did it in a more programmatic way than the previous code, which reduces string literals duplication.

Btw, I changed the start value for the ID_PLAY_BUTTON because the former value of 0 causes FindWindow() to return the toolbar rather than the button -- wxWidgets bug. 

Also got rid of some cruft and applied a few WXUNUSED.
2013-07-23 22:07:56 +00:00
v.audacity
019ec26ddf updated comment 2013-07-22 03:47:24 +00:00
v.audacity
0726da24f2 fix for P2 http://bugzilla.audacityteam.org/show_bug.cgi?id=641, I hope 2013-07-18 04:18:59 +00:00
v.audacity
36361a6b86 Leland's patch to fix http://bugzilla.audacityteam.org/show_bug.cgi?id=543 -- Hope it doesn't have line ending issues. 2013-07-18 03:28:15 +00:00
v.audacity
c2e0257da5 Metadata Editor:
* "Open Me&tadata Editor..." -> "Edit Me&tadata..." because it's more concise, matches other occurrences, and eliminates any confusion about file opening. 

* In AudacityProject::OnEditMetadata(), "Edit the metadata tags" -> "Edit Metadata Tags": more concise, and brings in line with capitalization standard for dialog titles. 

* Likewise for capitalization in other invocations of ShowEditDialog in ExportMultiple.

* In TagsEditor::PopulateOrExchange(), "RETURN key" -> "ENTER key" because I don't recall ever seeing a Return key on a comnputer (!).
2013-07-10 01:22:55 +00:00
RichardAsh1981@gmail.com
554ba49f6d Patch by Steve the Fiddle to provide more logical behaviour after Make Stereo Track 2013-07-09 19:32:57 +00:00
RichardAsh1981@gmail.com
77f9609fdf remove some variables which are set and never read, based on part of a patch by Steve the Fiddle 2013-07-09 19:26:23 +00:00
RichardAsh1981@gmail.com
41be5788cb remove the obsolete and probably undistributable rtaudio source, not usable since 2007 2013-07-09 19:12:40 +00:00
windinthew
4fb4a9b08b Missing quotation mark was hiding most of the "help" info text. 2013-07-08 12:51:59 +00:00
prlivesey
bc97faed80 Tweak ito Xcode project file.
Fix linking issues with mod-nyq-bench.
Shared library builds still have a missing
symbol error but static builds appear to
work now.
2013-07-05 09:50:10 +00:00
v.audacity
40254b1796 simplified version of Steve's patch for bug 357 -- Never need to update array size in two places again. 2013-06-30 04:09:56 +00:00
v.audacity
fe01337aaa Remove a couple of compiler warnings. 2013-06-30 04:07:48 +00:00
v.audacity
3d204337aa Steve's Daulton's patch for bug 640 2013-06-30 03:47:59 +00:00
v.audacity
8ad21677b8 Improve a comment. 2013-06-29 00:27:43 +00:00
prlivesey
f27ba35bc1 Added mod-nyq-bench as a build target to the Xcode project. 2013-06-28 23:48:59 +00:00
v.audacity
75bbcc6884 BYTE is Windows only. Change it to unsigned char. 2013-06-28 22:34:58 +00:00
RichardAsh1981@gmail.com
b48e6883c6 remove other traces of iAVC now that AVCeffect is gone 2013-06-28 18:58:37 +00:00
prlivesey
59bf545179 Removed ChangeLength from the project file, matching r12393.
AvcCompressor was not in there to remove.
2013-06-28 10:36:33 +00:00
windinthew
bcc4a5707f Update by Antonio Paniagua 2013-06-28 09:54:50 +00:00
v.audacity
3d6c0d029f Make Windows installation consistently go to common access rather than user-specific, per forward from Buanzo of message feedback@ message from "Heath Parker". 2013-06-28 05:50:56 +00:00
v.audacity
714049ffce 2013-06-28 03:41:14 +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
d579be476a Remove specific effects from credits. 2013-06-27 22:40:43 +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
RichardAsh1981@gmail.com
3e194f042c Add a number of contributors to the bundled Nyquist effects who had been previously credited in the effects. We have never released iAVC so don't list it here. 2013-06-26 18:59:22 +00:00
RichardAsh1981@gmail.com
325888d34d move author credits and license information into comments, not the plug-in UIs. Matches built-in effects in Audacity. 2013-06-26 18:35:33 +00:00
windinthew
62de33efe1 Update by Martin Srebotnjak 2013-06-26 06:04:39 +00:00
v.audacity
607ddbe193 Improve the Dry Preview button horizontal spacing after Preview button. 2013-06-26 03:40:54 +00:00
v.audacity
dfbbd43baf Improve spacing between Preview and Dry Preview buttons, and comments. Stop some compiler warnings. 2013-06-26 03:33:03 +00:00
v.audacity
7d7b0a3e00 Steve Daulton's fix for PitchIndex() to round in the correct direction for negative MIDI numbers. 2013-06-26 00:18:01 +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
windinthew
055714bc95 Update by Inácio Barroso 2013-06-22 06:59:08 +00:00