3 * This file contains special DoxyGen information for the generation of the main page and other special
4 * documentation pages. It is not a project source file.
7 /** \mainpage MIDI Input Device Demo
9 * MIDI demonstration application. This gives a simple reference
10 * application for implementing the USB-MIDI class in USB devices.
11 * It is built upon the USB Audio class.
13 * Joystick movements are translated into note on/off messages and
14 * are sent to the host PC as MIDI streams which can be read by any
15 * MIDI program supporting MIDI IN devices.
17 * If the HWB is not pressed, channel 1 (default piano) is used. If
18 * the HWB is set, then channel 10 (default percussion) is selected.
20 * This device implements MIDI-THRU mode, with the IN MIDI data being
21 * generated by the device itself. OUT MIDI data is discarded.
26 * <td><b>USB Mode:</b></td>
30 * <td><b>USB Class:</b></td>
31 * <td>Audio Class</td>
34 * <td><b>USB Subclass:</b></td>
35 * <td>Standard Audio Device</td>
38 * <td><b>Relevant Standards:</b></td>
39 * <td>USBIF Audio Class Specification</td>
40 * <td>USB-MIDI Audio Class Extention Specification</td>
41 * <td>General MIDI Specification</td>
44 * <td><b>Usable Speeds:</b></td>
45 * <td>Full Speed Mode</td>