Update of /cvsroot/pure-data/externals/postlude/dssi/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9767
Modified Files: dssi~.c Log Message: Stopped configure buffer printing to console
Index: dssi~.c =================================================================== RCS file: /cvsroot/pure-data/externals/postlude/dssi/src/dssi~.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** dssi~.c 16 Feb 2006 11:10:05 -0000 1.4 --- dssi~.c 16 Feb 2006 11:22:12 -0000 1.5 *************** *** 1150,1154 **** p = x->configure_buffer_head;
! while(p){ post("key: %s", p->key); --- 1150,1156 ---- p = x->configure_buffer_head;
! ! /*FIX: eventually give ability to query this buffer (to outlet?) */ ! #if DEBUG while(p){ post("key: %s", p->key); *************** *** 1157,1161 **** p = p->next; } ! return 0; } --- 1159,1163 ---- p = p->next; } ! #endif return 0; } *************** *** 1467,1471 **** if(instance == -1){ while(n_instances--){ - post("instance = %d, n_instaances = %d",instance, n_instances); debug = dssi_send_configure( x, key, value, n_instances); --- 1469,1472 ----