diff options
author | Kjetil S. Matheussen <ksvalast@users.sourceforge.net> | 2004-08-09 14:25:03 +0000 |
---|---|---|
committer | Kjetil S. Matheussen <ksvalast@users.sourceforge.net> | 2004-08-09 14:25:03 +0000 |
commit | 4657c30fd542d706e14c84fd5af3c79ea0a95747 (patch) | |
tree | ba6de12844dc96a0ddb9852585cb20f720110d9e | |
parent | a6376ab21f5a2933a156be03ba0a017fe0fcd8c4 (diff) |
Also demonstrating the SEN macro
svn path=/trunk/externals/k_cext/; revision=1931
-rw-r--r-- | help-string.pd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/help-string.pd b/help-string.pd index b303b4f..aa97cf1 100644 --- a/help-string.pd +++ b/help-string.pd @@ -2,4 +2,10 @@ #X msg 31 84 bang; #X obj 30 125 k_cext \; system(s<echo something>s) \;; #X text 26 40 Strings are started with s< and ended with >s; +#X obj 248 125 k_cext \; SEN(s<ai>s \, 1) \;; +#X obj 31 200 r ai; +#X obj 33 232 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 10 +-262144 -1 -1 0 256; #X connect 0 0 1 0; +#X connect 0 0 3 0; +#X connect 4 0 5 0; |