-
Notifications
You must be signed in to change notification settings - Fork 1
/
pitchshifter~-help.pd
executable file
·81 lines (81 loc) · 2.55 KB
/
pitchshifter~-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
#N canvas -700 18 573 818 10;
#X declare -lib iemlib;
#X obj 10 775 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0
14 -228856 -66577 0;
#X obj 10 10 cnv 15 552 40 empty \$0-pddp.cnv.header pitchshifter~
3 12 0 18 -191407 -1 0;
#X obj 10 638 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
-228856 -1 0;
#N canvas 120 533 334 174 META 0;
#X text 12 85 OUTLET_0 signal;
#X text 12 5 KEYWORDS pitch alteration;
#X text 12 25 LICENSE;
#X text 12 45 DESCRIPTION simple pitch shifter;
#X text 12 65 INLET_0 signal float windowsize open bang(openpanel)
;
#X text 12 105 LIBRARY blib;
#X text 12 125 AUTHOR ives;
#X text 12 145 RELEASE_DATE 2012;
#X restore 500 777 pd META;
#X obj 10 736 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
13 -228856 -1 0;
#X obj 88 647 cnv 17 3 35 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
-162280 0;
#X text 108 646 float;
#X obj 88 745 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
-162280 0;
#X text 108 744 signal;
#X obj 502 61 pddp/dsp;
#X text 21 33 simple pitchshifter;
#X text 32 70 The [pitchshift~]-object is a very simple approach of
changing a signals pitch without affecting its playback-speed.;
#X obj 63 534 cnv 15 78 40 empty empty empty 20 12 0 14 -191407 -66577
0;
#X obj 67 593 dac~;
#X msg 209 486 windowsize \$1;
#X msg 209 423 512;
#X msg 239 423 1024;
#X msg 269 423 2048;
#X floatatom 339 423 5 0 0 0 - - -;
#X obj 66 153 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X text 86 151 load file (openpanel);
#X text 282 256 load file (wav \, aiff);
#X msg 106 256 open ../doc/sound/voice.wav;
#X obj 180 199 loadbang;
#X text 306 427 ...;
#X text 176 427 ...;
#X text 323 473 best choice depends on material;
#X obj 153 377 hsl 128 15 0.5 5 0 0 empty empty empty -2 -8 0 10 -191407
-1 -1 1411 1;
#X text 268 333 shift pitch!;
#X msg 150 311 0.5;
#X msg 180 321 1;
#X msg 210 331 2;
#X text 323 453 change the windowsize;
#X text 178 646 - an incoming float changes the pitch;
#X text 108 666 symbol;
#X text 178 666 - windowsize \$1;
#X text 108 686 symbol;
#X text 178 686 - open \$1;
#X text 108 706 bang;
#X text 178 706 - openpanel;
#X text 177 744 - the outgoing signal.;
#X obj 10 128 cnv 3 550 3 empty \$0-pddp.cnv.inlets empty 8 12 0 13
-228856 -1 0;
#X obj 66 546 pitchshifter~;
#X connect 14 0 42 0;
#X connect 15 0 14 0;
#X connect 16 0 14 0;
#X connect 17 0 14 0;
#X connect 18 0 14 0;
#X connect 19 0 42 0;
#X connect 22 0 42 0;
#X connect 23 0 22 0;
#X connect 23 0 30 0;
#X connect 27 0 42 0;
#X connect 29 0 27 0;
#X connect 30 0 27 0;
#X connect 31 0 27 0;
#X connect 42 0 13 0;
#X connect 42 0 13 1;