Changeset b28a12e in buchla-68k for ram/delnote.c
- Timestamp:
- 07/10/2017 02:17:49 PM (7 years ago)
- Branches:
- master
- Children:
- 06f6615
- Parents:
- 39a696b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/delnote.c
r39a696b rb28a12e 6 6 */ 7 7 8 #include "all.h" 9 10 extern int16_t pix2mid(void); 11 extern int16_t sc_refr(int32_t t); 8 #include "ram.h" 12 9 13 10 #define TO_LFT (TO_BAK + 1) 14 11 15 extern int16_t cflag; /* accidental flag */16 extern int16_t cnote; /* note value at cursor */17 extern int16_t cxval; /* cursor x value */18 extern int16_t cyval; /* cursor y value */19 extern int16_t lstflag; /* last note entry list end flag */20 extern int16_t recsw; /* record status */21 22 extern int32_t ctime; /* time at cursor */23 24 extern int16_t grpmode[12]; /* group record modes */25 extern int16_t grpstat[12]; /* group status */26 12 /* 27 13
Note:
See TracChangeset
for help on using the changeset viewer.