|
1 | 1 | /*! |
2 | 2 | \mainpage Arduino MIDI Library |
3 | | - |
| 3 | +
|
4 | 4 | See the documentation of the main class, MidiInterface, or browse the modules |
5 | | - using the sidebar on the left. |
| 5 | + and examples using the sidebar on the left. |
6 | 6 | \n |
7 | | - The documentation for the latests stable version is available here: |
8 | | - http://arduinomidilib.sourceforge.net/a00001.html |
| 7 | + The latest development version is available on GitHub: |
| 8 | + https://github.com/FortySevenEffects/arduino_midi_library/tree/dev |
9 | 9 | */ |
10 | 10 |
|
11 | 11 | // ----------------------------------------------------------------------------- |
12 | 12 | // Examples |
13 | 13 |
|
14 | 14 | /*! |
15 | | - \example MIDI_Basic_IO.ino |
| 15 | + \example MIDI_Basic_IO.ino |
16 | 16 | This example shows how to perform simple input and output MIDI. \n |
17 | 17 | \n |
18 | | - When any message arrives to the Arduino, the LED is turned on, |
| 18 | + When any message arrives to the Arduino, the LED is turned on, |
19 | 19 | then we send a Note On message, wait for a second, then send |
20 | 20 | the Note Off and turn off the LED. |
21 | 21 | \n |
|
29 | 29 | */ |
30 | 30 |
|
31 | 31 | /*! |
32 | | - \example MIDI_Callbacks.ino |
| 32 | + \example MIDI_Callbacks.ino |
33 | 33 | This example shows how to use callbacks for easier MIDI input handling. \n |
34 | 34 | */ |
35 | 35 |
|
|
45 | 45 | */ |
46 | 46 | /*! \defgroup input MIDI Input |
47 | 47 | */ |
48 | | -/*! \defgroup callbacks Callbacks |
49 | | - \ingroup input |
| 48 | +/*! \defgroup callbacks Callbacks |
| 49 | + \ingroup input |
50 | 50 | */ |
51 | 51 | /*! \defgroup thru MIDI Thru |
52 | 52 | */ |
|
0 commit comments