summaryrefslogtreecommitdiffstats
path: root/media/libmedia/MidiIoWrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix uninitialized variable.Marco Nelissen2015-01-291-1/+3
| | | | | Bug: 19020118 Change-Id: I0aceadfec6652d468a5a5d9eb5dcbf0845757ffa
* Replace MidiFile player with a Midi extractorMarco Nelissen2015-01-081-0/+14
| | | | | | | 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 Nelissen2015-01-081-0/+76
Instead of having the Sonivox engine directly open the file and use stdio to read from it, use caller-provided callbacks. Change-Id: Ie55129109060a4a7862fee3177f994401e00b6c1