repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
devs
/
AHI
/
Drivers
/
Toccata
/
toccata.i
blob
9b5cd00696c1dadee53341a3529b08774e2d35a8
1
2
include exec
/
types.i
3
4
STRUCTURE toccata
,
0
5
UBYTE t_Flags
6
UBYTE t_Input
7
UWORD t_DisableCount
8
APTR t_MasterTask
9
APTR t_AHIsubBase
10
APTR t_PlaySoftInt
11
APTR t_MixSoftInt
12
APTR t_SlaveProcess
13
APTR t_MixBuffer1
14
APTR t_MixBuffer2
15
APTR t_MixBuffer3
16
APTR t_SampBuffer1
17
APTR t_SampBuffer2
18
APTR t_RecBuffer
19
APTR t_RecMessage
20
ULONG t_TocSamples
*
Size of Toc's playbuffer
21
ULONG t_TocSamplesCnt
*
Counter
22
ULONG t_MixSamplesCnt
*
Counter for mixbuffer
23
APTR t_MixBufferPtr
24
Fixed t_Loopback
25
ULONG t_Mode
26
BOOL t_NoTask
27
BYTE
t_MasterSignal
28
BYTE
t_SlaveSignal
29
BYTE
t_PlaySignal
30
BYTE
t_RecordSignal
31
BYTE
t_MixSignal
32
LABEL
toccata_SIZEOF
33