[PD-cvs] pd/doc/7.stuff/tools latency.pd,1.1.1.1,1.1.1.1.22.1 testtone.pd,1.4,1.4.4.1

Tim Blechmann timblech at users.sourceforge.net
Thu Nov 11 23:30:43 CET 2004


Update of /cvsroot/pure-data/pd/doc/7.stuff/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32607/doc/7.stuff/tools

Modified Files:
      Tag: devel_0_38
	latency.pd testtone.pd 
Log Message:
merging miller's changes between test7 and test10

Index: latency.pd
===================================================================
RCS file: /cvsroot/pure-data/pd/doc/7.stuff/tools/latency.pd,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.22.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.22.1
*** latency.pd	29 Jul 2002 17:06:04 -0000	1.1.1.1
--- latency.pd	11 Nov 2004 22:30:40 -0000	1.1.1.1.22.1
***************
*** 1,21 ****
! #N canvas 37 -7 825 630 12;
! #X obj 98 184 metro 500;
! #X obj 60 296 sig~;
! #X msg 60 267 0.5;
! #X obj 96 245 del 3;
! #X msg 96 270 0;
! #X obj 33 325 dac~;
  #X obj 286 216 adc~;
! #X obj 290 312 timer;
! #X obj 92 335 env~ 65536;
! #X floatatom 92 362 4 0 0;
! #X floatatom 339 170 4 0 0;
  #X obj 339 193 + 100;
  #X obj 339 218 dbtorms;
! #X obj 180 335 env~ 65536;
! #X floatatom 180 364 4 0 0;
! #X floatatom 290 349 4 0 0;
  #X obj 312 245 *~ 1;
! #X obj 312 282 threshold~ 0.1 5 0.05 5;
  #X obj 634 160 bonk~;
  #X obj 634 188 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
--- 1,20 ----
! #N canvas 37 0 825 630 12;
! #X obj 132 166 metro 500;
! #X msg 91 217 0.5;
! #X obj 130 192 del 3;
! #X msg 130 217 0;
! #X obj 34 323 dac~;
  #X obj 286 216 adc~;
! #X obj 291 310 timer;
! #X obj 93 333 env~ 65536;
! #X floatatom 93 360 4 0 0 0 - - -;
! #X floatatom 339 170 4 0 0 0 - - -;
  #X obj 339 193 + 100;
  #X obj 339 218 dbtorms;
! #X obj 181 333 env~ 65536;
! #X floatatom 181 362 4 0 0 0 - - -;
! #X floatatom 291 347 4 0 0 0 - - -;
  #X obj 312 245 *~ 1;
! #X obj 348 278 threshold~ 0.1 5 0.05 5;
  #X obj 634 160 bonk~;
  #X obj 634 188 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
***************
*** 26,30 ****
  1;
  #X obj 571 211 * 0.1;
! #X obj 80 25 vdl 15 1 0 3 empty empty empty 0 -6 0 8 -262144 -1 -1
  0;
  #X msg 17 138 \; pd dsp 1;
--- 25,29 ----
  1;
  #X obj 571 211 * 0.1;
! #X obj 79 25 vdl 15 1 0 3 empty empty empty 0 -6 0 8 -262144 -1 -1
  0;
  #X msg 17 138 \; pd dsp 1;
***************
*** 32,45 ****
  #X obj 16 113 sel 0;
  #X text 100 20 off;
! #X obj 96 156 == 1;
  #X obj 80 78 t f;
  #X text 102 36 measure latency;
  #X text 100 53 test continuity;
  #X obj 582 97 == 2;
! #X text 89 381 level out;
! #X text 181 382 level in;
  #X obj 530 244 dac~;
! #X text 291 370 latency in;
! #X text 292 386 msec;
  #X text 656 188 this flashes when;
  #X text 656 207 a discontinuity is;
--- 31,44 ----
  #X obj 16 113 sel 0;
  #X text 100 20 off;
! #X obj 132 142 == 1;
  #X obj 80 78 t f;
  #X text 102 36 measure latency;
  #X text 100 53 test continuity;
  #X obj 582 97 == 2;
! #X text 90 379 level out;
! #X text 182 380 level in;
  #X obj 530 244 dac~;
! #X text 292 368 latency in;
! #X text 293 384 msec;
  #X text 656 188 this flashes when;
  #X text 656 207 a discontinuity is;
***************
*** 50,97 ****
  #X text 538 66 --- continuity check ---;
  #X text 169 105 --- latency measurement ---;
! #X text 63 410 To use this patch \, connect your audio output back
  to the audio input (channel 1 should suffice.) The latency measurement
  assumes the feedback gain is at least about -14 dB - you can increase
  the input sensitivity if need be.;
! #X text 66 481 If you select "measure latency" a series of pulses are
  timed using the "threshold~" object - note that it has an uncertainty
  of 1.45 msec (at 44K1) \, so you might see the number jitter even if
  the latency is constant.;
! #X text 66 554 Select "test continuity' to see if there are interruptions
  in the sound \, either at the input or output stage. If there are \,
  the button will flash.;
  #X connect 0 0 2 0;
! #X connect 0 0 3 0;
! #X connect 0 0 7 0;
! #X connect 1 0 8 0;
! #X connect 1 0 5 0;
! #X connect 1 0 5 1;
! #X connect 2 0 1 0;
! #X connect 3 0 4 0;
! #X connect 4 0 1 0;
! #X connect 6 0 16 0;
! #X connect 7 0 15 0;
! #X connect 8 0 9 0;
  #X connect 10 0 11 0;
! #X connect 11 0 12 0;
! #X connect 12 0 16 1;
! #X connect 13 0 14 0;
! #X connect 16 0 13 0;
! #X connect 16 0 17 0;
! #X connect 17 0 7 1;
! #X connect 18 0 19 0;
! #X connect 20 0 21 0;
! #X connect 21 0 36 0;
! #X connect 21 0 36 1;
! #X connect 22 0 23 0;
! #X connect 23 0 21 1;
! #X connect 24 0 30 0;
! #X connect 26 0 18 0;
! #X connect 27 1 25 0;
! #X connect 29 0 0 0;
! #X connect 30 0 27 0;
! #X connect 30 0 29 0;
! #X connect 30 0 33 0;
! #X connect 33 0 22 0;
! #X connect 33 0 26 1;
! #X connect 42 0 26 0;
--- 49,99 ----
  #X text 538 66 --- continuity check ---;
  #X text 169 105 --- latency measurement ---;
! #X text 67 420 To use this patch \, connect your audio output back
  to the audio input (channel 1 should suffice.) The latency measurement
  assumes the feedback gain is at least about -14 dB - you can increase
  the input sensitivity if need be.;
! #X text 70 491 If you select "measure latency" a series of pulses are
  timed using the "threshold~" object - note that it has an uncertainty
  of 1.45 msec (at 44K1) \, so you might see the number jitter even if
  the latency is constant.;
! #X text 70 564 Select "test continuity' to see if there are interruptions
  in the sound \, either at the input or output stage. If there are \,
  the button will flash.;
+ #X obj 94 243 vline~;
+ #X obj 133 279 threshold~ 0.1 5 0.05 5;
+ #X connect 0 0 1 0;
  #X connect 0 0 2 0;
! #X connect 1 0 49 0;
! #X connect 2 0 3 0;
! #X connect 3 0 49 0;
! #X connect 5 0 15 0;
! #X connect 6 0 14 0;
! #X connect 7 0 8 0;
! #X connect 9 0 10 0;
  #X connect 10 0 11 0;
! #X connect 11 0 15 1;
! #X connect 12 0 13 0;
! #X connect 15 0 12 0;
! #X connect 15 0 16 0;
! #X connect 16 0 6 1;
! #X connect 17 0 18 0;
! #X connect 19 0 20 0;
! #X connect 20 0 35 0;
! #X connect 20 0 35 1;
! #X connect 21 0 22 0;
! #X connect 22 0 20 1;
! #X connect 23 0 29 0;
! #X connect 25 0 17 0;
! #X connect 26 1 24 0;
! #X connect 28 0 0 0;
! #X connect 29 0 26 0;
! #X connect 29 0 28 0;
! #X connect 29 0 32 0;
! #X connect 32 0 21 0;
! #X connect 32 0 25 1;
! #X connect 41 0 25 0;
! #X connect 49 0 7 0;
! #X connect 49 0 4 0;
! #X connect 49 0 4 1;
! #X connect 49 0 50 0;
! #X connect 50 0 6 0;

Index: testtone.pd
===================================================================
RCS file: /cvsroot/pure-data/pd/doc/7.stuff/tools/testtone.pd,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -C2 -d -r1.4 -r1.4.4.1
*** testtone.pd	6 Sep 2004 20:20:26 -0000	1.4
--- testtone.pd	11 Nov 2004 22:30:40 -0000	1.4.4.1
***************
*** 57,61 ****
  #X restore 236 308 pd midi;
  #X floatatom 139 185 3 0 0 0 - - -;
! #X floatatom 172 185 3 0 0 0 - - -;
  #X text 24 341 PD is COPYRIGHT 1997-2002 by Miller Puckette and others
  but is free for you to use for any reasonable purpose. See the file
--- 57,61 ----
  #X restore 236 308 pd midi;
  #X floatatom 139 185 3 0 0 0 - - -;
! #X floatatom 171 185 3 0 0 0 - - -;
  #X text 24 341 PD is COPYRIGHT 1997-2002 by Miller Puckette and others
  but is free for you to use for any reasonable purpose. See the file
***************
*** 101,115 ****
  #X obj 260 117 tgl 20 0 tone-ch6 tone-ch6 6 5 -8 0 12 -262144 -1 -1
  1 1;
! #X obj 294 108 bng 15 250 50 0 tone-all empty ALL 20 8 0 12 -262144
  -1 -1;
! #X obj 294 129 bng 15 250 50 0 tone-none empty NONE 20 8 0 12 -262144
  -1 -1;
! #X floatatom 205 185 3 0 0 0 - - -;
! #X floatatom 238 185 3 0 0 0 - - -;
! #X floatatom 271 186 3 0 0 0 - - -;
! #X floatatom 305 186 3 0 0 0 - - -;
  #X text 154 210 AUDIO INPUT (RMS dB);
  #X text 45 62 TEST;
! #N canvas 162 353 903 462 -------audio---- 0;
  #X obj 186 95 hip~ 5;
  #X obj 194 172 outlet;
--- 101,127 ----
  #X obj 260 117 tgl 20 0 tone-ch6 tone-ch6 6 5 -8 0 12 -262144 -1 -1
  1 1;
! #X obj 331 108 bng 15 250 50 0 tone-all empty ALL 20 8 0 12 -262144
  -1 -1;
! #X obj 331 129 bng 15 250 50 0 tone-none empty NONE 20 8 0 12 -262144
  -1 -1;
! #X floatatom 204 185 3 0 0 0 - - -;
! #X floatatom 237 185 3 0 0 0 - - -;
! #X floatatom 269 186 3 0 0 0 - - -;
! #X floatatom 302 186 3 0 0 0 - - -;
  #X text 154 210 AUDIO INPUT (RMS dB);
  #X text 45 62 TEST;
! #X text 72 174 noise;
! #X text 71 191 tone;
! #X text 44 80 SIGNAL;
! #X text 131 78 test signal channels:;
! #X obj 52 174 vradio 15 1 0 2 tone-type tone-type-set empty 0 -6 0
! 8 -262144 -1 -1 1;
! #X obj 51 104 vradio 15 1 0 3 tone-radio tone-radio-set empty 0 -6
! 0 8 -262144 -1 -1 2;
! #X obj 379 220 adc~;
! #X obj 379 256 print~;
! #X obj 438 227 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
! -1;
! #N canvas 162 353 903 462 -------audio----------- 0;
  #X obj 186 95 hip~ 5;
  #X obj 194 172 outlet;
***************
*** 285,288 ****
--- 297,330 ----
  #X connect 28 0 16 0;
  #X restore 24 68 pd tone-generator;
+ #X obj 899 96 hip~ 5;
+ #X obj 907 173 outlet;
+ #X obj 907 147 int;
+ #X obj 907 121 env~ 8192;
+ #X obj 909 196 r~ tone-mon;
+ #X obj 918 331 line~;
+ #X obj 899 221 *~;
+ #X obj 918 304 pack 0 50;
+ #X obj 909 251 r~ tone-osc;
+ #X obj 909 356 *~;
+ #X obj 899 386 +~;
+ #X obj 907 69 r tone-hip;
+ #X obj 1019 95 hip~ 5;
+ #X obj 1027 172 outlet;
+ #X obj 1027 146 int;
+ #X obj 1027 120 env~ 8192;
+ #X obj 1029 195 r~ tone-mon;
+ #X obj 1038 330 line~;
+ #X obj 1019 220 *~;
+ #X obj 1038 303 pack 0 50;
+ #X obj 1029 250 r~ tone-osc;
+ #X obj 1029 355 *~;
+ #X obj 1019 385 +~;
+ #X obj 1027 68 r tone-hip;
+ #X obj 918 278 r tone-ch5;
+ #X obj 1038 277 r tone-ch6;
+ #X obj 899 43 adc~ 7;
+ #X obj 1019 42 adc~ 8;
+ #X obj 899 411 dac~ 7;
+ #X obj 1019 410 dac~ 8;
  #X connect 0 0 7 0;
  #X connect 0 0 3 0;
***************
*** 374,390 ****
  #X connect 92 0 69 0;
  #X connect 93 0 81 0;
! #X restore 139 159 pd -------audio----;
! #X text 72 174 noise;
! #X text 71 191 tone;
! #X text 44 80 SIGNAL;
! #X text 131 78 test signal channels:;
! #X obj 52 174 vradio 15 1 0 2 tone-type tone-type-set empty 0 -6 0
! 8 -262144 -1 -1 1;
! #X obj 51 104 vradio 15 1 0 3 tone-radio tone-radio-set empty 0 -6
! 0 8 -262144 -1 -1 2;
! #X obj 379 220 adc~;
! #X obj 379 256 print~;
! #X obj 438 227 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
! -1;
  #X connect 1 0 2 0;
  #X connect 1 1 2 1;
--- 416,454 ----
  #X connect 92 0 69 0;
  #X connect 93 0 81 0;
! #X connect 99 0 105 0;
! #X connect 99 0 102 0;
! #X connect 101 0 100 0;
! #X connect 102 0 101 0;
! #X connect 103 0 105 1;
! #X connect 104 0 108 1;
! #X connect 105 0 109 0;
! #X connect 106 0 104 0;
! #X connect 107 0 108 0;
! #X connect 108 0 109 1;
! #X connect 109 0 127 0;
! #X connect 110 0 99 1;
! #X connect 111 0 117 0;
! #X connect 111 0 114 0;
! #X connect 113 0 112 0;
! #X connect 114 0 113 0;
! #X connect 115 0 117 1;
! #X connect 116 0 120 1;
! #X connect 117 0 121 0;
! #X connect 118 0 116 0;
! #X connect 119 0 120 0;
! #X connect 120 0 121 1;
! #X connect 121 0 128 0;
! #X connect 122 0 111 1;
! #X connect 123 0 106 0;
! #X connect 124 0 118 0;
! #X connect 125 0 99 0;
! #X connect 126 0 111 0;
! #X restore 139 159 pd -------audio-----------;
! #X floatatom 335 186 3 0 0 0 - - -;
! #X floatatom 368 186 3 0 0 0 - - -;
! #X obj 283 117 tgl 20 0 tone-ch7 tone-ch7 7 5 -8 0 12 -262144 -1 -1
! 0 1;
! #X obj 308 117 tgl 20 0 tone-ch8 tone-ch8 8 5 -8 0 12 -262144 -1 -1
! 0 1;
  #X connect 1 0 2 0;
  #X connect 1 1 2 1;
***************
*** 394,403 ****
  #X connect 9 1 7 0;
  #X connect 16 0 10 0;
! #X connect 35 0 11 0;
! #X connect 35 1 12 0;
! #X connect 35 2 29 0;
! #X connect 35 3 30 0;
! #X connect 35 4 31 0;
! #X connect 35 5 32 0;
! #X connect 42 0 43 0;
! #X connect 44 0 43 0;
--- 458,469 ----
  #X connect 9 1 7 0;
  #X connect 16 0 10 0;
! #X connect 41 0 42 0;
! #X connect 43 0 42 0;
! #X connect 44 0 11 0;
! #X connect 44 1 12 0;
! #X connect 44 2 29 0;
! #X connect 44 3 30 0;
! #X connect 44 4 31 0;
! #X connect 44 5 32 0;
! #X connect 44 6 45 0;
! #X connect 44 7 46 0;





More information about the Pd-cvs mailing list