森の子リスのミーコの大冒険
12146d7d99
Update Japanese Translation
2021-04-04 20:01:15 +01:00
vishalnarnaware
632ac4ca8e
Bug 2511 - Enh: Remove the "Variable Speed: Fast / Standard" option from MP3 dialog
...
Remove Variable Speed and make Fast default
2021-04-04 13:56:00 +01:00
SteveDaulton
f16d74e745
Fix Bug 2722 - Noise Gate fails on a one hour stereo selection
...
Also fixes bug 2733 - Noise Gate 'Level Reduction' has a minimum of -60 dB.
Thanks to Roger for 'snd-oneshot' suggestion.
2021-04-04 11:01:16 +01:00
Leland Lucius
19df017d1f
Save the log file during exit
...
This will save the current log to the Audacity config directory and
a name of "lastlog.txt". This is for diagnosing errors that may
occur during Audacity exit.
2021-04-03 14:09:52 -05:00
James Crook
cca372fb92
Bug 2676 - Export: Incorrect handling over 0 dB
...
This bug was caused by dither being applied to all float output,
and dither clips to +1/-1 to avoid high values, especially NaNs,
polluting audio downstream.
Dither was applied because of an incorrect fix for Bug 1572.
The 1572 fix assumed SF_FORMAT_PCM_24 was a (1 << N)
value, rather than from an enumeration. Hence a check
involving it requires a mask, which it now has.
2021-04-03 13:51:35 +01:00
James Crook
f5317775a0
Bug 2672 - Plug-ins listed in reverse alphabetic order in Plug-ins Manager
2021-04-02 19:49:07 +01:00
Joachim Huffer
f1ad41c9a7
Update German Translation
2021-04-02 11:51:44 +01:00
Patriccollu Gmail
7c52ea69b8
Update Corsican Translation
2021-04-02 10:43:20 +01:00
James Crook
ee446c6075
Fix LC_ALL not found build breakage.
2021-04-02 10:43:20 +01:00
Leland Lucius
e80ec51a32
Bug 2709 - Mac: Missing sub-menu check marks in French
2021-04-02 03:37:23 -05:00
Leland Lucius
811065cff4
Bug 2694 - Coloring of tracks in Mixer Board are awry
2021-04-02 01:11:44 -05:00
Leland Lucius
988e90ea54
Change to a KEY_DOWN event instead of CHAR event
...
This should prevent pasting and backspace as well.
2021-04-01 20:29:35 -05:00
Leland Lucius
e47f27b106
Prevent keyboard navigation from being blocked on Mac
...
Readonly or non-editable text controls block keyboard navigation
on the Mac, so make them normal text controls, but block any edits.
2021-04-01 20:01:39 -05:00
Leland Lucius
7a55c90b9d
Bug 2692 - Mac: VI users get trapped in radio buttons of Keyboard Preferences
...
This also corrects similar problems in other locations as well.
2021-04-01 20:00:12 -05:00
Michele Locati
cf09d4feea
Update Italian Translation
2021-04-01 14:50:16 +01:00
Martin Srebotnjak
38964130cf
Update Slovenian Translation
2021-04-01 14:46:49 +01:00
Bashishtha Singh
1ad1dcd2d9
Update Hindi Translation
2021-04-01 14:46:05 +01:00
Thomas De Rocker
b7da47e6fa
Update Dutch Translation
2021-04-01 14:44:47 +01:00
Hwanyong Lee (Ajou)
5858ef9d29
Update Korean Translation
2021-04-01 14:43:38 +01:00
Jesse Lin
e5c177457c
Update Chinese Translation
2021-04-01 14:42:32 +01:00
Nikitich
41b65d35c7
Update Russian Translation
2021-04-01 14:40:27 +01:00
Bruno Ramalhete
f17914c6fe
Update Portuguese (pt_PT) Translation
2021-04-01 14:39:27 +01:00
Grzegorz Pruchniakowski
1a1c255013
Update Polish from Transifex
...
Update Polish from Transifex
Greetings,
Gootector
2021-04-01 13:38:48 +02:00
Leland Lucius
392a060389
Bug 2700 - "Failed to open the project database"
2021-04-01 01:13:15 -05:00
Serkan ÖNDER
1ee130a92f
Turkish translation updated to 3.0.1
2021-03-31 20:40:18 +03:00
Sampo Hippeläinen
02c028ecdd
Update Finnish Translation
2021-03-31 17:18:56 +01:00
Olivier Humbert
a56a76eba0
Update French Translation
2021-03-31 17:18:18 +01:00
Yuri Chornoivan
00aa86714b
Update Ukranian Translation
2021-03-31 17:17:42 +01:00
James Crook
ae5e768023
Bug 2726 - Enh: Some preference changes are not written until Audacity exits
...
Also fixed a bug with GetPreferences, where uninitialised pointers
could be used that were only meant for use when editing values
(in which path they would be initialised).
2021-03-31 16:15:51 +01:00
James Crook
da9283ac6c
Update po and pot files
2021-03-31 13:15:53 +01:00
James Crook
1f1f1d43f6
Add C number format option (disabled)
...
The option to force decimal point in numbers and not
use comma is an experiment to work around bug 2709
It's disabled, because wxWidgets checks for a mismatch
between locale and number format, and disallows it. To get
it working correctly might require patching wxWidgets.
This change does get the option string into our source code
so that translators can translate it.
2021-03-30 15:46:27 +01:00
Antonio Paniagua Navarro
5495f7ca17
Update Spanish Translation
2021-03-29 21:51:17 +01:00
Serkan ÖNDER
847316483d
Update Turkish Translation
2021-03-29 21:51:17 +01:00
pafri
1ef80d8fe1
Update Czech Translation
...
I've updated the file, that I previously worked on in 2020, for the new version of Audacity 3. Greetings
2021-03-29 21:51:17 +01:00
Roger Dannenberg
91a557d838
This fixes a problem with nyquist's TRIGGER retaining samples (see comment 2, Bug #2698 ). This version of samples.c was accidentally omitted from an earlier commit.
2021-03-29 16:14:09 -04:00
Dmitry Vedenko
f1395ff621
Bug 2718 - improve the error message when opening a project in a read-only directory.
2021-03-29 18:40:40 +01:00
Leland Lucius
0a085daa92
Fix build
2021-03-29 00:05:44 -05:00
Leland Lucius
7ad50cb0ca
Bug 2703 - Mac: EGAT preview dialog is hidden behind the EGAT dialog
2021-03-28 23:01:20 -05:00
Leland Lucius
895c527b6a
Bug 2703 - Mac: EGAT preview dialog is hidden behind the EGAT dialo
2021-03-28 22:56:57 -05:00
Roger Dannenberg
ff60f598f3
Fixes 2 bugs in Nyquist: (1) Bug 2706 probably already has a workaround in place, but the original code called snd-samples with ny:all for the maximum length to retrieve, and now that ny:all is bigger than 32-bits, the value was getting truncated. This change fixes legacy code to be 64-bit-aware. (2) allows sounds to be accessed beyond their stop time even when they stop in the middle of a block of samples. For example, this Nyquist prompt no longer generates garbage or crashes:
...
(setf idur 5000)
(setf impulse (extract-abs 0 (/ idur *sound-srate*) (cue *track*)))
(mult 0.01 (convolve *track* impulse))
2021-03-28 22:55:36 -04:00
Leland Lucius
c9afd39845
Bug 2723 - VST_PATH environment variable fails for non-standard locations
2021-03-28 14:02:21 -05:00
JohnColket
eb39642969
Bug 2663 - Audacity can make unwanted moves of toolbars ( #776 )
2021-03-28 09:16:09 +01:00
James Crook
ab8fdeacae
Don't translate empty string.
...
Gnu gettext complains, if you do.
"gettext("") returns the header entry with
meta information, not the empty string."
2021-03-27 23:29:32 +00:00
James Crook
7f1705ee71
Fix build (long vs int64_t issues)
2021-03-27 21:55:14 +00:00
Roger Dannenberg
ec48931739
I very recently pushed nyx.c thinking it was the same one pushed earlier by Steve. This version has some fundamental changes to keep reading/writing of multiple channels synchronized and insuring that the same number of samples are written to every channel. There are some minor differences like using printf instead of stdputstr and I tried to follow what I found in the nyx.c that has been in use for a long time.
2021-03-27 17:32:02 -04:00
Roger Dannenberg
78235c9a0e
Merge branch 'master' of https://github.com/audacity/audacity
2021-03-27 17:01:12 -04:00
James Crook
3efd8e3ea0
Bug 2710 - Compressor with audio before T=0 crashes Audacity
2021-03-27 20:59:50 +00:00
Leland Lucius
125114cfe7
Bug 2700 - "Failed to open the project database"
...
Only information gathering changes...not a fix
2021-03-27 14:26:30 -05:00
James Crook
6908d37a90
Bug 2720 - Error message improvement.
...
The error message occurs whether or not the blockfiles
are 'orphan blockfiles', so change the wording.
2021-03-27 19:10:26 +00:00
James Crook
e19d1f2340
Bug 2720 - Residual
...
Handling of failed to open. Now if we fail, we abandon that connection,
rather than plough on.
2021-03-27 17:54:14 +00:00