-
Notifications
You must be signed in to change notification settings - Fork 1
/
jog-help.pd
89 lines (89 loc) · 2.66 KB
/
jog-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
#N canvas 359 313 732 621 16;
#X obj 223 175 tgl 30 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 27 265 To edit shape \, ctrl+drag on it in edit mode;
#X floatatom 144 206 5 0 0 1 pressure(=surface) - -;
#X text 27 291 To edit properties \, right-click + properties popup
menu;
#X text 43 548 see also;
#X text 155 233 (only in multitouch mode);
#X text 244 100 multitouch compatible : see;
#X text 318 130 https://github.com/jyg/multitouch;
#X obj 2 1 cnv 15 700 40 empty empty empty 20 12 0 14 -232576 -66577
0;
#X text 438 525 mob/button;
#X obj 439 554 mob/button ;
#A saved -invisible 0;
#A saved -z_offset 0;
#A saved -name ;
#A saved -front_color -1 255 254;
#A saved -back_color -1 255 245;
#A saved -size 60 60;
#X text 25 9 mob/jog;
#X text 9 43 Fast and responsive pressure-sensitive job wheel;
#X obj 108 128 mob/jog untitled;
#A saved -cursor_color 0 0 0;
#A saved -invisible 0;
#A saved -z_offset 0;
#A saved -name untitled;
#A saved -front_color -1 255 255;
#A saved -back_color -1 255 245;
#A saved -size 60;
#X floatatom 42 201 5 0 0 2 angle - -;
#X msg 106 88 set 0;
#X text 252 524 mob/xy_slider;
#X obj 259 552 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 -204786 -66577
0;
#X text 330 480 pressure not supported in mobmuplat.;
#X obj 243 352 mob/jog my_jog;
#A saved -cursor_color 0 0 0;
#A saved -invisible 0;
#A saved -z_offset 0;
#A saved -name my_jog;
#A saved -front_color -1 255 255;
#A saved -back_color 202 194 163;
#A saved -size 65;
#X obj 400 387 r my_jog;
#X floatatom 400 419 5 0 0 0 - - -;
#X obj 521 381 tgl 30 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 29 347 MobMuPlat usage :;
#X text 100 379 Don't use connexions !, f 12;
#X text 325 340 use send/receive channels instead, f 16;
#X text 0 54 ______________________________________________________________________
, f 70;
#X text 338 11 pd 0.49 + iemguts + iemlib;
#X obj 526 351 r my_jog.touch;
#X text 6 227 [-pi:+pi];
#X text 257 182 touch;
#X obj 593 552 mob/knob untitled;
#A saved -cursor_color -1 255 255;
#A saved -range 1;
#A saved -invisible 0;
#A saved -z_offset 0;
#A saved -name untitled;
#A saved -front_color -1 255 255;
#A saved -back_color -1 255 245;
#A saved -size 60;
#X text 567 522 mob/knob;
#X msg 524 424 set 0;
#X obj 524 453 s my_jog-rcv;
#X obj 528 101 multitouch;
#X connect 13 0 14 0;
#X connect 13 1 2 0;
#X connect 13 2 0 0;
#X connect 15 0 13 0;
#X connect 21 0 22 0;
#X connect 29 0 23 0;
#X connect 34 0 35 0;