[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.14 and 1.15

version 1.14, 2010/04/03 17:59:17 version 1.15, 2010/04/06 20:07:01
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.14  
changed lines
  Added in v.1.15