source: buchla-68k/orig/DOC/M7CPYMRG.TXT

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 1.6 KB
Line 
1Copy / Merge Notes 1988-05-25
2------------------ ----------
3
4The following tables are used to determine whether an event is copied or merged,
5whether or not the copy or merge should check group enable,
6where the group number is stored, if used, and
7whether or not an update of hplist[] will be needed.
8
9cmslens = event size (number of longs, or 0 if not copied / merged)
10cmgtags = group sensitivity (TRUE = group needs checked)
11cmgtype = group type (0 = group in e_data1, 1 = group in e_data2)
12ehdlist = hplist update type (header type, or -1 if no header)
13
14
15short char char short
16cmslens cmgtags cmgtype ehdlist Event Type Notes
17------- ------- ------- ------- ------------- ------------------------
180 FALSE 0 -1 0 - EV_NULL Not copied or merged
190 FALSE 0 -1 1 - EV_SCORE Not copied or merged
200 FALSE 0 EH_SBGN 2 - EV_SBGN Not copied or merged
210 FALSE 0 EH_SEND 3 - EV_SEND Not copied or merged
226 TRUE 0 EH_INST 4 - EV_INST
235 TRUE 1 -1 5 - EV_NBEG
245 TRUE 1 -1 6 - EV_NEND
255 FALSE 0 -1 7 - EV_STOP
265 FALSE 0 EH_INTP 8 - EV_INTP
276 FALSE 0 EH_TMPO 9 - EV_TMPO
286 FALSE 0 EH_TUNE 10 - EV_TUNE
296 TRUE 0 EH_GRP 11 - EV_GRP
306 TRUE 0 EH_LOCN 12 - EV_LOCN
316 TRUE 0 EH_DYN 13 - EV_DYN
326 TRUE 0 -1 14 - EV_ANVL Group is in 4 LS bits
336 TRUE 0 EH_ANRS 15 - EV_ANRS Group is in 4 LS bits
346 FALSE 0 EH_ASGN 16 - EV_ASGN
356 TRUE 0 EH_TRNS 17 - EV_TRNS
365 FALSE 0 -1 18 - EV_REPT
375 FALSE 0 -1 19 - EV_PNCH
385 FALSE 0 -1 20 - EV_PRES
390 FALSE 0 -1 21 - EV_FINI Not copied or merged
405 TRUE 1 -1 22 - EV_CPRS
415 FALSE 0 -1 23 - EV_BAR
Note: See TracBrowser for help on using the repository browser.