mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
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).
This commit is contained in:
parent
740ab2aa1f
commit
afb286ab7e
@ -85,4 +85,4 @@
|
||||
;;; Load wrapper functions for aud-do commands.
|
||||
;;; If commented out, "aud-do-support.lsp" may be loaded by a plug-in.
|
||||
;;; Example: (lisp-loader (strcat *runtime-path* "aud-do-support.lsp"))
|
||||
(load "aud-do-support.lsp")
|
||||
(load "aud-do-support.lsp" :verbose nil)
|
||||
|
Loading…
x
Reference in New Issue
Block a user