sample_shifft~-help.pd 2.0 KB

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