Changeset 7258c6a in buchla-68k for include/wsdsp.h


Ignore:
Timestamp:
07/09/2017 04:45:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8618599
Parents:
0292fbb
Message:

Use standard integer types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/wsdsp.h

    r0292fbb r7258c6a  
    1212struct  wstbl   {               /* waveshape table library entry */
    1313
    14         short   final[NUMWPNT];         /* final values */
    15         short   offset[NUMWPNT];        /* offset values */
    16         short   harmon[NUMHARM];        /* harmonic values */
     14        int16_t final[NUMWPNT];         /* final values */
     15        int16_t offset[NUMWPNT];        /* offset values */
     16        int16_t harmon[NUMHARM];        /* harmonic values */
    1717};
    1818
Note: See TracChangeset for help on using the changeset viewer.