1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

12341 Commits

Author SHA1 Message Date
SteveDaulton
25ddfc7bb4 Nyquist Prompt: Remove legacy code checkboox 2020-08-17 22:16:04 +01:00
James Crook
a278eff55b Bug 2295 - Comment command always succeeds
I had it set to always fail, with result that macro stopped at that point.
2020-08-17 11:22:20 +01:00
James Crook
894867d692 Bug 2295 - ENH: cannot add a comment in a Macro with Audacity
Comments can now be added using the Comment command.
2020-08-16 20:22:48 +01:00
Leland Lucius
542a9a8d98 [Bug 2522] In Macros, Record New Track and Play with a selection do not wait for completion. 2020-08-15 18:03:09 -05:00
Leland Lucius
9bfbf1570b Bug 2522 - In Macros, Record New Track and Play with a selection do not wait for completion. 2020-08-15 16:39:33 -05:00
SteveDaulton
f7acd6986d Bug 2518 - AUD-command cache is not updated on Audacity upgrade 2020-08-13 19:31:34 +01:00
Leland Lucius
2987896470 Bug 2516 - Windows: "SAVE" button in "Audio / MIDI Device Info" displays "OK" 2020-08-12 14:23:27 -05:00
Leland Lucius
69859eebe4 Play and record now wait in Macros if a regions exists. 2020-08-12 13:56:53 -05:00
Leland Lucius
030f92c40b AUP3: Fix condition 2020-08-12 11:38:54 -05:00
Leland Lucius
70fd77e2dc AUP3: Don't prompt user if in batch mode 2020-08-12 08:23:41 -05:00
Leland Lucius
17b4919a2a Remove old CleanSpeech macro commands 2020-08-12 08:12:46 -05:00
Leland Lucius
f43ad3f0e0 Fix missing OPUS files in import file dialog 2020-08-11 17:07:21 -05:00
Leland Lucius
6d08c600df Bail on any error when checking for valid MP3 frames 2020-08-11 10:10:51 -05:00
Leland Lucius
b0367049b9 Limit message output while macro tracing is enabled 2020-08-11 09:42:59 -05:00
Leland Lucius
7b8a977f15 Add ClearLog macro command and parameters to tracing 2020-08-11 09:06:15 -05:00
Leland Lucius
da75a7edde Fix build 2020-08-11 01:48:32 -05:00
Leland Lucius
b6eaf5623e Add "tracing" of macro commands
At this time it's really just a debugging aid for us. It should
make it easier for us to better understand timing of various
commands.

Tracing is enabled by setting the "/EnableMacroTracing" preference
to 1 and disabled by setting it to 0.

Since the tracing is written to the log, this also adds a "SaveLog"
command that takes a filename. It can be used from within the macro
being traced to preserve the log in case the script intended to
exit Audacity.
2020-08-11 00:14:56 -05:00
Leland Lucius
9d749fef14 AUP3: Fix macro path handling
Aside from the breakage I added to it during the AUP3 conversion,
there was several other issues discovered in regards to how the
export paths were being handled.
2020-08-10 17:48:59 -05:00
Olivier Humbert
5c719e8d65
Update French translation (#641)
* Update French translation

* a few typos fixes in the French translation
2020-08-10 14:56:27 +01:00
Leland Lucius
dffa24cf69 Bug 2445 - Cryptic, unhelpful, error message when importing malformed MP3 file 2020-08-09 13:24:48 -05:00
Leland Lucius
56b1b5c31f Bug 2445 - Cryptic, unhelpful, error message when importing malformed MP3 file 2020-08-09 13:23:09 -05:00
Leland Lucius
58adb94747 Bug 1686 - Equalization effects ignore and remove any amplitude envelope 2020-08-09 03:07:41 -05:00
Leland Lucius
238bb952ef Bug 2480 - Vertical Scale dB does not update when Meter range is changed in Prefs 2020-08-09 02:41:33 -05:00
Leland Lucius
2437aa15be Bug 2491 - Reset Configuration does not reset Extended Import preferences
Better solution...
2020-08-09 01:09:15 -05:00
Leland Lucius
3dba0eeaa1 Bug 2491 - Reset Configuration does not reset Extended Import preferences 2020-08-08 22:39:21 -05:00
Leland Lucius
52b15ce03f Bug 2296 - There is no Import or Export for Macros 2020-08-08 21:17:14 -05:00
Leland Lucius
c13a074cb2 Bug 208 - Some effects (including equalization effects) delete Envelope Control Points, or do not move them when timeline change 2020-08-08 19:40:02 -05:00
Leland Lucius
f09f03e44b Skip APE and Lyrics tags in MP3 importer
In addition, CheckMP3 was updated to use the mad header decoder
to more easily scan for valid MP3 frames.
2020-08-08 03:38:38 -05:00
David Bailes
1d9a78b8c8 Bug 2517 - Mix Stereo To Mono incorrectly uses Project Rate
Fix:
Use the sample rate of the tracks.
2020-08-07 11:22:06 +01:00
Leland Lucius
72032d6a2a Bug 2492 - Linux: Crash when applying or previewing Sliding Stretch effect on stereo track 2020-08-06 00:46:23 -05:00
Leland Lucius
4044bea36b AUP3: Fix build 2020-08-05 10:31:14 -05:00
Leland Lucius
f179fae2c1 AUP3: Removed unneeded ESCAPE key handling 2020-08-05 10:26:53 -05:00
Leland Lucius
9050817426 AUP3: Skip auto recovery if Escape is pressed 2020-08-05 10:25:15 -05:00
Leland Lucius
f92ca33a20 AUP3: Add help button and change wording 2020-08-05 09:55:07 -05:00
Leland Lucius
7772f46345 AUP3: Remove unwanted method 2020-08-05 09:26:06 -05:00
Leland Lucius
486957fc91 AUP3: Fix a couple of accessibility issues in the History Dialog 2020-08-05 08:56:44 -05:00
Leland Lucius
81598541de AUP3: Set default button in Auto Recovery dialog 2020-08-05 08:31:44 -05:00
Leland Lucius
8069b2b39b AUP3: Change column header in History dialog 2020-08-04 10:04:44 -05:00
Leland Lucius
021508c7b9 AUP3: Ensure list has initial focus in Auto Recovery dialog 2020-08-04 09:55:31 -05:00
Leland Lucius
0ff51ffcee AUP3: Accessibility fixes in Auto Recovery dialog 2020-08-04 09:49:36 -05:00
Leland Lucius
06877a7742 AUP3: Remove (ifdef()) Discard/Compact from History window 2020-08-03 16:41:49 -05:00
Leland Lucius
1e6c2ace29 AUP3: Adjust the help URL in the History window 2020-08-03 13:56:59 -05:00
Leland Lucius
6bf29da525 AUP3: Remove active projects experiment
As we now have an explanation.
2020-08-03 10:20:25 -05:00
Leland Lucius
790e311f6f AUP3: Adjust Help URL for History window 2020-08-03 10:10:56 -05:00
Leland Lucius
47062a52d0 Fix build (again...again) 2020-08-02 14:15:54 -05:00
Leland Lucius
c4a2fd7a33 Fix build (again) 2020-08-02 14:15:22 -05:00
Leland Lucius
4b0038c290 AUP3: Experiment to see if it helps active project tracking 2020-08-02 13:43:44 -05:00
Leland Lucius
bfa17b7b69 AUP3: Select/unselect all by clicking column header in AutoRecovery dialog 2020-08-02 12:30:36 -05:00
Leland Lucius
45ab5b5850 AUP3: Add instruction text to Directories prefs 2020-08-02 12:17:51 -05:00
Leland Lucius
4d3578b1cb AUP3: No need to include the -wal in space calcs 2020-08-02 08:38:58 -05:00