-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtent~.pd
executable file
·51 lines (51 loc) · 1.32 KB
/
tent~.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
#N canvas 66 22 725 677 10;
#N canvas 0 22 450 300 (subpatch) 0;
#X array behavior 44100 float 2;
#X coords 0 1 44100 0 640 240 1;
#X restore 26 383 graph;
#X obj 263 71 loadbang;
#X msg 264 103 0;
#X floatatom 264 128 5 0 0 0 - - -;
#X obj 162 303 tabwrite~ behavior;
#X text 98 65 Frequency;
#X obj 179 265 r record;
#X obj 186 69 r ramp;
#X obj 36 144 unsig~ 30;
#X obj 36 189 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 10769 1;
#X obj 186 120 line~;
#X obj 103 133 sig~ 440;
#X obj 320 301 output~;
#X obj 339 261 phasor~;
#X floatatom 103 91 5 0 0 0 - - -;
#X obj 339 208 *~ 440;
#X obj 339 233 +~ 880;
#X text 311 131 > 2 ... expr;
#X text 310 118 = 1 ... linear;
#X text 310 106 = 0 ... no intp;
#X floatatom 399 206 5 0 0 0 - - -;
#X floatatom 393 175 5 0 0 0 - - -;
#X text 47 17 Tent map;
#X msg 349 30 \; pd dsp 1 \; ramp 1 \, 2 1000 \; record bang \;;
#X obj 167 173 tent~;
#X text 182 48 1 < x < 2;
#X text 661 624 2;
#X text 17 623 1;
#X connect 1 0 2 0;
#X connect 2 0 3 0;
#X connect 3 0 24 2;
#X connect 6 0 4 0;
#X connect 7 0 10 0;
#X connect 8 0 9 0;
#X connect 10 0 24 1;
#X connect 11 0 24 0;
#X connect 13 0 12 0;
#X connect 13 0 12 1;
#X connect 14 0 11 0;
#X connect 15 0 16 0;
#X connect 16 0 13 0;
#X connect 20 0 16 1;
#X connect 21 0 15 1;
#X connect 24 0 4 0;
#X connect 24 0 8 0;
#X connect 24 0 15 0;