mirror of
https://github.com/pd-l2ork/pd-l2ork.git
synced 2026-02-12 10:10:42 +01:00
19 lines
498 B
Plaintext
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;
|