aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/rampsmooth~-help.pd
blob: 3e25988625df09922a4251647c8de68de2b7e5e2 (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
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
102
103
104
105
106
107
#N canvas 507 79 570 530 10;
#X obj 0 571 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#X obj 0 383 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#N canvas 599 384 372 212 META 0;
#X text 0 19 LICENSE SIBSD;
#X text 0 95 LIBRARY cyclone;
#X text 0 76 OUTLET_0 signal;
#X text 0 0 KEYWORDS signal ramp smooth;
#X text 0 38 DESCRIPTION smooth out an incoming signal via a ramp;
#X text 0 57 INLET_0 signal ramp rampup rampdown;
#X text 0 116 VERSION 0.1-alpha57;
#X text 0 134 AUTHOR Krzysztof Czaja;
#X text 1 152 RELEASE_DATE 2002;
#X text 2 171 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
;
#X text 2 203 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
Wilkes for Pd-extended 0.42 to conform to the PDDP template. Alex Cleveland
updated this patch for Pd-l2ork version 2013.05.28. Fred Jan Kraan
adapted the patch to pd-extended 2015-02-02;
#X restore 501 573 pd META;
#X obj 0 475 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 512 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#N canvas 317 491 428 109 Related_objects 0;
#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0;
#X text 6 1 Related Objects;
#X restore 207 573 pd Related_objects;
#X obj 82 392 cnv 17 3 70 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 82 485 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 0 0 cnv 15 552 40 empty empty rampsmooth~ 3 12 0 18 -204280
-1 0;
#X text 12 23 smooth out an incoming signal via a ramp;
#X text 111 392 signal;
#X text 231 392 - incoming signal to smooth out;
#X msg 329 190 rampdown \$1;
#X floatatom 329 171 0 0 0 0 - - -;
#X msg 242 190 rampup \$1;
#X floatatom 242 171 0 0 0 0 - - -;
#X obj 96 185 sig~;
#X floatatom 96 166 0 0 0 0 - - -;
#X obj 95 357 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10
-262144 -1 -1 0 256;
#X text 111 484 signal;
#X text 231 484 - output ramped signal;
#X text 93 521 1) float;
#X text 93 542 2) float;
#X text 231 521 - rampup value;
#X text 231 542 - rampdown value;
#X text 111 428 rampup <float>;
#X text 111 410 ramp <float>;
#X text 111 446 rampdown <float>;
#X text 231 428 - set rampup value;
#X text 38 43 rampsmooth~ smooths an incoming signal across n samples.
Each time an incoming value changes \, it begins a linear ramp of n
samples to reach this value. Useful for envelope following and lowpass
filtering. The number of samples is specified either as arguments or
with the ramp \, rampup \, rampdown messages.;
#X obj 470 8 rampsmooth~;
#X text 231 446 - set rampdown value;
#X obj 62 241 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 0 1;
#X obj 95 244 cyclone/rampsmooth~ 44100 44100;
#X obj 96 140 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X msg 371 141 11025;
#X msg 283 143 11025;
#X obj 95 314 cyclone/Snapshot~ 100;
#X text 231 410 - set both ramp values;
#X obj 297 337 output~;
#X obj 331 295 osc~ 220;
#X obj 297 312 *~;
#X obj 405 91 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 406 111 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X text 426 88 slow up \, fast down;
#X text 427 109 fast up \, slow down;
#X text 114 138 on/off;
#X msg 242 142 88200;
#X msg 329 142 88200;
#X connect 12 0 33 0;
#X connect 13 0 12 0;
#X connect 14 0 33 0;
#X connect 15 0 14 0;
#X connect 16 0 33 0;
#X connect 17 0 16 0;
#X connect 33 0 37 0;
#X connect 33 0 41 0;
#X connect 34 0 17 0;
#X connect 35 0 13 0;
#X connect 36 0 15 0;
#X connect 37 0 18 0;
#X connect 37 0 32 0;
#X connect 40 0 41 1;
#X connect 41 0 39 0;
#X connect 41 0 39 1;
#X connect 42 0 35 0;
#X connect 42 0 47 0;
#X connect 43 0 48 0;
#X connect 43 0 36 0;
#X connect 47 0 15 0;
#X connect 48 0 13 0;