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

Diff for /src/usr.bin/aucat/Attic/amsg.h between version 1.12 and 1.13

version 1.12, 2009/10/22 21:41:30 version 1.13, 2010/04/03 17:40:33
Line 87 
Line 87 
 #define AMSG_REC        0x2                     /* audio recording */  #define AMSG_REC        0x2                     /* audio recording */
 #define AMSG_MIDIIN     0x4                     /* MIDI thru input */  #define AMSG_MIDIIN     0x4                     /* MIDI thru input */
 #define AMSG_MIDIOUT    0x8                     /* MIDI thru output */  #define AMSG_MIDIOUT    0x8                     /* MIDI thru output */
 #define AMSG_MIXER      0x10                    /* MIDI mixer */  #define AMSG_MON        0x10                    /* audio monitoring */
   #define AMSG_RECMASK    (AMSG_REC | AMSG_MON)   /* can record ? */
                         uint16_t proto;         /* protocol type */                          uint16_t proto;         /* protocol type */
 #define AMSG_VERSION    1  #define AMSG_VERSION    1
                         uint8_t version;        /* protocol version */                          uint8_t version;        /* protocol version */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13