1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 7<TITLE>SYN Demo</TITLE> 8</HEAD> 9<BODY> 10<H1 align="left">syndemo</H1> 11 12<H2>Description</H2> 13<P>This demo was originally a simple test program for the SYN library. This demo shows how to send MIDI data to the synthesizer from an application.</P> 14<H2>Coverage</H2> 15 16<UL type="DISC"> 17<LI>SYN initialization, setup, shutdown. 18<LI>SYNMidiInput. 19</UL> 20<H2>Operation Method</H2> 21<TABLE border="0" width="634"> 22 <TBODY> 23 <TR> 24<TD width="151">A Button </TD> 25<TD width="475">Increments key number and key on.</TD> 26 </TR> 27 <TR> 28<TD width="151">B Button </TD> 29<TD width="475">Increments program number.</TD> 30 </TR> 31 <TR> 32<TD width="151">L Button </TD> 33<TD width="475">Holds pedal.</TD> 34 </TR> 35 <TR> 36<TD width="151">START/PAUSE</TD> 37<TD width="475">Exits program.</TD> 38 </TR> 39 </TBODY> 40</TABLE> 41<P>This program does not display any video. Instructions are printed to the serial output during runtime.</P> 42<H2>Required Data Files</H2> 43<UL type="DISC"> 44<LI><FONT face="Courier New">//axdemo/synth/gm16pcm.pcm </FONT> 45<LI><FONT face="Courier New">//axdemo/synth/gm16pcm.wt </FONT> 46</UL> 47<H2>Revision History</H2> 48<P>03/01/2006 Initial version.</P> 49</BODY> 50</HTML>