1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 14:18:53 +02:00

2560 Commits

Author SHA1 Message Date
Leland Lucius
d7d1de46f8 Revert "Possible fix for VST crash when not in debugger."
This reverts commit 2b24de978cd6e511dd22ae4b3bba308b0820a67e.
2015-07-05 13:44:14 -05:00
James Crook
2b24de978c Possible fix for VST crash when not in debugger.
Suspected that the array is not big enough.
2015-07-04 22:38:58 +01:00
James Crook
60529e4a9e 2.1.1. IS_ALPHA -> 0
Preparation for RC1 for 2.1.1.
2015-06-29 00:31:44 +01:00
Leland Lucius
54edb67341 Make sure vocalridiso.ny plugin autoregisteres 2015-06-27 13:42:33 -05:00
Leland Lucius
d28ac9ea61 Fix LV2 effect recognition between 2.1.0 and 2.2.0 2015-06-27 10:53:42 -07:00
Leland Lucius
7071c9952c Hopefully this will provide a decent workaround for bug 1045
Basically, an LV2 effect that contains port types that Audacity
doesn't understand will be unavailable for use.
2015-06-26 09:58:37 -07:00
Paul Licameli
9c957d43b1 Bug1013: normalize keystroke named in status bar, for Mac 2015-06-24 13:34:02 -04:00
Paul Licameli
ccebaf9d95 Bugs 1043, 1044 -- Be careful with new display modes in preferences
Write a new key so version 2.1.0 isn't confused by the reordered values

Add some future proofing against similar to 2.1.1 code
2015-06-23 13:12:07 -04:00
Leland Lucius
54802dded9 Part 2 of fix for bug #1045 2015-06-23 09:10:06 -05:00
Leland Lucius
404dd924f5 Fix for bug #1045 2015-06-23 00:39:15 -05:00
Leland Lucius
bb04d9cf4c Fix for bug #953 again
I can't believe it actually built for me with the previous attempt.
2015-06-21 21:43:49 -07:00
Leland Lucius
218172d12a Forgot to add the new file in fix for bug #953 2015-06-17 11:26:41 -05:00
Leland Lucius
2188f492a6 Fix for wx3 build problem reported by David Avery. 2015-06-16 18:30:58 -05:00
Leland Lucius
14bb4ab766 Fix for bug #953 2015-06-16 18:27:19 -05:00
Leland Lucius
602e21358c Do not cause duplicate ".aup" extensions to be added on OSX
The real problem is that there's a lot of code that is looking
for the ".aup" extension, but it's not using case insensitive
comparisons.

But that'll have to get resolved ... later.
2015-06-16 00:03:03 -05:00
Leland Lucius
de1fe0ae37 Fix for bug #1034 2015-06-15 23:38:02 -05:00
Steve Daulton
0d86cd1fd5 Fix: Update History window after deleting levels.
ToDo: fix capitalization of textbox labels.
2015-06-16 01:42:42 +01:00
David Bailes
a6808609ea Added i18n-hint for transport status strings in the status bar. 2015-06-13 16:48:57 +01:00
Leland Lucius
6960270270 Fix for bug #1016 2015-06-12 23:13:11 -05:00
Leland Lucius
1b369be614 Fix (hopefully final) for bug #1010. 2015-06-12 23:10:23 -05:00
Paul Licameli
60956bad79 Merge: Fix hit test for samples in multi tool in Waveform dB view 2015-06-12 12:25:28 -04:00
Paul Licameli
a585b3bbac Fix hit test for samples in multi tool in Waveform dB view 2015-06-12 12:22:51 -04:00
Leland Lucius
1ebe0d5868 Fix for bug #1025 2015-06-12 10:09:59 -05:00
Steve Daulton
8f3c8ac01b Fix - Generate should replace selection.
Generate Silence needs to be inserted into the selection
rather than overwriting mT0 to mT1.
2015-06-12 13:03:14 +01:00
Paul Licameli
4d2825e3d1 Bug837 Fix mismatch of spectrum display and vertical ruler...
... It was caused by unnecessary rounding to integer for "minSamples" and
"maxSamples".

Which were also misleading variable names, so I changed them.  And took the
excuse to rename some other variables.
2015-06-11 23:26:19 -04:00
Paul Licameli
97f06ec09c Less shimmer and maybe less CPU in display updates for scroll-scrub, because...
... tolerant comparison of pps values allows more cache reuse and avoids the
changing alignment of pixels to samples that causes the "shimmery" update.
2015-06-11 10:26:38 -04:00
David Bailes
8f9eda0214 Changed label, and name of AdornedRullerPanel to Timeline. Change requested by Robert Hänggi. 2015-06-11 13:15:42 +01:00
Leland Lucius
b000568d49 Fix for bug #1023 2015-06-10 21:59:02 -05:00
Paul Licameli
b24e0f9115 Change min/max frequency in spectrogram prefs causes display refresh (again)
... Sorry I broke that!
2015-06-10 14:49:04 -04:00
David Bailes
d5ea9a678e Fix for translations of strings for screen readers in MeterAx::GetName. The translations of strings which had a leading space did not always preserve this leading space, resulting in merged words. Therefore separate spaces were added, and the original strings left unchanged so that no new translation work is required. 2015-06-10 14:09:56 +01:00
David Bailes
cc9ac9804f Meters: fix indication of clipping for screen readers. 2015-06-10 13:56:47 +01:00
David Bailes
f98678c03a Fix for accessibility name of plug-in manager dialog. Just fixing a typo. 2015-06-10 09:00:39 +01:00
Paul Licameli
162418ff07 Fix compilation warnings 2015-06-10 02:04:07 -04:00
Paul Licameli
79305db179 Project.h does not need Meter.h 2015-06-10 00:29:47 -04:00
Paul Licameli
3a3b2d066c fix compilation warnings 2015-06-09 15:30:42 -04:00
Leland Lucius
34114aa1f7 Change "Builtin" to "Built-in" 2015-06-09 14:02:09 -05:00
Paul Licameli
e8d676c961 fix compilation warning 2015-06-09 14:22:13 -04:00
Paul Licameli
2e06d9c4fe class not struct, minor change 2015-06-09 13:59:25 -04:00
Leland Lucius
f040dd75b0 Change accessible title as well 2015-06-09 12:48:16 -05:00
Leland Lucius
19baefd186 Change plugin manager title 2015-06-09 12:35:01 -05:00
Leland Lucius
7d3c055200 Fix for bug #1017 2015-06-09 00:39:25 -05:00
Paul Licameli
0bed89419f More for bug 1014: stop scrubbing when switching out of select tool...
... Verified that this works for presses on tool buttons, and keys A, D, F1,
..., F6.

Also fix conditional compilation with EXPERIMENTAL_SCRUBBING_BASIC not defined.
2015-06-08 09:56:17 -04:00
David Bailes
d395a61450 Fix for initial width of actual rate field of status bar. This was too big, and causing messages in the main field to be truncated. 2015-06-08 12:33:20 +01:00
David Bailes
b65a3e00b7 Screen reader fix for radio buttons in Plug-in manager dialog. When setting radio button, nvda was also reading the selected item in the list. Fix is that the accessibility object for the list item is selected by not focused. 2015-06-08 11:43:22 +01:00
Paul Licameli
bb42f6e7c0 More minor spectrogram drawing changes...
... Removed an unnecessary zero-filling, added comments, removed a duplication
with a loop.
2015-06-07 17:37:52 -04:00
Paul Licameli
e943382953 Bug1014: Do not change the cursor for selection adjustment while scrubbing.
(Cursor may still change to the "forbidden" symbol at a boundary between clips.)
2015-06-07 17:11:50 -04:00
Leland Lucius
bc11576d22 Don't save interpreted strings to settings 2015-06-07 13:27:36 -05:00
Leland Lucius
f3f8e9cedb Make autosave filename English to work with Arabic translation on LInux
And just fix up a few comments.
2015-06-07 12:38:29 -05:00
Leland Lucius
a1edf31c99 Hopefully this will "fix" the Serbian (Cyrillic) issues on OSX.
Since I ran out of time, I put OSX back to the way it was in
2.1.0...forced locale to en_US.  Heck, I'm not sure there is
a "real" fix anyway.

At least, the problem languages appear to be happy now, even
when using the validators.
2015-06-07 08:03:18 -05:00
Leland Lucius
b1591b5767 Fix initialization when running from a chain
If the effect was run from a chain without first going into the
effect's dialog, it would error out cause the duration hadn't
been set properly.
2015-06-07 07:08:41 -05:00