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

Diff for /src/usr.bin/aucat/Attic/midi.c between version 1.1 and 1.2

version 1.1, 2009/07/25 08:44:27 version 1.2, 2009/08/19 05:54:15
Line 41 
Line 41 
 #define MIDITHRU_XFER 340  #define MIDITHRU_XFER 340
 #define MIDITHRU_TIMO 100000  #define MIDITHRU_TIMO 100000
   
 struct aproc *thrubox = NULL;  
   
 unsigned voice_len[] = { 3, 3, 3, 3, 2, 2, 3 };  unsigned voice_len[] = { 3, 3, 3, 3, 2, 2, 3 };
 unsigned common_len[] = { 0, 2, 3, 2, 0, 0, 1, 1 };  unsigned common_len[] = { 0, 2, 3, 2, 0, 0, 1, 1 };
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2