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

Diff for /src/usr.bin/sndiod/midi.h between version 1.10 and 1.11

version 1.10, 2019/09/21 04:42:46 version 1.11, 2020/01/23 05:27:17
Line 68 
Line 68 
 #define MIDI_MSGMAX     16              /* max size of MIDI msg */  #define MIDI_MSGMAX     16              /* max size of MIDI msg */
         unsigned char msg[MIDI_MSGMAX]; /* parsed input message */          unsigned char msg[MIDI_MSGMAX]; /* parsed input message */
         unsigned int st;                /* input MIDI running status */          unsigned int st;                /* input MIDI running status */
           unsigned int last_st;           /* backup of st during sysex */
         unsigned int used;              /* bytes used in ``msg'' */          unsigned int used;              /* bytes used in ``msg'' */
         unsigned int idx;               /* current ``msg'' size */          unsigned int idx;               /* current ``msg'' size */
         unsigned int len;               /* expected ``msg'' length */          unsigned int len;               /* expected ``msg'' length */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11