-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsarray-help.pd
68 lines (68 loc) · 2.21 KB
/
sarray-help.pd
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#N canvas 194 64 1515 943 16;
#X obj 2 1 cnv 15 700 40 empty empty empty 20 12 0 14 #e0c4fc #404040
0;
#X text 0 51 ______________________________________________________________________
, f 70;
#X obj 1 508 cnv 15 700 120 empty empty empty 20 12 0 14 #c4fcc4 #404040
0;
#X text 31 515 MobMuPlat usage :;
#X obj 63 218 sarray my_array 0;
#A saved -save_contents 0;
#A saved -displayMode 0;
#A saved -mode 0;
#A saved -color 620;
#A saved -style 0;
#A saved -linewidth 5;
#A saved -size 99;
#A saved -arrayName my_array;
#A saved -yto -1;
#A saved -xto 100;
#A saved -yfrom 1;
#A saved -xfrom 0;
#A saved -style 0;
#A saved -height 140;
#A saved -width 200;
#X text 360 74 needs iemguts for editing purposes;
#X text 16 43 array with settable line color and width;
#X text 25 9 sarray;
#N canvas 0 50 756 373 credits 0;
#X text 36 118 inspired from the work by;
#X text 70 159 ingox https://forum.pdpatchrepo.info/user/ingox https://forum.pdpatchrepo.info/topic/11184/colarray-a-graphical-array-where-color-and-line-width-can-be-set
;
#X text 77 55 https://github.com/jyg/mob;
#X text 35 22 sarray is part of mob lib of abstractions;
#X restore 591 110 pd credits;
#X text 46 167 [sarray my_array];
#X text 363 249 [sarray \$2-my_array \$0];
#X text 20 133 * invocation : sarray <array_name>;
#X text 328 194 * There is some trickery to do if you need to name
it with \$0 argument :, f 37;
#X text 24 439 * In order to edit properties \, right-click on the
object and choose properties menu;
#X obj 366 285 sarray \$2-my_array \$0;
#A saved -save_contents 0;
#A saved -displayMode 0;
#A saved -mode 0;
#A saved -color 670;
#A saved -style 0;
#A saved -linewidth 3;
#A saved -size 99;
#A saved -arrayName \$2-my_array;
#A saved -yto -1;
#A saved -xto 100;
#A saved -yfrom 1;
#A saved -xfrom 0;
#A saved -style 0;
#A saved -height 140;
#A saved -width 200;
#X text 40 552 This version doesn't include MobMuPlat export feature
;
#X text 800 361 MMP;
#X text 808 415 Generer un objet [array define -k <array_name>], f
68;
#X text 800 32 PD 0.52;
#X text 863 141 utiliser savestate pour communiquer avec l'extérieur
;
#X text 860 70 dans l'objet sarray : intégrer un array \$0-array_name
\, ou mieux : une datastruct;
#X text 810 452 Dump des données depuis sarray;