-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfunew-help.pd
More file actions
199 lines (199 loc) · 5.69 KB
/
funew-help.pd
File metadata and controls
199 lines (199 loc) · 5.69 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
#N canvas 350 56 902 725 10;
#X obj 642 163 adc~;
#X obj 508 569 dac~;
#X text 545 572 SAIDA: audio;
#X obj 513 108 noise~;
#X text 11 34 REACTIVE;
#X text 23 76 Progressive Filter;
#X obj 618 133 readsf~;
#X msg 618 108 open teste.wav \, 1;
#X obj 582 108 sel 1;
#X text 112 368 partial:;
#X text 98 111 1st-8th order band-pass filters \, selectable 0.8-100
Q factor and 20-8kHz central frequence or selectable [fo] and partial
(n=1 up to n=10);
#X text 13 111 Description:;
#X text 15 165 Usage:;
#X text 13 212 Arguments:;
#X obj 516 174 hsl 64 15 0 1 0 1 empty empty empty -2 -8 0 10 -262144
-1 -1 700 1;
#X text 547 156 Volume;
#X obj 513 194 *~ 1;
#X floatatom 548 195 5 0 0 0 - - -;
#X text 513 236 Select Input;
#X obj 668 185 hsl 64 15 0 5 0 1 empty empty empty -2 -8 0 10 -262144
-1 -1 1100 1;
#X text 699 167 Volume;
#X obj 665 205 *~ 1;
#X floatatom 700 206 5 0 0 0 - - -;
#X text 172 442 2 - 2nd order pass-band;
#X text 172 456 3 - 2nd order vcf band-pass;
#X text 172 469 4 - 4tn order vcf band-pass;
#X text 173 483 5 - 6th order vcf band-pass;
#X text 173 496 6 - 8th order vcf band-pass;
#X obj 672 133 t;
#X obj 734 91 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X floatatom 734 117 1 0 0 0 - - -;
#X obj 704 134 spigot;
#X text 630 87 toggle to repeat;
#X text 538 86 click to play \;;
#X text 511 59 INPUT: audio & data;
#X text 568 273 f0;
#X text 631 273 fc;
#X text 699 274 Q;
#X text 23 58 FUNEW v.8.5;
#X text 97 275 Q Slide: Q;
#X text 112 601 Number box dB: Show volume (vol) output level in dB
;
#X text 112 621 Level slider: Controls the volume output level;
#X text 112 642 VU: Indicates output level in dB;
#X text 170 386 (you may choose which partial to filter);
#X text 107 185 Ex: funew Flute;
#X text 12 242 Inlets:;
#X text 97 258 Central Frequency: fc;
#X text 111 558 Toggle: Turn On/Off filter (if off \, filter is mute)
;
#X text 112 580 Button 0dB: Set level on zero dB;
#X text 14 319 Remote controls:;
#X text 97 165 funew ARG1;
#X text 96 213 ARG1 --> Name for the Funew instance;
#X text 129 335 Q: ARG-Q;
#X text 129 319 Central Frequency: ARG-fc;
#X text 13 367 Local controls:;
#X text 112 518 Central f(Hz): fc slider and box number;
#X text 112 538 Q: Q factor slider and box number;
#X text 112 412 filter type selector:;
#X text 172 428 1 - 1st order pass-band (default);
#X text 97 242 Fundamental Frequency: f0;
#X text 171 368 Partial selector (float on box and integer on button)
;
#X obj 507 291 funew HELP;
#X text 509 624 LATM-DM-FFCLRP-USP(c)2017 Reactive. Funew v.8.5 (10/05/17)
;
#N canvas 0 22 557 395 multiplexador 0;
#X obj 60 197 *~;
#X obj 103 105 tgl 12 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 89 198 *~;
#X obj 119 105 tgl 12 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 119 198 *~;
#X obj 135 105 tgl 12 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 24 35 inlet~;
#X obj 75 34 inlet~;
#X obj 126 34 inlet~;
#X obj 89 234 outlet~;
#X msg 196 69 1;
#X msg 226 69 0;
#X obj 193 47 route 0 1;
#X msg 273 69 1;
#X msg 303 69 0;
#X obj 270 47 route 0 1;
#X floatatom 214 101 5 0 0 0 - - -;
#X floatatom 285 101 5 0 0 0 - - -;
#X obj 180 236 spigot;
#X floatatom 213 215 3 0 0 0 - - -;
#X floatatom 179 261 5 0 0 0 - - -;
#X floatatom 180 216 3 0 0 0 - - -;
#X obj 180 191 t f f;
#X obj 253 237 spigot;
#X floatatom 286 216 3 0 0 0 - - -;
#X floatatom 252 262 5 0 0 0 - - -;
#X floatatom 253 217 3 0 0 0 - - -;
#X obj 253 192 t f f;
#X obj 326 237 spigot;
#X floatatom 359 216 3 0 0 0 - - -;
#X floatatom 325 262 5 0 0 0 - - -;
#X floatatom 326 217 3 0 0 0 - - -;
#X obj 326 192 t f f;
#X msg 349 68 1;
#X msg 379 68 0;
#X obj 346 46 route 0 1;
#X floatatom 361 100 5 0 0 0 - - -;
#X connect 0 0 9 0;
#X connect 1 0 0 1;
#X connect 1 0 22 0;
#X connect 2 0 9 0;
#X connect 3 0 2 1;
#X connect 3 0 27 0;
#X connect 4 0 9 0;
#X connect 5 0 4 1;
#X connect 5 0 32 0;
#X connect 6 0 0 0;
#X connect 7 0 2 0;
#X connect 8 0 4 0;
#X connect 10 0 16 0;
#X connect 11 0 3 0;
#X connect 11 0 5 0;
#X connect 11 0 16 0;
#X connect 12 0 10 0;
#X connect 12 1 11 0;
#X connect 13 0 17 0;
#X connect 14 0 1 0;
#X connect 14 0 5 0;
#X connect 14 0 17 0;
#X connect 15 0 13 0;
#X connect 15 1 14 0;
#X connect 18 0 20 0;
#X connect 19 0 18 1;
#X connect 20 0 12 0;
#X connect 21 0 18 0;
#X connect 22 0 21 0;
#X connect 22 1 19 0;
#X connect 23 0 25 0;
#X connect 24 0 23 1;
#X connect 25 0 15 0;
#X connect 26 0 23 0;
#X connect 27 0 26 0;
#X connect 27 1 24 0;
#X connect 28 0 30 0;
#X connect 29 0 28 1;
#X connect 30 0 35 0;
#X connect 31 0 28 0;
#X connect 32 0 31 0;
#X connect 32 1 29 0;
#X connect 33 0 36 0;
#X connect 34 0 36 0;
#X connect 35 0 33 0;
#X connect 35 1 34 0;
#X connect 36 0 1 0;
#X connect 36 0 3 0;
#X coords 0 -1 1 1 50 22 2 100 100;
#X restore 597 230 pd multiplexador;
#N canvas 593 250 450 300 credits 0;
#X text 17 87 License: CC BY;
#X text 17 50 (C) LATM - Laboratory of Audio and Music Technologies
- USP 2013-2021;
#X text 18 123 History:;
#X text 18 20 REACTIVE - Sound processors library for reactive musical
applications;
#X text 509 624 LATM-DM-FFCLRP-USP(c)2017 Reactive. Funew v.8.5 (10/05/17)
;
#X text 83 206 Funew v.8.1 (06/11/2013);
#X text 83 186 Funew v.8.2 (19/10/2013);
#X text 83 161 Funew v.8.3 (27/08/2014);
#X text 83 141 Funew v.8.4 (24/05/2016);
#X text 83 122 Funew v.8.5 (10/05/2017);
#X restore 798 656 pd credits;
#X text 716 681 REACTIVE (C) LATM - 2021;
#X connect 0 0 21 0;
#X connect 3 0 16 0;
#X connect 6 0 63 1;
#X connect 6 1 28 0;
#X connect 7 0 6 0;
#X connect 8 0 7 0;
#X connect 14 0 16 1;
#X connect 14 0 17 0;
#X connect 16 0 63 0;
#X connect 19 0 21 1;
#X connect 19 0 22 0;
#X connect 21 0 63 2;
#X connect 28 0 31 0;
#X connect 29 0 30 0;
#X connect 30 0 31 1;
#X connect 31 0 7 0;
#X connect 61 0 1 0;
#X connect 61 0 1 1;
#X connect 63 0 61 0;