You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ with an embedded s7 Scheme Lisp interpreter. It is a port of most of
4
4
Scheme for Max, by the same author, for Max/MSP.
5
5
6
6
## Features in 0.1
7
-
* run code from files or Pd messages
8
-
*load files using the Pd search path
7
+
* run code from files, and hot reload files
8
+
*evaluate scheme code from Pd messages with a REPL
9
9
* output numbers, symbols, lists
10
10
* basic array i/o
11
11
* send messages to named receivers
12
-
* schedule functions with **delay**
12
+
* schedule functions with delay
13
13
14
14
Scheme-for-Pd uses s7 Scheme, an embeddable Scheme implementation by Bill Schottstaedt at CCRMA.
15
15
s7 is a minimal Scheme, with many nice features for algorithmic composition and embedding,
@@ -21,7 +21,8 @@ from Common Lisp, and is similar in many ways to Guile, Clojure, and Janet.
21
21
22
22
## June 12, 2021 Status
23
23
* s4pd 0.1 is ready for testers who are able to build from source
24
-
* Pacacking is in progress, right now **you must have the s4pd/scm directory on your Pd search path or various things won't work**. If the **delay** function turns up as an unbound variable, then sp4d is not finding your scm files.
24
+
* Packaging is in progress, right now **you must have the s4pd/scm directory on your Pd file path or various things won't work**.
25
+
You should see error messages in the console when you instantiate s4pd if this is not done.
25
26
* Master branch should always build, and s4pd-help.pd should work
26
27
* No features of s4pd except endless loops should make it crash, let me
0 commit comments