home *** CD-ROM | disk | FTP | other *** search
File List | 1992-10-02 | 10.7 KB | 221 lines |
-
-
- Pro AudioSpectrum Software Development Kit
- Copyright (c) 1991,1992. Media Vision, Inc. All Rights Reserved
-
- CONTENTS -- Final Release 2.00, July 22, 1992
- Update Revision 2.01, October 2, 1992
-
-
- Contents of Disk #1:
-
- \
- ├───PAS
- │ ├───INC
- │ ├───CDROMAPP
- │ ├───PCM
- │ ├───SUBS
- │ │ ├───CDROM
- │ │ ├───FM
- │ │ ├───MIDI
- │ │ ├───MISC
- │ │ ├───MIXERS
- │ │ │ └───FYI
- │ │ ├───MVSOUND
- │ │ ├───PCM
- │ │ └───VIDEO
- │ └───MISC
- └───INC
-
-
- Contents of Disk #2:
-
- \
- ├───PAS
- │ ├───INC
- │ └───TOOLS
- └───SAMPLES
-
-
- \READ.ME.........................Latest news.
- \CONTENTS.LST....................Latest contents of this diskette.
- \TECHNOTE.DOC....................Technical tips, trick or techniques.
- \PAS\BLOCK.DIA...................Mixer Hardware diagram.
-
-
- \INC\PLAY.H......................WAV and VOC file structure defintions.
- \DDRIVER.INC.................DOS device driver control blocks.
- \MASM.INC....................Assembler macros and equates.
- \MODEL.INC...................Memory Model selection.
-
-
- \PAS\INC\BINARY.H................Int 2F interface include for 'C'.
- \BINARY.INC..............Int 2F interface include for assembler.
- \CDMASTER.H..............Prototypes, etc., for the CDROM routines.
- \CDROM.H.................Prototypes, etc., for the CDROM routines.
- \COMMON.H................Hardware port definitions for 'C'.
- \COMMON.INC..............Hardware port definitions for assembler.
- \MIXERS.H................Prototypes for cMV* mixer routines.
- \MVCD.H..................Prototypes, etc., for the CDROM routines.
- \MVMIDI.H................Prototypes, etc., for the MIDI routines.
- \MVMIDI.INC..............Some data declarations for the MIDI routines.
- \MVSOUND.H...............Prototypes for MVSOUND.ASM routines.
- \MVHSLIB.LIB.............Hardware access routines in small model.
- \MVHTLIB.LIB.............Hardware access routines in tiny model.
- \MVHLLIB.LIB.............Hardware access routines in large model.
- \MVLLIB.LIB..............High and low level routines in tiny model.
- \MVSLIB.LIB..............High and low level routines in small model.
- \MVTLIB.LIB..............High and low level routines in large model.
- \PCMIO.H.................PCM block and file I/O prototypes.
- \STATE.H.................Hardware state table definitions for 'C'
- \STATE.INC...............Hardware state table definitions for assembler.
- \TARGET.H................Specific hardware product definitions for 'C'.
- \TARGET.INC..............Specific hardware product definitions for assm.
-
-
- \PAS\CDROMAPP\MAKEFILE...........Make file for all CDROM Applications.
- \TINY.BAT...........Batch file to compile all code for TINY model
- \SMALL.BAT..........Batch file to compile all code for SMALL model
- \LARGE.BAT..........Batch file to compile all code for LARGE model
- \CDPLAY.C...........Example Application to play a CD song.
- \CDRESUME.C.........Example Application to resume a paused CD song.
- \CDSTOP.C...........Example Application to stop a playing CD song.
- \CDSTATUS.C.........Example Application to retrieve status.
- \CDPAUSE.C..........Example Application to pause a playing CD song.
-
-
- \PAS\PCM\BLOCKIN.................Make file for BLOCKIN.C.
- \BLOCKIN.C...............Example PCM BLOCK recording program.
- \BLOCKOUT................Make file for BLOCKOUT.C.
- \BLOCKOUT.C..............Example PCM BLOCK playback program.
- \FIXWAVE.................Make file for FIXWAVE.C.
- \FIXWAVE.C...............Fixes some bad .WAV file headers.
- \PLAYFILE................Make file for PLAYFILE.C.
- \PLAYFILE.C..............Example PCM FILE playback program.
- \PLAYFILE.H..............Prototypes for routines within PLAYFILE.C
- \PLAYTEXT.H..............Text messages for PLAYFILE.C
- \RECFILA.ASM.............Low level routines for RECFILE.C
- \RECFILE.................Make file for RECFILE.C
- \RECFILE.C...............Example PCM FILE recording program.
- \RECTEXT.H...............Text messages for RECFILE.C
-
-
- \PAS\SUBS\CDROM\MAKEFILE.........Make file to build all CDROM low level code
- \TINY.BAT.........Batch file to compile all code for TINY model
- \SMALL.BAT........Batch file to compile all code for SMALL model
- \LARGE.BAT........Batch file to compile all code for LARGE model
- \CDMASTER.C.......Low level CDROM access routines.
- \CDROM.C..........Low level CDROM access routines.
- \MSCDEX.ASM.......Low level CDROM access routines.
-
-
- \PAS\SUBS\FM\TINY................Tiny model make file for FM routines.
- \SMALL...............Small model make file for FM routines.
- \LARGE...............Large model make file for FM routines.
- \TINY.BAT............Batch file to compile all code for TINY model
- \SMALL.BAT...........Batch file to compile all code for SMALL model
- \LARGE.BAT...........Batch file to compile all code for LARGE model
- \3812A.ASM...........Low level I/O routines for the 3812.
- \PHASE.C.............Example of special effects for 2OP stereo FM
- \PAN2OP.C............Example of panning effects for 2OP stereo FM
- \MKPAN.BAT...........Batch file to compile PAN2OP.C
- \MKPHASE.BAT.........Batch file to compile PHASE.C
-
-
- \PAS\SUBS\MIDI\TINY..............Tiny model make file for MIDI routines.
- \SMALL.............Small model make file for MIDI routines.
- \LARGE.............Large model make file for MIDI routines.
- \TINY.BAT..........Batch file to compile all code for TINY model
- \SMALL.BAT.........Batch file to compile all code for SMALL model
- \LARGE.BAT.........Batch file to compile all code for LARGE model
- \MIDIA.ASM.........Low level MIDI access routines.
- \MIDI.C............MIDI test program.
- \MIDI..............Make file for the MIDI test program.
-
-
- \PAS\SUBS\MISC\TINY..............Tiny model make file for misc. routines.
- \SMALL.............Small model make file for misc. routines.
- \LARGE.............Large model make file for misc. routines.
- \TINY.BAT..........Batch file to compile all code for TINY model
- \SMALL.BAT.........Batch file to compile all code for SMALL model
- \LARGE.BAT.........Batch file to compile all code for LARGE model
- \FMEMCPY.ASM.......Large model "memcpy" routine.
- \GETHW.ASM.........Low level code to get the hardware device info.
- \HISTO.ASM.........Histogram accumulation routines.
- \MVOUT.ASM.........shadowed I/O to relocatable Pro Audio cards.
- \MVSTATE.ASM.......State table for write only Pro Audio cards.
- \INITHW.C..........'C' code to initialize the hardware.
- \MVINIT............Make file to MVINIT.C
- \MVINIT.C..........DOS utility program that initializes the H/W
- \SELFILT.C.........Filter selection based on the sample rate.
-
- \PAS\SUBS\MIXERS\TINY............Tiny model make file for mixer routines.
- \SMALL...........Small model make file for mixer routines.
- \LARGE...........Large model make file for mixer routines.
- \TINY.BAT .......Batch file to compile all code for TINY model
- \SMALL.BAT.......Batch file to compile all code for SMALL model
- \LARGE.BAT.......Batch file to compile all code for LARGE model
- \CMIXERS.ASM.....'C' interface code to the linked mixer code.
- \DIALOG.C........Mixer dialog code found in PAS.EXE.
- \DIALOG.H........Miscellaneous stuff for DIALOG.C.
- \DIALOGA.ASM.....Low level routines for DIALOG.C.
- \MAIN............Make file for MAIN.C
- \MAIN.C..........Demo DOS utility to run the mixer dialog.
- \MIXERC.C........Application Mixer initialization code
-
- \PAS\SUBS\MIXERS\FYI\MIXERS......Make file for the mixer code.
- \MIXERS.ASM..Source code to mixer access routines.
- \MIXER.DRV...Disk resident version of the mixer code.
- \MIXBIN.H....Header file containing the mixer code.
- \ORIGMIXC.C..Version of original developers kit Mixer code.
-
- \PAS\SUBS\MVSOUND\TINY...........Tiny model make file for mvsound.asm.
- \SMALL..........Small model make file for mvsound.asm.
- \LARGE..........Large model make file for mvsound.asm.
- \TINY.BAT.......Batch file to compile all code for TINY model
- \SMALL.BAT......Batch file to compile all code for SMALL model
- \LARGE.BAT......Batch file to compile all code for LARGE model
- \MVSOUND.ASM....Hardware level routines for PCM I/O.
-
- \PAS\SUBS\PCM\TINY...............Tiny model make file for pcm I/O routines.
- \SMALL..............Small model make file for pcm I/O routines.
- \LARGE..............Large model make file for pcm I/O routines.
- \TINY.BAT...........Batch file to compile all code for TINY model
- \SMALL.BAT..........Batch file to compile all code for SMALL model
- \LARGE.BAT..........Batch file to compile all code for LARGE model
- \PCMIOA.ASM.........Low level PCM block and file I/O routines.
- \PCMIOC.C...........High level PCM block and file I/O routines.
-
- \PAS\SUBS\VIDEO\TINY.............Tiny model make file for simple video code.
- \SMALL............Small model make file for simple video code.
- \LARGE............Large model make file for simple video code.
- \TINY.BAT.........Batch file to compile all code for TINY model
- \SMALL.BAT........Batch file to compile all code for SMALL model
- \LARGE.BAT........Batch file to compile all code for LARGE model
- \VIDEO.ASM........Source to video routines.
-
- \PAS\MISC\MVI....................Make file for MVI.C.
- \MVI.C..................DOS utility to talk to MVSOUND.SYS.
-
- \PAS\TOOLS\OPL3.EXE..............OPL3 FM synthesizer programming utility.
- \OPL3.STT..............OPL3 state file for OPL3.EXE.
- \OPL3HELP.INP..........Helps for OPL3.EXE.
- \FIXWAVE.EXE...........Utility to fix some .WAV header problems.
- \MAKEBIN.EXE..............
- \MIXER.................Demo script for SEND.EXE
- \MVI.EXE...............Utility to to talk to MVSOUND.SYS
- \MVINIT.EXE............Utility to reset the hardware.
- \MVSOUND.SYS...........DOS device driver for mixer control.
- \PAS.EXE...............DOS command line interface & mixer control.
- \PLAYFILE.EXE..........Utility to play .WAV and .VOC files.
- \RECFILE.EXE...........Utility to record .WAV files
- \REPORT.COM............TSR to report all int 2F activity.
- \SEND.EXE..............Utility to talk to MVSOUND.SYS int 2F interface.
- \STARTFM.EXE...........Utility to generate a tone from the FM chip.
- \WAVEIT.EXE............Utility to convert raw data into .WAV files.
- \WHATIS.EXE............Utility to detail the contents of a .VOC file.
-
- \SAMPLES\WAVES.ZIP...............WAVE sound file samples.
-
-
-