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
15<H2>Coverage</H2>
16<UL type="DISC">
17<LI>SYN initialization, setup, shutdown
18<LI>SYN MIDI input
19</UL>
20
21<H2>Using the Demo</H2>
22<TABLE border="0" width="634">
23  <TBODY>
24    <TR>
25<TD width="151">A Button</TD>
26<TD width="475">Increments key number and key on.</TD>
27    </TR>
28    <TR>
29<TD width="151">B Button</TD>
30<TD width="475">Increments program number.</TD>
31    </TR>
32    <TR>
33<TD width="151">L Button</TD>
34<TD width="475">Holds pedal.</TD>
35    </TR>
36    <TR>
37<TD width="151">START/PAUSE</TD>
38<TD width="475">Exits program.</TD>
39    </TR>
40  </TBODY>
41</TABLE>
42
43<P>This program does not display any video. Instructions are printed to the serial output during runtime.</P>
44
45<H2>Required Data Files</H2>
46<UL type="DISC">
47  <LI><CODE>//axdemo/synth/gm16pcm.pcm</CODE>
48  <LI><CODE>//axdemo/synth/gm16pcm.wt</CODE>
49</UL>
50
51<H2>Revision History</H2>
52<P>
532006/03/01 Initial version.<BR>
54</P>
55
56<hr><p>CONFIDENTIAL</p></body>
57</HTML>