Index of /knowledgemedia/MIDI/MSDOS/EPS

      Name                    Last modified       Size  Description

[DIR] Parent Directory 11-Jun-2003 14:51 - [TXT] AUDWS.C 11-Jun-2003 14:50 4k [TXT] BUTTON.C 11-Jun-2003 14:50 1k [TXT] CPINST.C 11-Jun-2003 14:50 2k [TXT] CPLAYER.C 11-Jun-2003 14:50 2k [TXT] CPWS.C 11-Jun-2003 14:50 2k [TXT] CREINST.C 11-Jun-2003 14:50 1k [TXT] CRELAYER.C 11-Jun-2003 14:50 1k [TXT] CREPRE.C 11-Jun-2003 14:50 1k [TXT] CREWS.C 11-Jun-2003 14:50 1k [TXT] DELINST.C 11-Jun-2003 14:50 1k [TXT] DELLAYER.C 11-Jun-2003 14:50 1k [TXT] DELWS.C 11-Jun-2003 14:50 1k [TXT] EPS.C 11-Jun-2003 14:50 6k [   ] EPS.DOC 11-Jun-2003 14:50 10k [TXT] EPS.H 11-Jun-2003 14:50 18k [TXT] EPSL.LIB 11-Jun-2003 14:50 27k [TXT] ERRS 11-Jun-2003 14:50 1k [TXT] GETINST.C 11-Jun-2003 14:50 4k [TXT] GETLAYER.C 11-Jun-2003 14:50 4k [TXT] GETPARAM.C 11-Jun-2003 14:50 3k [TXT] GETPTAB.C 11-Jun-2003 14:50 4k [TXT] GETWS.C 11-Jun-2003 14:50 7k [TXT] GETWSDAT.C 11-Jun-2003 14:50 4k [TXT] GETWSOV.C 11-Jun-2003 14:50 8k [TXT] MPU.C 11-Jun-2003 14:50 2k [TXT] MPU.H 11-Jun-2003 14:50 1k [TXT] PUTINST.C 11-Jun-2003 14:50 4k [TXT] PUTLAYER.C 11-Jun-2003 14:50 4k [TXT] PUTPARAM.C 11-Jun-2003 14:50 3k [TXT] PUTPTAB.C 11-Jun-2003 14:50 3k [TXT] PUTWS.C 11-Jun-2003 14:50 7k [TXT] PUTWSDAT.C 11-Jun-2003 14:50 3k [TXT] WSTRUNC.C 11-Jun-2003 14:50 3k

	This is my library of EPS system-exclusive routines. It includes
routines that implement most of the SysEx messages defined in the Ensoniq
Performance Sampler Extern Command Specification. Those messages that are
not implemented can be simulated by using the Virtual Button Press message.
	These routines were written in Turbo C, for the IBM PC and MPU-401,
which explains some of the identifiers. However, it should be simple enough
to port them to any other platform. All of the MPU-specific routines
are defined in 'mpu.c' and 'mpu.h'. There is some IBM-specific stuff in
'eps.c' and 'eps.h', too. These four files should be the only ones you
need to modify.
	I've also included 'epsl.lib', a Turbo C large model library,
containing all of this stuff, for those who can use it.
	If you find any bugs, have comments to make, or just want to send
me a line, I can be reached at arensb@kong.gsfc.nasa.gov .