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

Diff for /src/usr.bin/aucat/Attic/aproc.h between version 1.41 and 1.42

version 1.41, 2011/11/20 22:54:51 version 1.42, 2011/12/02 10:34:50
Line 170 
Line 170 
                         int snext;              /* to reach the next sample */                          int snext;              /* to reach the next sample */
                 } conv;                  } conv;
                 struct {                  struct {
                         struct timo timo;       /* timout for throtteling */  
                 } thru;  
                 struct {  
                         struct dev *dev;        /* controlled device */                          struct dev *dev;        /* controlled device */
                           struct timo timo;       /* timout for throtteling */
                         unsigned fps;           /* MTC frames per second */                          unsigned fps;           /* MTC frames per second */
 #define MTC_FPS_24      0  #define MTC_FPS_24      0
 #define MTC_FPS_25      1  #define MTC_FPS_25      1
Line 185 
Line 183 
                         unsigned fr;            /* MTC frames */                          unsigned fr;            /* MTC frames */
                         unsigned qfr;           /* MTC quarter frames */                          unsigned qfr;           /* MTC quarter frames */
                         int delta;              /* rel. to the last MTC tick */                          int delta;              /* rel. to the last MTC tick */
                 } ctl;                  } midi;
         } u;          } u;
 };  };
   

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42