diff options
author | N.N. <chr15m@users.sourceforge.net> | 2007-11-17 13:58:45 +0000 |
---|---|---|
committer | N.N. <chr15m@users.sourceforge.net> | 2007-11-17 13:58:45 +0000 |
commit | 3980b38b7d9efb6f1d322ef0785feaed1f06a806 (patch) | |
tree | 56f40e8053708927921138e95b9adc2b427a5340 /s-controlsurface-help.pd | |
parent | cf335a829cb3917e17a4d3074ecb193b6b9d7287 (diff) |
This commit was generated by cvs2svn to compensate for changes in r9017,HEADsvn2git-headabstractions/s-abstractions
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/abstractions/s-abstractions/; revision=9018
Diffstat (limited to 's-controlsurface-help.pd')
-rw-r--r-- | s-controlsurface-help.pd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/s-controlsurface-help.pd b/s-controlsurface-help.pd new file mode 100644 index 0000000..abb86e0 --- /dev/null +++ b/s-controlsurface-help.pd @@ -0,0 +1,17 @@ +#N struct 1005template float x0 float y0 float id float c; +#N canvas 343 233 503 400 10; +#X msg 113 95 bang; +#X obj 113 116 s-controlsurface; +#X obj 113 351 unpack f f; +#X floatatom 113 372 5 0 0 0 - - -; +#X floatatom 178 372 5 0 0 0 - - -; +#X obj 113 51 loadbang; +#X obj 113 73 metro 100; +#X text 10 12 s-controlsurface is like a 2d virtual kaospad with the +ability to add multiple points.; +#X connect 0 0 1 0; +#X connect 1 0 2 0; +#X connect 2 0 3 0; +#X connect 2 1 4 0; +#X connect 5 0 6 0; +#X connect 6 0 0 0; |