summaryrefslogtreecommitdiffstats
path: root/include/media/MidiIoWrapper.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace MidiFile player with a Midi extractorMarco Nelissen2014-12-181-0/+4
| | | | | | | This gets rids of a bunch of special midi handling and replaces it with an extractor that works with NuPlayer and MediaMetadataRetriever. Change-Id: I8d0f5bbdde2ca24267cf4d62ab26afe9630e0217
* Use callbacks for Midi I/OMarco Nelissen2014-12-161-0/+46
Instead of having the Sonivox engine directly open the file and use stdio to read from it, use caller-provided callbacks. Change-Id: I4d775c8458c48c591a15794c4517e006dcf034e1