Skip to content

Commit 0374924

Browse files
author
Iain Duncan
committed
clarified readme
1 parent 19e8b89 commit 0374924

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ with an embedded s7 Scheme Lisp interpreter. It is a port of most of
44
Scheme for Max, by the same author, for Max/MSP.
55

66
## 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
99
* output numbers, symbols, lists
1010
* basic array i/o
1111
* send messages to named receivers
12-
* schedule functions with **delay**
12+
* schedule functions with delay
1313

1414
Scheme-for-Pd uses s7 Scheme, an embeddable Scheme implementation by Bill Schottstaedt at CCRMA.
1515
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.
2121

2222
## June 12, 2021 Status
2323
* 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.
2526
* Master branch should always build, and s4pd-help.pd should work
2627
* No features of s4pd except endless loops should make it crash, let me
2728
know please if it does

0 commit comments

Comments
 (0)