home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
202.lha
/
SoundScape
/
Include
/
split.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-12-28
|
296 b
|
18 lines
/* SPLIT.H Splitter/Mapper structures
(c) 1986 Todor Fay
*/
struct Split {
struct Split *next;
short scale, shift, min, max, decscale;
unsigned char portin, portout, statusin, statusout;
};
struct SplitState {
long length;
char name[40];
struct Split *splitlist;
};