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:
SteveDaulton 2020-03-01 21:07:52 +00:00 committed by Leland Lucius
parent 740ab2aa1f
commit afb286ab7e
1 changed files with 1 additions and 1 deletions

View File

@ -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)