[PD-cvs] externals/ekext/peakit~ peakit~-help.pd, NONE, 1.1 peakit~.c, 1.1.1.2, 1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Sep 29 23:36:49 CEST 2007


Update of /cvsroot/pure-data/externals/ekext/peakit~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11713/peakit~

Modified Files:
	peakit~.c 
Added Files:
	peakit~-help.pd 
Log Message:
renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way

Index: peakit~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ekext/peakit~/peakit~.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -C2 -d -r1.1.1.2 -r1.2
*** peakit~.c	14 Sep 2007 15:25:47 -0000	1.1.1.2
--- peakit~.c	29 Sep 2007 21:36:47 -0000	1.2
***************
*** 141,145 ****
    post("|-<>-<edward>-<kelly>---<>-<2005>--|");
  
!   class_sethelpsymbol(peakit_tilde_class, gensym("help-peakit~"));
    class_addmethod(peakit_tilde_class, (t_method)peakit_tilde_dsp, gensym("dsp"), 0);
    class_addmethod(peakit_tilde_class, (t_method)peakit_tilde_iexp, &s_float, A_DEFFLOAT, 0);
--- 141,145 ----
    post("|-<>-<edward>-<kelly>---<>-<2005>--|");
  
! 
    class_addmethod(peakit_tilde_class, (t_method)peakit_tilde_dsp, gensym("dsp"), 0);
    class_addmethod(peakit_tilde_class, (t_method)peakit_tilde_iexp, &s_float, A_DEFFLOAT, 0);

--- NEW FILE: peakit~-help.pd ---
#N canvas 183 261 585 491 10;
#X text 267 241 argument sets minimum magnitude to report;
#X obj 150 161 *~;
#X obj 166 139 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
1;
#X obj 132 138 adc~;
#X obj 106 347 print;
#X obj 269 346 print;
#X obj 245 208 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
1;
#X text 263 207 turn processing on or off;
#X obj 220 161 *~;
#X obj 236 139 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1
1;
#N canvas 0 22 458 308 peakit~ 0;
#X obj 59 69 inlet~;
#X obj 309 94 switch~ 1024 1 1;
#X obj 309 69 inlet;
#X obj 135 126 rfft~;
#X obj 133 158 peakit~ 0;
#X obj 190 68 inlet;
#X text 7 17 This is in a subpatch so that the block size can be changed
with the [switch~] object. Its set to 1024 here.;
#X obj 213 244 outlet;
#X obj 50 245 outlet;
#X connect 0 0 3 0;
#X connect 2 0 1 0;
#X connect 3 0 4 0;
#X connect 3 1 4 1;
#X connect 4 0 8 0;
#X connect 4 1 7 0;
#X connect 5 0 4 2;
#X restore 168 262 pd peakit~;
#X obj 202 138 osc~;
#X obj 205 98 hsl 128 15 50 500 1 0 empty empty empty -2 -6 0 8 -262144
-1 -1 8100 0;
#X floatatom 211 118 5 0 0 0 - - -;
#X connect 1 0 10 0;
#X connect 2 0 1 1;
#X connect 3 0 1 0;
#X connect 3 1 1 0;
#X connect 6 0 10 2;
#X connect 8 0 10 0;
#X connect 9 0 8 1;
#X connect 10 0 4 0;
#X connect 10 1 5 0;
#X connect 11 0 8 0;
#X connect 12 0 11 0;
#X connect 12 0 13 0;





More information about the Pd-cvs mailing list