mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +01:00
Load Nyquist AUD- commands by default
This commit is contained in:
@@ -92,8 +92,7 @@
|
|||||||
(eval-string func-def)))
|
(eval-string func-def)))
|
||||||
|
|
||||||
|
|
||||||
(defun aud-import-commands ()
|
;;; Import all Audacity commands as LISP functions
|
||||||
;;; Import all Audacity commands as LISP functions
|
;;; Function names prefix the command id with "aud-".
|
||||||
;;; Function names prefix the command id with "aup-".
|
(dolist (command (aud-get-info "Commands"))
|
||||||
(dolist (command (aud-get-info "Commands"))
|
(aud-import-command command))
|
||||||
(aud-import-command command)))
|
|
||||||
|
|||||||
Reference in New Issue
Block a user