Changeset c93e44d in buchla-68k for ram/swinit.c


Ignore:
Timestamp:
11/12/2017 06:14:21 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
fa50076
Parents:
3f2d518
Message:

Fixed msm.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/swinit.c

    r3f2d518 rc93e44d  
    115115int8_t  loadedf[NLTYPES][8];    /* loaded file names */
    116116int8_t  masens[3];              /* MIDI port active sensing flags */
    117 int8_t  mctlval[NCTRLS];        /* MIDI controller values */
    118 int8_t  mdbyte[3];              /* MIDI data byte buffers */
     117int16_t mctlval[NCTRLS];        /* MIDI controller values */
     118int16_t mdbyte[3];              /* MIDI data byte buffers */
    119119int8_t  mpsust[48];             /* MIDI sustain status, by port and channel */
    120 int8_t  mrstat[3];              /* MIDI running status */
     120int16_t mrstat[3];              /* MIDI running status */
    121121int8_t  scname[N_SCORES][16];   /* Score names */
    122122int8_t  trgtab[NTRIGS];         /* trigger status */
Note: See TracChangeset for help on using the changeset viewer.