diff options
Diffstat (limited to 'test/cyclone')
-rw-r--r-- | test/cyclone/maxmode-test.pd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/cyclone/maxmode-test.pd b/test/cyclone/maxmode-test.pd new file mode 100644 index 0000000..1a4512a --- /dev/null +++ b/test/cyclone/maxmode-test.pd @@ -0,0 +1,20 @@ +#N canvas 356 180 524 263 12; +#X obj 310 29 r #compatibility; +#X obj 23 66 s #compatibility; +#X msg 23 29 bang; +#X msg 78 29 symbol max; +#X obj 24 173 prepend test; +#X msg 79 130 set this; +#X msg 184 130 set that; +#X msg 24 130 x; +#X obj 310 66 print mode; +#X obj 24 208 print output; +#X msg 178 29 symbol barry; +#X connect 0 0 8 0; +#X connect 2 0 1 0; +#X connect 3 0 1 0; +#X connect 4 0 9 0; +#X connect 5 0 4 0; +#X connect 6 0 4 0; +#X connect 7 0 4 0; +#X connect 10 0 1 0; |