1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Load Nyquist AUD- commands by default

This commit is contained in:
SteveDaulton 2020-02-05 16:05:41 +00:00
parent 2e113ba0a5
commit 108fe3777a

View File

@ -92,8 +92,7 @@
(eval-string func-def)))
(defun aud-import-commands ()
;;; Import all Audacity commands as LISP functions
;;; Function names prefix the command id with "aup-".
(dolist (command (aud-get-info "Commands"))
(aud-import-command command)))
;;; Import all Audacity commands as LISP functions
;;; Function names prefix the command id with "aud-".
(dolist (command (aud-get-info "Commands"))
(aud-import-command command))