This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
forked from
mfulz_github/qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c879887dce
qmk_firmware
/
Projects
/
Incomplete
/
MIDIToneGenerator
History
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
..
Descriptors.c
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
Descriptors.h
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
MIDIToneGenerator.c
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
MIDIToneGenerator.h
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
makefile
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