Dean Camera
|
fd77bf5c94
|
Make the incomplete MIDIToneGenerator project work with up to three notes, using a LRU (Least Recently Used) algorithm to discard the oldest set note when the note table becomes full.
|
2010-11-25 02:46:35 +00:00 |
Dean Camera
|
857a82674f
|
Readd incomplete MIDIToneGenerator project, which can now correctly generate up to three simultaneous notes from MIDI channel 0.
|
2010-11-24 13:57:44 +00:00 |
Dean Camera
|
def0e0ff1b
|
Remove incomplete MIDIToneGenerator project.
|
2010-09-13 10:07:45 +00:00 |
Dean Camera
|
071e02c6b6
|
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
|
2010-05-08 03:12:14 +00:00 |
Dean Camera
|
59c4871f80
|
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
|
2010-04-28 07:48:26 +00:00 |
Dean Camera
|
f79f9abd28
|
Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian).
Minor documentation cleanups.
Make sure HID class driver uses properly cast pointers when writing to the report buffer.
|
2010-03-24 05:50:09 +00:00 |
Dean Camera
|
c58c53dba9
|
Added incomplete MIDIToneGenerator project.
|
2010-03-23 09:16:47 +00:00 |