X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/0c2ad9eb349e1a5676468af3b407329dde4a53b4..f2740a66bafa876dfcf2cdfa4c6f3e17395e8bf8:/Projects/MIDIToneGenerator/MIDIToneGenerator.txt?ds=inline diff --git a/Projects/MIDIToneGenerator/MIDIToneGenerator.txt b/Projects/MIDIToneGenerator/MIDIToneGenerator.txt index 6332a244e..7d0f019ee 100644 --- a/Projects/MIDIToneGenerator/MIDIToneGenerator.txt +++ b/Projects/MIDIToneGenerator/MIDIToneGenerator.txt @@ -10,9 +10,9 @@ * * The following list indicates what microcontrollers are compatible with this project. * - * - Series 7 USB AVRs (AT90USBxxx7) - * - Series 6 USB AVRs (AT90USBxxx6) - * - Series 4 USB AVRs (ATMEGAxxU4) + * \li Series 7 USB AVRs (AT90USBxxx7) + * \li Series 6 USB AVRs (AT90USBxxx6) + * \li Series 4 USB AVRs (ATMEGAxxU4) * * \section Sec_Info USB Information: * @@ -38,7 +38,7 @@ * General MIDI Specification * *
| Define Name: | - *Location: | - *Description: | + *Define Name: | + *Location: | + *Description: | *
|---|---|---|---|---|---|
| MAX_SIMULTANEOUS_NOTES | - *MIDIToneGenerator.h | + *AppConfig.h | *Sets the maximum number of MIDI notes that can be generated simultaneously. More notes require more processing time, * and thus a value that is too high will cause audiable sound distortion due to insufficient CPU time. | *