aboutsummaryrefslogtreecommitdiff
path: root/puremapping/wave-help.pd
blob: 5aaaec6f76151128c9bc3c80957fad6aa2122fa7 (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
27
28
29
30
31
#N canvas 1972 613 672 454 10;
#X floatatom 29 90 5 0 0 0 - - -;
#X floatatom 52 131 5 0 0 0 - - -;
#X floatatom 81 173 5 0 0 0 - - -;
#X obj 26 73 hsl 200 15 -1 5 0 0 empty empty center_position -2 -6
0 8 -262144 -1 -1 0 1;
#X obj 84 155 hsl 128 15 0.01 10 1 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 23 251 multi_slider 50;
#X obj 55 113 hsl 128 15 0 50 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X floatatom 110 199 5 0 0 0 - - -;
#X text 223 156 size of the wave (proportion of the total point number)
;
#X obj 23 228 wave 50 0.4 0.1;
#X text 149 197 shape of the wave (thanks to a curve_pow inside the
object);
#X text 190 110 total nubmer of points in the list;
#X text 240 74 position of the center of the wave (0 ... 1);
#X text 142 3 the wave object generate a list of float. This list is
composed of value creating a triangular shape. This object is mainly
use to generate data aiming at the control of lighting \, spacialisation
or else.;
#X connect 1 0 9 1;
#X connect 2 0 9 2;
#X connect 3 0 0 0;
#X connect 3 0 9 0;
#X connect 4 0 2 0;
#X connect 6 0 1 0;
#X connect 7 0 9 3;
#X connect 9 0 5 0;