12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #N canvas 475 22 325 322 10;
- #X text 22 23 ds_logic_slot <domain> <\$0> <scene-number>;
- #X text 39 219 (c)2013 Marian Weger;
- #X text 63 58 used by [ds_logic];
- #N canvas 229 38 238 242 textfile 0;
- #X obj 32 131 textfile;
- #X obj 32 180 s;
- #X obj 32 23 r \$2-slot-\$3;
- #X obj 47 155 r \$2-slot-destination-\$3;
- #X obj 32 69 until;
- #X obj 32 45 route until;
- #X connect 0 0 1 0;
- #X connect 0 1 4 1;
- #X connect 2 0 5 0;
- #X connect 3 0 1 1;
- #X connect 4 0 0 0;
- #X connect 5 0 4 0;
- #X connect 5 1 0 0;
- #X restore 61 130 pd textfile;
- #N canvas 0 22 450 300 init 0;
- #X msg 59 131 symbol <unnamed>;
- #X msg 75 75 0;
- #X obj 59 153 s /ds/\$1/scene/\$3/name;
- #X obj 75 102 s /ds/\$1/scene/\$3/duration;
- #X obj 59 46 loadbang;
- #X connect 0 0 2 0;
- #X connect 1 0 3 0;
- #X connect 4 0 1 0;
- #X connect 4 0 0 0;
- #X restore 61 110 pd init;
- #N canvas 0 22 450 300 register 0;
- #X obj 59 105 ds_reg_properties \$1 /name \$3;
- #X obj 59 125 ds_reg_properties \$1 /duration \$3;
- #X restore 61 151 pd register;
- #N canvas 0 22 450 300 status 0;
- #X obj 79 124 r /ds/\$1/slot/\$3/status/request;
- #X obj 79 146 t b s;
- #X obj 79 178 s;
- #X connect 0 0 1 0;
- #X connect 1 0 2 0;
- #X connect 1 1 2 1;
- #X restore 61 171 pd status;
|