-
Notifications
You must be signed in to change notification settings - Fork 1
/
vfader-help.pd
101 lines (101 loc) · 2.92 KB
/
vfader-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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#N canvas 24 211 721 691 16;
#X text 27 265 To edit shape \, ctrl+drag on it in edit mode;
#X text 27 291 To edit properties \, right-click + properties popup
menu;
#X text 43 548 see also;
#X text 401 84 multitouch compatible : see;
#X text 373 144 https://github.com/jyg/multitouch;
#X obj 2 1 cnv 15 700 40 empty empty empty 20 12 0 14 #e0c4fc #404040
0;
#X text 451 526 mob/xy_slider;
#X obj 458 554 mob/xy_slider untitled;
#A saved -invisible 0;
#A saved -z_offset 0;
#A saved -xmax 1;
#A saved -ymax 1;
#A saved -xmin 0;
#A saved -ymin 0;
#A saved -name untitled;
#A saved -front_color -1 255 255;
#A saved -back_color -1 255 245;
#A saved -size 60 60;
#X obj 4 337 cnv 15 700 180 empty empty empty 20 12 0 14 #c4fcc4 #404040
0;
#X text 29 347 MobMuPlat usage :;
#X text 0 54 ______________________________________________________________________
, f 70;
#X text 25 9 mob/hfader;
#X floatatom 358 387 5 0 0 0 - - - 0;
#X msg 20 88 set 0.4;
#X floatatom 22 232 5 0 0 0 - - - 0;
#X msg 112 89 0.5;
#X msg 184 125 label hello;
#X text 9 43 Vertical fader;
#X obj 89 120 mob/vfader myslider;
#A saved -invisible 0;
#A saved -z_offset 0;
#A saved -mode 0;
#A saved -max 1;
#A saved -min 0;
#A saved -name myslider;
#A saved -speed_ratio 100;
#A saved -label_color 0 0 0;
#A saved -front_color 150 150 150;
#A saved -back_color 220 220 220;
#A saved -size 15 127;
#X text 147 534 mob/hfader;
#X obj 172 580 mob/hfader myslider;
#A saved -invisible 0;
#A saved -z_offset 0;
#A saved -mode 0;
#A saved -max 1;
#A saved -min 0;
#A saved -name myslider;
#A saved -speed_ratio 100;
#A saved -label_color -1 255 255;
#A saved -front_color -1 255 244;
#A saved -back_color -1 255 245;
#A saved -size 127 15;
#X obj 226 342 mob/vfader my_vfader;
#A saved -invisible 0;
#A saved -z_offset 0;
#A saved -mode 0;
#A saved -max -50;
#A saved -min 100;
#A saved -name my_vfader;
#A saved -speed_ratio 100;
#A saved -label_color -1 255 255;
#A saved -front_color -1 255 244;
#A saved -back_color -1 255 245;
#A saved -size 67 111;
#X text 185 102 (experimental);
#X msg 185 160 label symbol;
#X obj 358 358 r my_vfader;
#X floatatom 524 433 5 0 0 0 - - - 0;
#X obj 525 462 s my_vfader-rcv;
#X msg 612 429 set \$1;
#X floatatom 612 402 5 0 0 0 - - - 0;
#X obj 531 115 multitouch;
#X text 20 474 label are not implemented in MobMuPlat exporter;
#X text 338 11 pd 0.52 + iemguts + iemlib;
#X text 19 374 You can both use connexions or send/receive pairs,
f 19;
#X obj 513 387 tgl 15 0 empty empty empty 17 7 0 10 #fcfcfc #000000
#000000 0 1;
#X text 535 332 (2nd outlet);
#X text 361 335 (1st outlet);
#X obj 120 231 tgl 15 0 empty empty empty 17 7 0 10 #fcfcfc #000000
#000000 0 1;
#X text 191 210 second outlet touch on/off;
#X obj 513 358 r my_vfader.touch;
#X connect 13 0 18 0;
#X connect 15 0 18 0;
#X connect 16 0 18 0;
#X connect 18 0 14 0;
#X connect 18 1 36 0;
#X connect 23 0 18 0;
#X connect 24 0 12 0;
#X connect 25 0 26 0;
#X connect 27 0 26 0;
#X connect 28 0 27 0;
#X connect 38 0 33 0;