[BACK]Return to conf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/conf.h between version 1.14 and 1.15

version 1.14, 2010/04/03 17:59:17 version 1.15, 2010/04/06 20:07:01
Line 31 
Line 31 
 #endif  #endif
   
 /*  /*
  * Number of blocks in the device play/record buffers.  Because Sun API  
  * cannot notify apps of the current positions, we have to use all N  
  * buffers devices blocks plus one extra block, to make write() block,  
  * so that poll() can return the exact postition.  
  */  
 #define DEV_NBLK 2  
   
 /*  
  * Number of blocks in the wav-file i/o buffers.  
  */  
 #define WAV_NBLK 6  
   
 /*  
  * socket and option names   * socket and option names
  */   */
 #define DEFAULT_MIDITHRU        "midithru"  #define DEFAULT_MIDITHRU        "midithru"

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15