This file got left out for some reason - merge it in with the rest of

the VOXWARE 3.05 stuff.
Submitted by:	Amancio Hasty and Jim Lowe
Obtained from: Hannu Savolainen
This commit is contained in:
Jordan K. Hubbard 1995-07-28 23:37:32 +00:00
parent dbff7d48fe
commit 8000cec155

View File

@ -0,0 +1,12 @@
/*
* Definitions for various on board processors on the soundcards. For
* example DSP processors.
*/
/*
* Coprocessor access types
*/
#define COPR_CUSTOM 0x0001 /* Custom applications */
#define COPR_MIDI 0x0002 /* MIDI (MPU-401) emulation */
#define COPR_PCM 0x0004 /* Digitized voice applications */
#define COPR_SYNTH 0x0008 /* Music synthesis */