This is an mmioAPE IOProc - support Monkey's Audio lossless 
in OS/2 multimedia.

==============================================================
QUICK START:
==============================================================

FOR INSTALL:
	install.cmd (and restart system)
	***********

FOR UNINSTALL:
	uninstall.cmd (and restart system)
	*************

==============================================================
REQUERMENTS:
==============================================================

	eComstation or OS/2 Warp
	libc061.dll (latest known at the moment is from 
	   ftp://ftp.netlabs.org/pub/libc/libc-0_6_3-csd3.exe)
	working OS/2 multimedia

==============================================================
FILES:
==============================================================

README	     - you read it now!
Changelog    - most docs here this time
install.cmd  - call minstall and fix some post-install issues
unInstall.cmd
	     - rexx script to uninstall package 
	       (full or partially)

install/     
	mmioAPE.dll  - mmioAPE library itself

	install.dll  
	Control.SCR
	MASTER.DSK
	MMIOAPE.SCR  - support for minstall 

	check_FOURCC.exe 
	listobj.exe
		     - support for install.cmd

	uninstallIOProc.exe
	     	     - uninstall part
	
	icons_test.cmd 
		     - simple icons check (after install)

tools/	     - few samples of usage IOProc with src.

license/*    - licence from author of Monkey's audio 


(** extra files - only in test&debug package: **)

tests/	     - few tests and test samples, 
	     see tests/test.txt for details

debug/mmioAPE.dll 
	     - debug version of mmioAPE library
	     - log debug messages to MSV_WORKPATH (c:\mmos2 ?)
	     for use - replace mmioAPE.dll in install/ 
             before installation 
	     or copy to tests/ (for tests)

==============================================================
USED TECHS AND DOCS (MANY THANKS FOR IT!):
==============================================================
	used os/2 port of Monkey's Audio 3.99 SDK
	   to say exactly: os/2 port of mac-port (mac-3.99-u4-b5.tar.gz),
	   which in turns is a port to Linux of 
	   Monkey's Audio 3.99 SDK 
           by Matthew T. Ashland
     
	used tools and docs from
	   gcc-3.3.5-csd1 package

	used materials, examples and tools from 
	   IBM OS/2 Toolkit 

	used parts of code from 
	   MMAudio Pak 2 for OS/2 
	   by Russell O'Connor

	used materials and examples from 
	   articles on OS/2 multimedia, WPS and SOM 
	   by many authors 
	   published in EDM/2 


==============================================================
