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:
parent
2e113ba0a5
commit
108fe3777a
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user