home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound, Music & MIDI Collection 2
/
SMMVOL2.bin
/
PROG
/
MIDICOMP.ZIP
/
MULTIMON.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-03-19
|
252 b
|
16 lines
program Multimon;
uses
Forms,
Multimnp in 'MULTIMNP.PAS' {Form1},
MIDIIn in 'MIDIIN.PAS',
Circbuf in 'CIRCBUF.PAS',
midiout in 'MIDIOUT.PAS';
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.