Files
pd-l2ork/scripts/utils/creation-test.pd
2020-07-24 17:30:35 -04:00

19 lines
498 B
Plaintext

#N canvas 247 65 536 318 12;
#X obj 46 36 inlet;
#X obj 46 65 object-test class;
#X obj 46 94 select text;
#X msg 46 123 0;
#X obj 120 123 b;
#X msg 120 152 1;
#X obj 46 202 outlet;
#X text 107 193 simple creation test. if the object we tried to create
has the "text" class \, we know it's a broken object. Otherwise \,
it should have created successfully.;
#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 3 0 6 0;
#X connect 4 0 5 0;
#X connect 5 0 6 0;