home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
amfm
/
specialdisks
/
special6
/
algorhythms
/
source
/
algorhythms.h.pp
/
algorhythms.h
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
|
1994-06-20
|
234 b
|
14 lines
#define MAXVOICE (16)
struct NoteEvent {
int Pitch;
int Dynamic;
double StartTime;
double Duration;
int Channel;
int CurPitch;
int LowPitch; /* CHANGE THIS IN ALGORHYTHMS.C AND MUSICSERIAL.C*/
int HighPitch;
int Walking;
};