-
Notifications
You must be signed in to change notification settings - Fork 1
/
hfader-help.pd
executable file
·101 lines (101 loc) · 2.9 KB
/
hfader-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 771 222 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 200 200 200;
#A saved -back_color 220 220 220;
#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 19 345 MobMuPlat usage :;
#X text 0 54 ______________________________________________________________________
, f 70;
#X text 25 9 mob/hfader;
#X text 9 43 Horizontal fader;
#X obj 215 375 mob/hfader my_fader;
#A saved -invisible 0;
#A saved -z_offset 0;
#A saved -mode 0;
#A saved -max 10;
#A saved -min 0;
#A saved -name my_fader;
#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 144 68;
#X obj 393 358 r my_fader;
#X floatatom 393 387 5 0 0 0 - - - 0;
#X msg 20 88 set 0.4;
#X floatatom 19 200 5 0 0 0 - - - 0;
#X msg 112 89 0.5;
#X msg 204 109 label hello;
#X obj 266 536 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/vfader;
#X text 199 83 (experimental);
#X msg 205 137 label symbol;
#X text 24 477 label not implemented in MobMuPlat exporter;
#X obj 525 462 s my_fader-rcv;
#X floatatom 525 426 5 0 0 0 - - - 0;
#X msg 612 429 set \$1;
#X floatatom 612 402 5 0 0 0 - - - 0;
#X obj 20 170 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 0 0 0;
#A saved -front_color 150 150 150;
#A saved -back_color 220 220 220;
#A saved -size 127 15;
#X obj 531 115 multitouch;
#X text 338 11 pd 0.52 + iemguts + iemlib;
#X obj 148 210 tgl 15 0 empty empty empty 17 7 0 10 #fcfcfc #000000
#000000 0 1;
#X text 216 203 second outlet touch on/off;
#X obj 513 358 r my_fader.touch;
#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 385 332 (1st outlet);
#X text 19 374 You can both use connexions or send/receive pairs,
f 19;
#X connect 14 0 15 0;
#X connect 16 0 29 0;
#X connect 18 0 29 0;
#X connect 19 0 29 0;
#X connect 23 0 29 0;
#X connect 26 0 25 0;
#X connect 27 0 25 0;
#X connect 28 0 27 0;
#X connect 29 0 17 0;
#X connect 29 1 32 0;
#X connect 34 0 35 0;