mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Restore Nyquist *runtime-path*
This commit is contained in:
parent
883aafe8dc
commit
a661bc6220
@ -71,6 +71,9 @@
|
|||||||
(defmacro play (expr)
|
(defmacro play (expr)
|
||||||
`(s-save-autonorm ,expr NY:ALL *default-sound-file* :play *soundenable*))
|
`(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
|
;; for Linux, modify s-plot (defined in nyquist.lsp) by saving s-plot
|
||||||
;; in standard-s-plot, then call gnuplot to display the points.
|
;; in standard-s-plot, then call gnuplot to display the points.
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user