Changeset b28a12e in buchla-68k for ram/pix2mid.c


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/pix2mid.c

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
     8#include "ram.h"
    99
    1010#define PCENTER         256     /* pixel offset of 0 time line */
    11 
    12 extern  int16_t cflag;          /* accidental flag */
    13 extern  int16_t cnote;          /* note value at cursor */
    14 extern  int16_t cyval;          /* cursor y value */
    15 extern  int16_t cxval;          /* cursor x value */
    16 
    17 extern  int32_t ctime;          /* time at cursor */
    18 
    19 /*
    20 
    21 */
    2211
    2312int16_t mpixtab[52][4] = {      /* pixel to MIDI note for the white keys */
Note: See TracChangeset for help on using the changeset viewer.