1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #N canvas 1 53 774 568 10;
- #X obj 37 427 dac~;
- #X obj 38 181 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
- -1;
- #X obj 54 216 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
- 1;
- #X floatatom 111 250 5 0 0 0 - - -;
- #X text 58 180 Inlet 1 \, bang: Play sample once;
- #X text 73 213 Inlet 1 \, float: Start/stop playing looped sample;
- #X text 34 28 Description: Pitchshifts or timestretches a sample with
- the FFT method;
- #X text 32 58 Tags: Sound Sample Play;
- #X obj 458 120 tof/sample smpfft ../../doc/sound/voice.wav;
- #X text 149 248 Inlet 2 \, float: Pitch (1=normal);
- #X obj 458 97 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
- -1;
- #X floatatom 281 281 5 0 0 0 - - -;
- #X text 319 280 Inlet 3 \, float: Duration in milliseconds;
- #X obj 285 313 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
- -1 -1;
- #X text 320 311 Inlet 3 \, bang: Reset to original duration;
- #X obj 185 399 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
- -1 -1;
- #X obj 135 435 cyclone/Snapshot~ 100;
- #X floatatom 136 457 5 0 0 0 - - -;
- #X obj 38 363 tof/sample_shifft~ smpfft;
- #X text 173 458 Outlet 3 \, signal: progress;
- #X text 214 396 Outlet 4 \, bang: done;
- #N canvas 259 201 494 344 META 0;
- #X text 12 235 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
- Wilkes for Pd version 0.42.;
- #X text 12 55 LICENSE GPL v2;
- #X text 12 215 AUTHOR Thomas Ouellet Fredericks;
- #X text 12 5 KEYWORDS control filesystem soundfile;
- #X text 12 75 INLET_0 bang float;
- #X text 12 95 INLET_1 float;
- #X text 12 115 INLET_2 bang float;
- #X text 12 135 OUTLET_0 signal;
- #X text 12 155 OUTLET_1 signal;
- #X text 12 175 OUTLET_2 signal;
- #X text 12 195 OUTLET_3 bang;
- #X text 12 25 DESCRIPTION pitchshift or timestretch a sample with the
- FFT method;
- #X restore 718 518 pd META;
- #X connect 1 0 18 0;
- #X connect 2 0 18 0;
- #X connect 3 0 18 1;
- #X connect 10 0 8 0;
- #X connect 11 0 18 2;
- #X connect 13 0 18 2;
- #X connect 16 0 17 0;
- #X connect 18 0 0 0;
- #X connect 18 1 0 1;
- #X connect 18 2 16 0;
- #X connect 18 3 15 0;
|