From 1cab1ae3011c665850266da0f0ecec3f04f56510 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 May 2006 15:10:45 +0000 Subject: wrote [float->ascii] in Pd for those wanted characters from a serial port, or whatever svn path=/trunk/externals/hcs/; revision=5123 --- float0x2d0x3eascii.pd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 float0x2d0x3eascii.pd (limited to 'float0x2d0x3eascii.pd') diff --git a/float0x2d0x3eascii.pd b/float0x2d0x3eascii.pd new file mode 100644 index 0000000..81df503 --- /dev/null +++ b/float0x2d0x3eascii.pd @@ -0,0 +1,27 @@ +#N canvas 295 58 491 429 10; +#X obj 160 25 inlet; +#X obj 160 47 int; +#X obj 203 192 select 123 125; +#X obj 160 70 moses 0; +#X obj 295 233 outlet; +#X obj 295 212 makefilename %c; +#X msg 126 273 ASCII character \$1 is not allowed in Pd!!; +#X msg 125 243 123; +#X msg 155 243 125; +#X obj 42 334 purepd/purepd_error float->ascii; +#X obj 203 95 moses 128; +#X msg 7 161 \$1 outside of ASCII range (0-127); +#X connect 0 0 1 0; +#X connect 1 0 3 0; +#X connect 2 0 7 0; +#X connect 2 1 8 0; +#X connect 2 2 5 0; +#X connect 3 0 11 0; +#X connect 3 1 10 0; +#X connect 5 0 4 0; +#X connect 6 0 9 0; +#X connect 7 0 6 0; +#X connect 8 0 6 0; +#X connect 10 0 2 0; +#X connect 10 1 11 0; +#X connect 11 0 9 0; -- cgit v1.2.1