- Timestamp:
- 07/14/2017 04:18:35 PM (7 years ago)
- Branches:
- master
- Children:
- ace9ee7
- Parents:
- 1efe224
- Location:
- include
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
include/asgdsp.h
r1efe224 rfa38804 41 41 #define AKSTART 19718 /* word offset for keyboard icon */ 42 42 43 /*44 45 */46 47 43 #define AK_CURS 1 /* cursor color */ 48 44 #define AK_BORD 10 /* display border color */ -
include/biosdefs.h
r1efe224 rfa38804 55 55 #define MC2_DEV 4 56 56 57 /*58 */59 57 /* 60 58 ============================================================================ … … 88 86 #define B_FAT16 0x0001 /* flag for using 16 bit FAT entries */ 89 87 90 /*91 92 */93 94 88 /* 95 89 ============================================================================ … … 118 112 #define F_SUBDIR 0x10 /* Sub-directory */ 119 113 #define F_ARCHIV 0x20 /* Archived */ 120 121 /*122 123 */124 114 125 115 /* … … 158 148 159 149 #define FC_RW (FC_RD | FC_WR) /* read-write mode */ 160 161 /*162 */163 150 164 151 /* -
include/ctype.h
r1efe224 rfa38804 39 39 */ 40 40 41 /*42 43 */44 45 41 #pragma once 46 42 … … 55 51 #define _B 0x40 /* blank */ 56 52 #define _X 0x80 /* hex digit */ 57 58 /*59 60 */61 53 62 54 #define isascii(c) (!((c) & ~0x7f)) -
include/instdsp.h
r1efe224 rfa38804 43 43 #define WSBFC 4 /* color of waveshape B final values */ 44 44 45 /*46 47 */48 49 45 /* ------------- Foreground colors for instrument display windows ----------- */ 50 46 … … 77 73 #define CFBX22 11 /* Variables */ 78 74 #define CFBX23 11 /* Name and comments */ 79 /*80 81 */82 75 83 76 /* --------- Background colors for instrument display windows --------------- */ … … 111 104 #define CBBX22 7 /* Variables */ 112 105 #define CBBX23 6 /* Name and comments */ 113 114 /*115 116 */117 106 118 107 /* -------------- pendant function list entry structure definition ---------- */ … … 131 120 }; 132 121 133 /*134 135 */136 137 122 /* -------------- function point structure definitions ---------------------- */ 138 123 … … 162 147 }; 163 148 164 /*165 166 */167 168 149 /* ------------- function header structure definitions ---------------------- */ 169 150 … … 191 172 }; 192 173 193 /*194 195 */196 197 174 /* ---------- instrument definition structure definitions ------------------- */ 198 175 -
include/libdsp.h
r1efe224 rfa38804 54 54 #define LCBBX10 9 /* background color */ 55 55 56 /*57 58 */59 60 56 #define FCMAX 20 /* number of file catalog entries */ 61 57 … … 89 85 #define NLTYPES 8 /* number of load types */ 90 86 91 /*92 93 */94 95 87 struct scndx { /* score index */ 96 88 -
include/midas.h
r1efe224 rfa38804 56 56 57 57 #define FN_NULL 0L /* null for address entries */ 58 59 /*60 61 */62 58 63 59 #define NASGS 100 /* number of assignments in memory */ -
include/patch.h
r1efe224 rfa38804 33 33 #define PE_SPEC 0x00FF /* destination mask */ 34 34 #define PE_TBIT 0x8000 /* DEF triggered bit */ 35 36 /*37 38 */39 35 40 36 /* Patch structure definitions */ … … 74 70 uint16_t seqdat3; /* action 3 data */ 75 71 }; 76 77 /*78 79 */80 72 81 73 /* Patch destination types */ … … 122 114 #define PSO_FRQ 2 123 115 #define PSO_PCH 3 124 125 /*126 127 */128 116 129 117 /* Sequence control flags */ -
include/scdsp.h
r1efe224 rfa38804 28 28 #define C1X 256 /* initial arrow cursor position */ 29 29 #define C1Y 175 30 31 /*32 33 */34 30 35 31 /* Background colors */ … … 69 65 70 66 #define SDCURSR 15 /* score cursor - arrow */ 71 72 /*73 74 */75 67 76 68 /* character attributes */ -
include/score.h
r1efe224 rfa38804 28 28 int8_t smpte[10]; 29 29 }; 30 31 /*32 33 */34 30 35 31 /* score list structures */ … … 68 64 }; 69 65 70 /*71 72 */73 74 66 /* constant definitions */ 75 67 … … 88 80 #define GS_DSBL 0 /* group status: off */ 89 81 #define GS_ENBL 1 /* group status: on */ 90 91 /*92 93 */94 82 95 83 /* event types (number in comment field is event size) */ … … 123 111 #define N_ETYPES 25 /* number of event types (1 + last type code) */ 124 112 125 /*126 127 */128 129 113 /* event header types */ 130 114 -
include/stddefs.h
r1efe224 rfa38804 26 26 #define OR || 27 27 28 /*29 30 */31 32 28 /* manifest constants for function return and flag values */ 33 29 -
include/vsdd.h
r1efe224 rfa38804 53 53 #define C_ULINE 0x0100 54 54 55 /*56 57 */58 59 55 struct octent { /* Object control table entry */ 60 56
Note:
See TracChangeset
for help on using the changeset viewer.