Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29592
Modified Files: Tag: devel_0_38 d_soundfile.c Log Message: removed debug messages
Index: d_soundfile.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/d_soundfile.c,v retrieving revision 1.4.4.6 retrieving revision 1.4.4.7 diff -C2 -d -r1.4.4.6 -r1.4.4.7 *** d_soundfile.c 27 Nov 2004 10:22:36 -0000 1.4.4.6 --- d_soundfile.c 30 Nov 2004 09:50:47 -0000 1.4.4.7 *************** *** 1385,1389 **** set_callback(&soundfiler_read_update_garray, w, 4); pthread_cond_wait(&resume_after_callback, &resume_after_callback_mutex); - }
--- 1385,1388 ---- *************** *** 1406,1410 **** /* free the old arrays */
- post("freeing arrays"); for (i = 0; i < argc; i++) freealignedbytes(vecs[i], vecsize[i] * sizeof(t_float)); --- 1405,1408 ---- *************** *** 1423,1427 **** mlockall(MCL_FUTURE); #endif - post("bang"); outargs[0] = (t_int)x->x_obj.ob_outlet; --- 1421,1424 ---- *************** *** 1438,1446 **** pthread_cond_t * conditional = (pthread_cond_t*) w[3];
- post("w: %p",w); - post("%p",garray); - post("nvec %p",(char*)nvec); - post("%d",finalsize); - #ifdef GARRAY_THREAD_LOCK
--- 1435,1438 ---- *************** *** 1453,1457 **** garray->x_array.a_vec = (char *) nvec; garray->x_array.a_n = finalsize; ! /* if (garray->x_usedindsp) canvas_update_dsp(); */
#ifdef GARRAY_THREAD_LOCK --- 1445,1449 ---- garray->x_array.a_vec = (char *) nvec; garray->x_array.a_n = finalsize; ! if (garray->x_usedindsp) canvas_update_dsp();
#ifdef GARRAY_THREAD_LOCK