msg_monitor-help.pd 518 B

12345678910111213141516
  1. #N canvas 461 109 311 368 10;
  2. #X text 31 51 "prints" any message to a message box;
  3. #X text 82 185 <-- connect message box here;
  4. #X text 81 147 <-- put data stream here;
  5. #X msg 39 105 bla blub 3 2 1;
  6. #X obj 39 167 msg_monitor;
  7. #X msg 39 209 ---;
  8. #X msg 139 105 7 6 ??? ### *blip* 3;
  9. #X text 26 16 msg_monitor <reset time>;
  10. #X text 38 259 creation argument (optional):;
  11. #X text 38 279 sets reset time in ms (default=5000);
  12. #X text 74 324 (c)2011 Marian Weger;
  13. #X connect 3 0 4 0;
  14. #X connect 4 0 5 0;
  15. #X connect 6 0 4 0;