1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

12677 Commits

Author SHA1 Message Date
Leland Lucius
b6392f23d8 Force opening in low resolution on the Mac 2021-01-18 13:53:50 -06:00
Paul Licameli
4668e351a5 Rename enum value to eWinFuncHann 2021-01-17 12:24:38 -05:00
Paul Licameli
cccc7a7c4e Keep !defined(MIDI_THREAD) branch compilable...
... The break was caused by ffa67d2 which split the base class AudioIoCallback
out of AudioIO.

This change only demotes some member declarations from AudioIO into
AudioIoCallback, and changes the qualified names of function definitions.

So now you can eliminate #define MIDI_THREAD in AudioIO.h and rebuild.
2021-01-16 14:34:22 -05:00
Paul Licameli
6b42c92651 Small correction to commit 549dacf 2021-01-16 13:32:59 -05:00
Paul Licameli
43574553fc Break dependency cycle introduced at 50f3321...
... This only cuts and pastes some functions from FileNames to another new file
and namespace, and changes namespace qualifiers where they are called.

The cycle resulted because of the need to include widgets/ErrorDialog.h
2021-01-16 13:28:37 -05:00
Leland Lucius
086cacad76 Bug 2616 - Labelled Audio Cut and Delete disabled by Sync-Lock
This is only for information gathering. I don't believe that
simply allowing the use of these two menu items is sufficient.
I believe more work will need to be done, but I wanted to get
it in the QA hands.
2021-01-16 02:26:35 -06:00
JohnColket
549dacf054
2582 enh repeat last process (#722)
* Enhancement: Add Repeat Last Process

* add include UndoManager.h
2021-01-15 14:22:38 +00:00
Leland Lucius
8aaecdc596 Bug 2631 - Silent crash during "discard selected" processing from Recovery dialog. 2021-01-14 21:30:10 -06:00
Leland Lucius
9e53df0c47 Fix handling of Unicode when decoding project blob
If a TAG with Unicode characters outside the normal ASCII
range were saved to an AUP3, you would not be able to reopen
it and you'd receive the following error:

   Unable to parse project information.
2021-01-14 01:09:21 -06:00
Leland Lucius
171d8cf26c Bug 2613 - Selection bar sample display incorrect in German
This changes the way the decimal point is specified in the
PO files...uses '<' for "," and ">" for ".".

By doing this the translator is free to use "." or "," in the
digits fields as their language requires.
2021-01-12 19:19:44 -06:00
Paul Licameli
88f059fcf1 dropQuickly branch always consumes just as many samples as the other 2021-01-12 08:41:36 -05:00
Paul Licameli
bf6d94ce57 Remove unused AudioIoCallback::mAudioCallbackClockTime 2021-01-12 08:40:21 -05:00
Paul Licameli
7b513ce0c4 Start backward scrub, sometimes play head move a little forward; fix 2021-01-12 08:39:54 -05:00
Paul Licameli
510c5683d9 Increase time queue allocation by one entry...
... guarantee the gap between producer and consumer is more than one grain, so
that the consumed entry is not still being produced.

Fixes small errors in positioning of the green play head line.
2021-01-12 08:36:05 -05:00
Paul Licameli
20d72ee745 fix a comment 2021-01-12 08:08:14 -05:00
freddii
534359de6c
Fix minor typos (#720)
Co-authored-by: freddii <https://freddii@github.com>
2021-01-12 11:56:09 +00:00
Yuri Chornoivan
85f333a31f
Fix minor typo (#719) 2021-01-12 10:36:43 +00:00
freddii
2593a84d56 Fix some spelling mistakes. 2021-01-12 09:55:31 +00:00
Leland Lucius
c13407d692 Bug 2628 - Linux: FAT/FAT32 drives can wrongly have projects saved to them 2021-01-12 02:25:15 -06:00
Leland Lucius
e093ed1846 Bug 2624 - Win: large projects saved to slow USB drive when aborted yield error on reopening 2021-01-12 01:53:19 -06:00
Leland Lucius
98e00c92ad Detect temp dir FAT drive change while Audacity is active 2021-01-11 13:12:59 -06:00
Leland Lucius
ac55e228ce Remove experimental attempt at FAT detection
We'll just have to address each instance individually.
2021-01-11 12:24:14 -06:00
Leland Lucius
c7a8b824a1 Reset temp directory if found to be on FAT drive 2021-01-11 11:09:34 -06:00
Leland Lucius
28a286c656 Experimental commit for testing more FAT exclusion 2021-01-11 08:51:17 -06:00
Leland Lucius
60ebe7919a Bug 2610 - Backup Project only fails when it has actually run out of disk space (unlike Save Project)
This may not be a complete fix...needs more testing.
2021-01-11 01:04:16 -06:00
Leland Lucius
c961d6236b Bug 2626 - Mac: Temporary files directory on exFAT makes Audacity fail at launch 2021-01-11 00:56:30 -06:00
SteveDaulton
7e6842c1f9 Remove Silence Finder plug-in
as discussed between QA and RM.
2021-01-09 20:20:42 +00:00
Leland Lucius
69a98669bf Remove anchor from help URLs 2021-01-06 22:11:49 -06:00
SteveDaulton
8ec53d8ffb Add new Label Sounds plug-in 2021-01-06 17:16:53 +00:00
SteveDaulton
f57e69cfca Replace Sound Finder with Label Sounds
also fixes bug 2352:
Sound / Silence Finder fail silently on selection > 2^31 -1
2021-01-06 16:52:39 +00:00
James Crook
44b191ff42 Bug 2622 - Track name overlay is opaque
Somewhere along the line the 'rect' passed in to DrawTrackName()changed
from being for the track area to being for the name area.  Accordingly
the track rect now has to be explicitly accessed from the track to get
its height, from which the transparency is then derived.
2021-01-06 15:57:54 +00:00
Leland Lucius
a49cf61033 Don't crash during Auto Recovery
Steps:

1)	New project
2)	Generate chirp
3)	New Project
4)	Generate chirp
5)	Kill Audacity
6)	Restart Audacity
7)	Unselect the 2nd item
8)	Click "Discard Selected"
9)	Click "Yes" to confirm
10)     Click "Recovery Selected"

Crash...
2021-01-06 01:13:09 -06:00
Leland Lucius
8fa0b13432 Ensure error dialog is displayed in a couple more instances 2021-01-06 01:12:29 -06:00
Leland Lucius
6a5d4fdbc0 Update FAT filesystem messages 2021-01-05 13:28:04 -06:00
Leland Lucius
bd4cab5e93 Bug 2621 - Windows: the use of exFAT formatted dives is prohibited for saves and temp directory 2021-01-05 13:00:55 -06:00
Leland Lucius
fd774c0de4 Second try to fix github build 2021-01-05 03:24:15 -06:00
Leland Lucius
636ecc3dc5 Fix github build. 2021-01-05 02:37:34 -06:00
Leland Lucius
50f3321154 Bug 2576 - FAT formatted disks can readily run out of space with multiple edits - wrong error message can be displayed 2021-01-05 01:32:03 -06:00
Leland Lucius
8e333e1fae Fix statfs() call for OSX 2021-01-04 13:23:14 -06:00
Leland Lucius
56c8bdcd24 Bug 2609 - Save Project when disk is full gives a second disk-full message 2021-01-03 19:22:22 -06:00
Leland Lucius
84c60beab6 Bug 2603 - Backing up a >4GB project to a FAT drive fails with an incorrect misleading error message 2021-01-03 16:33:05 -06:00
Leland Lucius
375a6a8803 Bug 2604 - Saving a 4 hour stereo chirp to FAT fails and with an inappropriate error message 2021-01-03 16:02:43 -06:00
Leland Lucius
f60e197378 Force rebuild of wxWidgets 2021-01-02 19:43:43 -06:00
Leland Lucius
ef88cb1700 Fix github actions Mac build
As of 2021/01/01, github is using Xcode 12.2 as the default and
it has a bug in the install_name_tool.  So explicity use 12.3
instead.
2021-01-02 19:22:42 -06:00
Leland Lucius
0cfbbf9059 Forcing rebuilt of wxWidgets for analysis 2021-01-01 17:49:34 -06:00
James Crook
7143df28cc Bug 2617 - Audacity not responding after switching to Envelope tool
This was caused by endless refreshing.
Disabling one refresh might have caused the screen not to refresh
at some point when it should, but I could not find such a case, and
this seems better than 'beachball' mode.
2021-01-01 15:12:50 +00:00
James Crook
05c6d62f78 Bug 2566 - Spectrogram view: changing algorithm to Pitch (EAC) turns off "Enable Spectral Selection"
Made defaults consistent again.
The spectral selection was off by default in some places, on by default
in others.
2021-01-01 13:50:24 +00:00
James Crook
f7c0ba837b Add i18n hint for Record/Play head 2020-12-28 13:17:13 +00:00
SteveDaulton
561504dc37 Fix bug 2611
Mixer Board does not stay on top of main window
2020-12-27 16:53:31 +00:00
Paul Licameli
264f133964 An i18n-hint comment 2020-12-24 19:11:23 -05:00