aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2015-08-17 13:19:09 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2015-08-17 13:19:09 +0000
commitfb0285cccabd077a907ee3f096e636884d81cdb6 (patch)
treea78c981ffc49c7fa0c8ba802a33a3f5e04d7563d
parentd1eb6ba39e41177c8f1897d365e6eddfa32ee188 (diff)
example with a different identifier
svn path=/trunk/externals/iem/syslog/; revision=17514
-rw-r--r--syslog-help.pd19
1 files changed, 18 insertions, 1 deletions
diff --git a/syslog-help.pd b/syslog-help.pd
index 668c8e7..e080bcf 100644
--- a/syslog-help.pd
+++ b/syslog-help.pd
@@ -1,4 +1,4 @@
-#N canvas 0 0 762 458 10;
+#N canvas 5 49 801 463 10;
#X text 66 25 [syslog]: write to syslog;
#X floatatom 169 352 0 0 0 1 level - -;
#X obj 169 222 vradio 15 1 0 8 empty empty empty 0 -6 0 8 -262144 -1
@@ -14,7 +14,24 @@
#X msg 126 122 Pd is speaking;
#X msg 140 152 another log message;
#X text 192 296 NOTICE (default);
+#X floatatom 521 352 0 0 0 1 level - -;
+#X obj 521 222 vradio 15 1 0 8 empty empty empty 0 -6 0 8 -262144 -1
+-1 5;
+#X text 544 222 EMERG;
+#X text 544 237 ALERT;
+#X text 544 251 CRIT;
+#X text 544 267 ERR;
+#X text 544 282 WARNING;
+#X text 544 312 INFO;
+#X text 544 327 DEBUG;
+#X text 544 296 NOTICE (default);
+#X obj 456 374 syslog Pd;
+#X msg 456 122 Pure Data vs Pd;
+#X text 450 398 provide an alternative identifier as argument.;
#X connect 1 0 10 1;
#X connect 2 0 1 0;
#X connect 11 0 10 0;
#X connect 12 0 10 0;
+#X connect 14 0 24 1;
+#X connect 15 0 14 0;
+#X connect 25 0 24 0;