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

3592 Commits

Author SHA1 Message Date
James Crook
89ee04294c Merge remote-tracking branch 'dave/labeleditor' 2015-05-21 14:58:24 +01:00
James Crook
12993a3547 Disabled EXPERIMENTAL_EFFECT_MANAGEMENT
I also changed it so that if it is enabled ALL built in effects are enabled.
2015-05-21 14:27:36 +01:00
David Bailes
7b88005899 Change to the initial row selected in label editor. The initial row is the nearest previous label. If there is not one, then its the first label. 2015-05-21 14:16:06 +01:00
Steve Daulton
0dbaa76a7b Linear preview flag for Nyquist plug-ins. 2015-05-20 21:12:05 +01:00
Steve Daulton
d0634be6bf Fix non-linear preview time. 2015-05-20 20:38:29 +01:00
Steve Daulton
1a2486b01a Fix for bug 963
When using FloatingPointValidator and calculating the min / max
range as floats or doubles, the validated control value has been
rounded to 'n' decimal places, but the min / max range have not
been rounded. It is therefore a matter of chance whether the
rounded control value, when at the extreme limit of the range,
is within the higher precision range or not.
2015-05-20 17:52:02 +01:00
Leland Lucius
d2a6f8dbc2 Change default to -1.0 from 0.0 2015-05-20 10:56:19 -05:00
Leland Lucius
d7ffab7825 Put the "Debug" button in the right place on OSX 2015-05-19 22:18:07 -05:00
Leland Lucius
f0d1dda3f9 Fix crash in FreqWindow when replotting without any tracks 2015-05-19 22:17:25 -05:00
Paul Licameli
0ac4c53bb9 Merge: Bug920 - Backward playback when selection beyond end of the project 2015-05-19 22:53:30 -04:00
Paul Licameli
c1f093ed2e Bug920 - Backward playback when selection beyond end of the project 2015-05-19 22:52:16 -04:00
Paul Licameli
32799622ad Merge remote-tracking branch 'audacity/master' into scrubbing-temp 2015-05-19 22:49:20 -04:00
Leland Lucius
b08fc3ca68 Change order of menu items in effect Manage menu 2015-05-19 21:25:44 -05:00
Paul Licameli
e14144b01f Merge: Bug928, and probably Bug925, when trying to scrub left of time zero 2015-05-19 21:47:18 -04:00
Paul Licameli
2ce350dd20 Bug928, and probably Bug925, when trying to scrub left of time zero 2015-05-19 21:45:19 -04:00
Paul Licameli
6c7604d2cf Merge Bug926 -- do not scrub past right end of tracks 2015-05-19 21:15:02 -04:00
Paul Licameli
51930f0cdd Bug926 -- do not scrub past right end of tracks 2015-05-19 21:13:36 -04:00
Paul Licameli
cc9420ff0a Merge remote-tracking branch 'audacity/master' into HEAD 2015-05-19 21:11:03 -04:00
James Crook
9bef4869c8 LinkingWindow now handles https as well as http. 2015-05-19 21:31:21 +01:00
Cory Cook
0f54fc31f2 Fix remnant effect on batch process
UndoManager::ClearStates was not removing effect tracks generated during
batch processing.
2015-05-19 13:20:24 -07:00
Cory Cook
c391ebc12d Revert "Fix remnant effects on batch command for multiple files."
This reverts commit dbac9b7cd7b4f56efcbcd1670466e575f01f51cb.
2015-05-19 13:17:42 -07:00
Cory Cook
dbac9b7cd7 Fix remnant effects on batch command for multiple files. 2015-05-19 13:16:49 -07:00
Paul Licameli
f7df5d2a02 Merge: Scrub with ctrl-left clicks, not middle drags; also fix bug 937 2015-05-19 12:08:53 -05:00
Paul Licameli
35ac843baf Scrub with ctrl-left clicks, not middle drags; also fix bug 937
Bug 937 was a consequence of mouse capture for drag, which no longer happens.

Scrubbing starts with ctrl- (or cmd-) left- (double-) click, after which mouse
movement and shift key and scroll wheel (undepressed) govern scrubbing.  No
buttons need be held.  Another ctrl/cmd-left click can stop scrubbing, and so
can SPACE or Stop button or other commands that stop normal playback.
2015-05-19 12:03:04 -05:00
Paul Licameli
772aa60b97 Merge remote-tracking branch 'audacity/master' into scrubbing 2015-05-19 11:41:00 -05:00
David Bailes
335ec77020 changes to try to ensure that ok and preview are enabled when amplify is opened, and peak is set to 0.0. It was working on windows but not on linux 2015-05-19 16:15:43 +01:00
Leland Lucius
d0d8f37d85 Correct dialog background color on GTK 2015-05-19 09:51:06 -05:00
Leland Lucius
5c50b9ab6c Change output fields to meters and correct window sizing 2015-05-19 09:47:37 -05:00
Leland Lucius
fc8dc0de3f Use a white background on all platforms 2015-05-19 09:46:22 -05:00
Leland Lucius
7f96d16fb3 Fix window sizing and meter drawing 2015-05-19 09:45:36 -05:00
Leland Lucius
21d69946e4 Fix ruler background on GTK 2015-05-19 02:39:42 -05:00
Leland Lucius
97ea29cd8c Fix missing frequency ruler on OSX 2015-05-19 02:38:12 -05:00
Leland Lucius
73d9cfc520 Fix background color on OSX 2015-05-19 02:37:26 -05:00
Leland Lucius
58a5dee02c Fix background drawing in Nyquist and Vamp effects 2015-05-19 02:35:46 -05:00
James Crook
91cc97525f Version number in warning now AUDACITY_VERSION_STRING 2015-05-18 20:01:55 +01:00
David Bailes
f458df1c7b Changes to a number of dialogs so that the NVDA screen reader can read the titles. Missed these in my last patch. The accessibility name of the dialog is set to the title. 2015-05-18 13:57:05 +01:00
Steve Daulton
19e068f087 Allow more decimal places for noise generator amplitude.
Noise generator now has the same precision as Tone and Chirp.
2015-05-18 01:06:15 +01:00
Steve Daulton
4d0c7cd97b Fix for bug 930.
Calculate with doubles rather than float.
Simplify calculation of max/min peak.
Slight hack to work around limitation in FloatingPointValidator.
Allow 'close equality' in CheckClip().
Tested on Debian 8 and Release build on Ubuntu 14.10.
2015-05-18 00:21:23 +01:00
James Crook
9568f97054 wx3 Warning Improved
Now mentions the actual version of wxWidgets used, and links to wiki page rather than direct to bugzilla.
2015-05-17 23:24:27 +01:00
Leland Lucius
5817fec5c7 Make sure to layout the button swap on Windows 2015-05-17 11:10:16 -05:00
yam
6df443bd37 Fix background (behind button bar) drawing on GTK 2015-05-17 10:25:47 -05:00
James Crook
b51d3b2055 Fix Red and Green in Scrubbing
We have a policy in how we use red and green in the UI, so these colors in scrubbing were changed to 'orange' and 'lime'.
2015-05-17 09:47:38 +01:00
Leland Lucius
436fc86159 Should fix bugs 763 and 896 2015-05-17 01:57:40 -05:00
Leland Lucius
913cfe23b4 Fix for bug #879 2015-05-17 01:02:52 -05:00
Leland Lucius
b60e4e3b2c Fix for bug #882 2015-05-17 00:38:18 -05:00
Leland Lucius
b88646616a Prompt to replace existing preset and don't allow blank name. 2015-05-17 00:19:35 -05:00
Leland Lucius
a7203c5d3f Fix crash when certain effects are open and a new project window is created
This affected VST, LADSPA, LV2, and Audio Unit effects.
2015-05-16 22:14:07 -05:00
Leland Lucius
0d89483df7 Add missing include 2015-05-16 18:00:24 -05:00
Leland Lucius
cbcc78b183 Fix for bug #887
A little overkill, but low risk since the majority of the source
changed isn't actually used.
2015-05-16 17:57:01 -05:00
Leland Lucius
f98d9ce712 Add a couple of missing contributors 2015-05-16 17:29:14 -05:00