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

9 Commits

Author SHA1 Message Date
luzpaz
98d3e91452
Fix typos (user facing and non-user facing) (#733)
Found via `codespell`
2021-01-28 12:36:41 +00:00
SteveDaulton
f7acd6986d Bug 2518 - AUD-command cache is not updated on Audacity upgrade 2020-08-13 19:31:34 +01:00
SteveDaulton
722a3f5ea5 Fix: 'aud-import-effects' should be 'aud-import-commands' 2020-03-04 12:50:52 +00:00
SteveDaulton
171a43821e Nyquist: Cache supported Scripting command profiles.
Fixes slow load on first run of Nyquist effect.
Revert aud-import-effects to optional, and add
aud-do-command as fast alternative.
Slow load now only on first debug use of new commands
and cached until Nyquist temp folder is cleared.
To avoid unnecessary overhead, 'Lispy' scripting commands
only provide additional validation when debugging enabled.
AUD-PRINT-COMMAND added as handy reference for new commands.
Cache may be refreshed manually with (aud-refresh-debug-data-cache).
2020-03-04 12:40:48 +00:00
SteveDaulton
b7db5af4c5 Nyquist: Fix delay importing LISPy Scripting Commands 2020-02-16 12:42:27 +00:00
SteveDaulton
930e74dabc Nyquist: Only import built-in effects
Extreme slowdown has been reported when generating LISP
Functions for all scripting Commands, so only generate
LISP functions for built-in effects.
Additional LISP functions may be generated on demand
using (aud-import <command-name>).
2020-02-11 20:00:23 +00:00
SteveDaulton
3d5b0d4dd0 Clarify comment 2020-02-06 16:55:51 +00:00
SteveDaulton
108fe3777a Load Nyquist AUD- commands by default 2020-02-05 17:19:06 +00:00
Steve Daulton
26e19bfd5a Add aud-do-support.lsp for Linux build
Provides Nyquist (LISP) wrapper functions for macro "Commands".
2018-11-09 19:57:56 +00:00