1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02:00

Add some useful path definitions for Nyquist

This commit is contained in:
Steve Daulton
2018-10-29 15:20:36 +00:00
parent c79d65cdeb
commit 46a3f91d59
2 changed files with 15 additions and 1 deletions

View File

@@ -67,3 +67,12 @@
(error (format nil "(aud-get-info ~a) failed.~%" str)))
(let ((info-string (first info)))
(eval-string (quote-string info-string)))))
;;; Path to Nyquist .lsp files.
(setf *NYQ-PATH* (current-path))
;;; 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 *NYQ-PATH* "aud-do-support.lsp"))
(load "aud-do-support.lsp")