Update of /cvsroot/alsa/alsa-kernel/include
In directory sc8-pr-cvs1:/tmp/cvs-serv3393/include

Modified Files:
        asequencer.h seq_midi_event.h 
Log Message:
Added encoding/decoding of SNDRV_SEQ_EVENT_NONREGPARAM and
SNDRV_SEQ_EVENT_REGPARAM params to midi event parsing routines.


Index: asequencer.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/asequencer.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- asequencer.h        9 May 2003 10:43:02 -0000       1.8
+++ asequencer.h        16 Jun 2003 11:19:12 -0000      1.9
@@ -57,8 +57,8 @@
 #define SNDRV_SEQ_EVENT_CHANPRESS      12
 #define SNDRV_SEQ_EVENT_PITCHBEND      13      /**< from -8192 to 8191 */
 #define SNDRV_SEQ_EVENT_CONTROL14      14      /**< 14 bit controller value */
-#define SNDRV_SEQ_EVENT_NONREGPARAM    15      /**< 14 bit NRPN */
-#define SNDRV_SEQ_EVENT_REGPARAM       16      /**< 14 bit RPN */
+#define SNDRV_SEQ_EVENT_NONREGPARAM    15      /**< 14 bit NRPN address + 14 bit 
unsigned value */
+#define SNDRV_SEQ_EVENT_REGPARAM       16      /**< 14 bit RPN address + 14 bit 
unsigned value */
 
 /** synchronisation messages
  * event data type = #sndrv_seq_ev_ctrl

Index: seq_midi_event.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/seq_midi_event.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- seq_midi_event.h    19 Apr 2002 17:29:59 -0000      1.4
+++ seq_midi_event.h    16 Jun 2003 11:19:12 -0000      1.5
@@ -30,13 +30,14 @@
 
 /* midi status */
 struct snd_midi_event_t {
-       int qlen;       /* queue length */
-       int read;       /* chars read */
-       int type;       /* current event type */
+       int qlen;               /* queue length */
+       int read;               /* chars read */
+       int type;               /* current event type */
        unsigned char lastcmd;
        unsigned char nostat;
+       unsigned char xreg_hit;
        int bufsize;
-       unsigned char *buf; /* input buffer */
+       unsigned char *buf;     /* input buffer */
        spinlock_t lock;
 };
 



-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to