Dec 222017
 
A demonstration of Visual Basic for MIDI, source code included.
File VBMPU.ZIP from The Programmer’s Corner in
Category BASIC Language
A demonstration of Visual Basic for MIDI, source code included.
File Name File Size Zip Size Zip Type
INOUT.DLL 1536 760 deflated
MPUDEMO.EXE 9102 2860 deflated
MPUDEMO.FRM 2381 624 deflated
MPUDEMO.MAK 84 62 deflated
MPUDEMO.TXT 201 112 deflated
MPUDEMO1.BAS 8542 1928 deflated
MPUDEMO1.TXT 8542 1928 deflated
MPUGLOBL.BAS 428 205 deflated
TPCREAD.ME 199 165 deflated

Download File VBMPU.ZIP Here

Contents of the MPUDEMO.TXT file


Sub Command1_Click ()
Call MpuPlay
End Sub

Sub Form_Load ()
RSTMPU
End Sub

Sub Form_Unload (Cancel As Integer)
RSTMPU
End
End Sub

Sub Command2_Click ()
RSTMPU
End
End Sub



 December 22, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)