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

Restore Nyquist *runtime-path*

This commit is contained in:
SteveDaulton 2020-01-15 01:37:28 +00:00
parent cbe4a46af2
commit f11b2b6bab

View File

@ -71,6 +71,9 @@
(defmacro play (expr)
`(s-save-autonorm ,expr NY:ALL *default-sound-file* :play *soundenable*))
(setf *runtime-path* (current-path))
(display "system.lsp" *runtime-path*)
;; for Linux, modify s-plot (defined in nyquist.lsp) by saving s-plot
;; in standard-s-plot, then call gnuplot to display the points.
;;