source: buchla-68k/orig/DOC/M7EVSIZE.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: 972 bytes
Line 
1MIDAS-VII Score Event Sizes (in bytes)
2---------------------------------------
3
4. Standard event sizes in RAM:
5
6 E_SIZE1 20 bytes
7 E_SIZE2 24 bytes
8 E_SIZE3 32 bytes
9
10. Event sizes in RAM and on disk:
11
12 size score disk type
13 ------- ----- ---- --------------
14 E_SIZE1 20 0 0 - EV_NULL
15 E_SIZE1 20 6 1 - EV_SCORE
16 E_SIZE2 24 6 2 - EV_SBGN
17 E_SIZE2 24 6 3 - EV_SEND
18 E_SIZE2 24 7 4 - EV_INST
19 E_SIZE1 20 9 5 - EV_NBEG
20 E_SIZE1 20 9 6 - EV_NEND
21 E_SIZE1 20 5 7 - EV_STOP
22 E_SIZE1 20 7 8 - EV_INTP
23 E_SIZE2 24 6 9 - EV_TMPO
24 E_SIZE2 24 6 10 - EV_TUNE
25 E_SIZE2 24 7 11 - EV_GRP
26 E_SIZE2 24 7 12 - EV_LOCN
27 E_SIZE2 24 7 13 - EV_DYN
28 E_SIZE2 24 8 14 - EV_ANVL
29 E_SIZE2 24 7 15 - EV_ANRS
30 E_SIZE2 24 6 16 - EV_ASGN
31 E_SIZE3 32 8 17 - EV_TRNS
32 E_SIZE1 20 6 18 - EV_REPT
33 E_SIZE1 20 6 19 - EV_PNCH
34 E_SIZE1 20 7 20 - EV_PRES
35 E_SIZE1 20 6 21 - EV_FINI
36 E_SIZE1 20 7 22 - EV_CPRS
37 E_SIZE1 20 5 23 - EV_BAR
Note: See TracBrowser for help on using the repository browser.