gil_normalize.pd 400 B

12345678910111213141516
  1. #N canvas 611 131 450 300 10;
  2. #X text 222 238 (c)2012 Marian Weger;
  3. #X obj 125 150 inlet x0;
  4. #X text 37 30 gil_normalize;
  5. #X obj 196 150 inlet x1;
  6. #X obj 55 182 expr ($f1-$f2)/($f3-$f2);
  7. #X obj 55 224 outlet x_normalised;
  8. #X obj 55 150 inlet x;
  9. #X text 121 76 x - x0;
  10. #X text 119 98 x1 - x0;
  11. #X text 92 87 x = --------;
  12. #X connect 1 0 4 1;
  13. #X connect 3 0 4 2;
  14. #X connect 4 0 5 0;
  15. #X connect 6 0 4 0;