We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883aafe commit a661bc6Copy full SHA for a661bc6
nyquist/system.lsp
@@ -71,6 +71,9 @@
71
(defmacro play (expr)
72
`(s-save-autonorm ,expr NY:ALL *default-sound-file* :play *soundenable*))
73
74
+(setf *runtime-path* (current-path))
75
+(display "system.lsp" *runtime-path*)
76
+
77
;; for Linux, modify s-plot (defined in nyquist.lsp) by saving s-plot
78
;; in standard-s-plot, then call gnuplot to display the points.
79
;;
0 commit comments