aboutsummaryrefslogtreecommitdiff
path: root/pdToAscii-help.pd
blob: e5bd490647a90571fc44e7e2642e52248270ae90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#N canvas 1512 196 569 441 10;
#X text 26 48 tags: conversion;
#X msg 54 90 A B C;
#X obj 54 212 print;
#X msg 97 114 list A B C;
#X msg 123 147 567;
#X msg 58 275 78;
#X msg 116 282 test;
#X text 27 17 Description: Converts Pd messages to a list of ASCII
bytes.;
#X msg 111 260 hello world;
#X text 174 317 If you specify a float argument \, it will be appended
to the output. The carriage return (ASCII code 13) has been specidifed
in this case.;
#X obj 58 347 print;
#X obj 54 185 mtl/pdToAscii;
#X obj 58 314 mtl/pdToAscii 13;
#X text 99 89 Spaces in lists are converted to ASCII code 32;
#X connect 1 0 11 0;
#X connect 3 0 11 0;
#X connect 4 0 11 0;
#X connect 5 0 12 0;
#X connect 6 0 12 0;
#X connect 8 0 12 0;
#X connect 11 0 2 0;
#X connect 12 0 10 0;