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>Syntax</h2> 16<dl><dd><pre class="construction"> 17#include <revolution/midi.h> 18 19void MIDIInit(void); 20</pre></dd></dl> 21 22<h2>Arguments</h2> 23<p> 24None. 25</p> 26 27<h2>Return Values</h2> 28<p> 29None. 30<p> 31 32<h2>Description</h2> 33<p> 34Initializes the MIDI Adapter library. Call this function before calling any other MIDI Adapter functions. 35</p> 36 37<h2>See Also</h2> 38<p> 39None. 40<p> 41 42<h2>Revision History</h2> 43<p> 442007/05/09 Initial version.<br> 45</p> 46 47<hr><p>CONFIDENTIAL</p></body> 48</html> 49