1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

13048 Commits

Author SHA1 Message Date
Paul Licameli
83efa5a0df Remove flags from Experimental.h not used anywhere else 2021-04-27 12:40:06 -04:00
Paul Licameli
b45882e8a0 Move some conditionally compiled declarations out of Experimental.h 2021-04-27 12:40:06 -04:00
SteveDaulton
b4b5cc8124 Bug 2757 - No support for Jack Audio System 2021-04-26 15:45:40 +01:00
SteveDaulton
921f40255d Bug 1091 Spectral Edit effects may have unpredictable results 2021-04-25 14:39:57 +01:00
James Crook
28a634c5e2 Bug 2671 - ENH: "Show track name as overlay" cannot be turned on from main menus 2021-04-24 12:21:25 +01:00
Ian McInerney
91be0e6969 Ensure declaration of function matches its definition
It was defined as taking a size_t paramater when it was written,
so the declarations used to call it should also use a size_t parameter
to ensure the call is correct.
2021-04-23 09:12:30 +01:00
SteveDaulton
2eab4d7b11 Remove irrelevant comment
While it would be nice to have access to *track* properties, ;tool type
plug-ins do not iterate through tracks, so this is not possible.
2021-04-21 13:00:38 +01:00
SteveDaulton
99a2b4c48a Nyquist-Macros should add state to history 2021-04-21 12:05:27 +01:00
Leland Lucius
795c097ea9 Fix VBR check in MP3 importer
Reported here:

35e88d995b (r49760178)
2021-04-20 11:50:31 -05:00
James Crook
db5a988e7f Bug 2466 - Linux: Filter Curve EQ GUI far too wide 2021-04-20 15:32:55 +01:00
James Crook
678dffa012 Bug 2743 - The first use of the "window" command in LOF files is ignored by Audacity 2021-04-20 11:51:15 +01:00
Grzegorz Pruchniakowski
b10a9897c4 Update pl.po from Transifex - fixes
Update pl.po from Transifex - fixes

Greetings,
Gootector
2021-04-20 09:09:21 +01:00
James Crook
d47264accf Fix compilation with llvm 11.0.1 2021-04-19 12:59:36 +01:00
James Crook
bef40f0ab9 Bug 2743 - The first use of the "window" command in LOF files is ignored by Audacity 2021-04-19 12:59:36 +01:00
James Crook
224053f0ff Proper path for directory out. 2021-04-19 12:59:36 +01:00
James Crook
8fbbcccc6c Restructure SQLITE_OK tests 2021-04-19 12:59:36 +01:00
James Crook
16444b9ad2 Update for 3.0.3 2021-04-19 12:58:32 +01:00
James Crook
ff5003a9db Set BUILD_LEVEL 2, in preparation for release. Audacity-3.0.2 2021-04-13 20:53:40 +01:00
James Crook
ebf0c103b6 Bug 2744 - Manual: Incorrect escaping of backslash character 2021-04-13 20:53:06 +01:00
Leland Lucius
910addfc7e Bug 2745 - Exiting Audacity with a never saved project takes massively longer in 3.0.2 than 3.0.0 2021-04-12 23:50:22 -05:00
Leland Lucius
853e6e9fe7 Fix build when FFmpeg is disabled 2021-04-08 02:11:58 -05:00
Paul Licameli
42f01f9188 Fix dangling pointer in lambda capture for checkpoint thread 2021-04-10 21:52:51 -04:00
James Crook
b73aa1cfc0 Update Wording
Include the wording updates that were queued up at:
https://wiki.audacityteam.org/wiki/Wording
2021-04-10 10:14:52 +01:00
James Crook
67ecb0e255 Update for 3.0.2 2021-04-09 19:43:46 +01:00
James Crook
9e3c98202f Bug 2734 - Apply macro may not create the macro-output folder in the source directory
Now macro-output is placed in your default documents folder (if no
path specified) or in the path you specify (if a path was specified).
2021-04-09 19:05:19 +01:00
Leland Lucius
e22af714af Bug 2736 - Recent files list can be replaced by ExportCL commands 2021-04-08 20:11:42 -05:00
Jesse Lin
20f9bde218 Update Chinese (zh_TW) Translation 2021-04-08 21:54:00 +01:00
Leland Lucius
b67c71688b A bit more checkpoint thread cleanup
Just some additional error checking and moves the close of the db
to the main thread where it was opened.  Not required, but...
2021-04-08 15:18:32 -05:00
Paul Licameli
40d3a36296
Bug2700: intermittent failure to open project database... (#799)
... Logging data from the wild shows that the SELECT query in
ProjectFileIO::CheckVersion() returned SQLITE_BUSY sometimes.

A plausible explanation is that the concurrently starting checkpoint thread
was sometimes creating a new connection simultaneously.

Instead, serialize the creation of the two connections in the main thread and
pass the second one ready made into the checkpoint thread.
2021-04-08 13:56:06 -05:00
Leland Lucius
cceaf0d162 Add a busy timeout of 5 seconds 2021-04-08 13:53:50 -05:00
dmtrs32
354e62e033 Update Greek Translation 2021-04-06 23:48:48 +01:00
Antonio Paniagua Navarro
30e6685c9a Update Spanish Translation 2021-04-06 18:20:33 +01:00
James Crook
5092414757 Error reporting for open new project. 2021-04-06 18:09:28 +01:00
Quentin PAGÈS
fd5573db7d Update Occitan Translation 2021-04-05 20:48:42 +01:00
James Crook
f67a23c36f Update CHANGELOG and README 2021-04-05 20:43:35 +01:00
Cleber Tavano
36b4bd0fee Update Portuguese (pt_BR) Translation 2021-04-05 10:43:21 +01:00
James Crook
df5c8d41fb Fix build (missing include file) 2021-04-05 10:43:21 +01:00
Leland Lucius
6450495426 Bug 2211 - Mac: keyboard navigation problem in Libraries preferences dialog 2021-04-05 03:37:36 -05:00
James Crook
d01776be5a Merge remote-tracking branch 'upstream/pr/795' 2021-04-04 23:05:44 +01:00
Leland Lucius
d9260df634 Some additional error checking and logging 2021-04-04 14:18:05 -05:00
Bruno Ramalhete
187da2e9d0 Update Portuguese (pt_PT) Translation 2021-04-04 20:02:14 +01:00
森の子リスのミーコの大冒険
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