Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-17 | FM-TOWNS AUDIO: Fix some bugs and rename some stuff in the midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Fix note off event in midi driver | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Fix some midi driver bugs | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some midi code fixes and some renaming | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Improve thread safety | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some more midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Fix mod wheel setting | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Start fixing midi driver tempo | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: More midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some renaming in the euphony driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: More midi driver code (effect processing) | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Implement some midi commands | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some more midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Implement some more midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Implement some midi driver functions | athrxx | |
2011-05-17 | SCUMM: Adapt code to latest FM-TOWNS audio driver changes | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Change internal interface layout | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some more midi driver code for FM-TOWNS monkey2 and indy4 | athrxx | |
2011-05-17 | COMMON: Forbid use of some more symbols | Max Horn | |
2011-05-17 | AUDIO: Fix typo | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-10 | AUDIO: Change byte data tables to type AdLibInstrument | Max Horn | |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn | |
Right now, a few places in the frontend code still use printf and consorts. We mark the affected files with a FIXME for now, and add a dedicated exception for each. To be fixed! Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always enforce a compiler error | |||
2011-05-02 | AUDIO: Rename clock() -> updateClock() in SID emulator | Max Horn | |
2011-04-28 | ANDROID: Fix compilation harder | dhewg | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-21 | FM-TOWNS AUDIO: fix memory leak | athrxx | |
2011-04-14 | ALL: centre -> center | Max Horn | |
2011-03-27 | ANDROID: Use the midi gain option for EAS | dhewg | |
2011-03-26 | ANDROID: Maybe working support for EAS DLS soundfonts | dhewg | |
2011-03-26 | ANDROID: Add code to dump the EAS stream to a file | dhewg | |
2011-03-26 | ANDROID: Fix MIDI packet size | dhewg | |
Instruments are now not reset to the grand piano due to trailing zeroes. Thanks to waltervn for noticing this. | |||
2011-03-25 | ANDROID: Experimental MIDI Driver | dhewg | |
Based on the SONiVOX® Embedded Audio Synthesis (EAS™) library, which is part of the base Android OS. CPU stats (Cortex A8 1GHz, monkey1 intro, peak values): MAME OPL: 30% DosBox OPL: 26% EAS: 19% | |||
2011-03-22 | AUDIO: Add pure virtual MidiDriver::isOpen() method | Max Horn | |
This in turn enables modifying MidiDriver_MPU401::close() to allow it to be called on a midi driver that has not yet been opened. The specific issue that triggered me to make these changes was a crash-upon-quit in HUGO, caused by it instantiating a midi driver, then encountering an error (missing hugo.dat) *before* having opened the new midi driver; the general cleanup code then tries to close the (not yet opened) midi driver -> kaboom Also fixed some engines which were leaking MidiDriver instances. | |||
2011-03-22 | AUDIO: Cleanup | dhewg | |
Is it just me or is overwriting-but-not-marking-as-virtual irritating? | |||
2011-03-19 | ALL: s/PI/M_PI/ | dhewg | |
Tip of the day: git grep -w PI | |||
2011-03-19 | AUDIO: Changed several places that use PI to use M_PI instead | md5 | |
2011-02-14 | MT32: Adapt to setPalette RGBA->RGB change. | Johannes Schickel | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 |