1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>MIDIInit</title> 9</head> 10 11<body> 12 13<h1>MIDIInit</h1> 14 15<h2>C Specification</h2> 16<dl><dd><pre><code> 17#include <revolution/midi.h> 18 19void MIDIInit(void); 20</code></pre></dd></dl> 21 22<h2>Arguments</h2> 23<p> 24None. 25</p> 26 27 28<h2>Return Values</h2> 29<p> 30None. 31<p> 32 33<h2>Description</h2> 34<p> 35Initializes the MIDI adapter library. This function must be called before any other MIDI adapter API functions. 36</p> 37 38<h2>See Also</h2> 39 40<h2>Revision History</h2> 41<p> 422007/05/09 Initial version. <BR> 43</p> 44 45</body> 46</html> 47