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:
@@ -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")
|
||||
|
Reference in New Issue
Block a user