Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-30 | AUDIO: Make Rewindable- and SeekableAudioStream inherit virtually | Matthew Hoops | |
2015-07-07 | AUDIO: Move ALSA OPL 'driver' out of softsynth | Matthew Hoops | |
Might eventually be worth moving to backends/ | |||
2015-07-07 | AUDIO: Move the common AdLib MidiDriver out of softsynth | Matthew Hoops | |
2015-07-07 | AUDIO: Reset OPL registers in ALSA driver | Walter van Niftrik | |
2015-07-07 | AUDIO: Fix ALSA AdLib OPL2 waveform mask | Walter van Niftrik | |
2015-07-07 | AUDIO: Reset ALSA AdLib on exit | Walter van Niftrik | |
2015-07-07 | AUDIO: Update 2nd operator panning for AdLib register 0xc0 | Walter van Niftrik | |
2015-07-07 | AUDIO: List OPL3 support for ALSA AdLib driver | Walter van Niftrik | |
Thanks clone2727 | |||
2015-07-07 | AUDIO: Fix bug in ALSA AdLib driver | Walter van Niftrik | |
Thanks clone2727 | |||
2015-07-07 | AUDIO: Add experimental hardware OPL support using ALSA | Walter van Niftrik | |
2015-07-07 | AUDIO: Add a class representing a real OPL | Matthew Hoops | |
2015-07-07 | AUDIO: Remove all AudioStream access to OPL | Matthew Hoops | |
2015-07-07 | AUDIO: Change callback frequency without restarting the audio stream | Matthew Hoops | |
2015-07-07 | AUDIO: Be consistent with calling stop() in OPL destructors | Matthew Hoops | |
2015-07-07 | AUDIO: Use the built-in OPL timer for MidiDriver_Miles_AdLib | Matthew Hoops | |
2015-07-07 | AUDIO: Allow for changing the OPL timer rate | Matthew Hoops | |
2015-07-07 | AUDIO: Limit the DOSBox start(0) hack to only being called once | Matthew Hoops | |
2015-07-07 | AUDIO: Use the built-in OPL timer for MidiDriver_ADLIB | Matthew Hoops | |
2015-07-07 | AUDIO: Introduce a callback to the OPL code | Matthew Hoops | |
Currently unused, but ready to be hooked up to various classes using it. | |||
2015-07-07 | AUDIO: Remove the sample rate configuration from the OPL code | Matthew Hoops | |
2015-07-07 | AUDIO: Remove the legacy OPL API | Matthew Hoops | |
2015-07-07 | AUDIO: Fix abuse of driver IDs in OPL code. | Johannes Schickel | |
If the driver id did not match the array index, the wrong driver entry would be accessed causing a crash in the worst case. | |||
2015-07-05 | AUDIO: Miles Audio AdLib: set default volume 0x7F | Martin Kiewitz | |
set default volume of every midi channel to 0x7F right on startup fixes Amazon Guardians of Eden logo jingle music those values were actually sent to the driver right on startup default value for panning was 0x40, this was adjusted as well | |||
2015-07-05 | AUDIO: Miles Audio AdLib: OPL3 detect for timbre | Martin Kiewitz | |
tries to detect OPL3 availability and prefers OPL3 timbre data in that case. | |||
2015-07-05 | AUDIO: Miles Audio AdLib: support AD+OPL3 streams | Martin Kiewitz | |
- support AdLib + OPL3 streams - also support stream(s) and filenames getting passed at the same time in that case filenames are checked first, streams are used as fallback | |||
2015-07-05 | AUDIO: Make Miles AdLib audio stream permanent | Torbjörn Andersson | |
This protects it from any calls to stopAll() in the mixer, which is needed for Return to Zork, at the very least. | |||
2015-07-04 | AUDIO: Miles Audio AdLib: read OPL3 timbre bugfix | Martin Kiewitz | |
2015-07-04 | AUDIO: Miles Audio AdLib: read AdLib+OPL3 file | Martin Kiewitz | |
Checks if at least one of those exists and reads the one that does Needed for another version of Simon The Sorcerer 2, that only features FAT.OPL | |||
2015-07-04 | AUDIO: Miles Audio AdLib instrument stream support | Martin Kiewitz | |
- not using byte pointer + size and instead now a SeekableReadStream for factory - adjusted ACCESS + AGOS engines accordingly | |||
2015-07-03 | AUDIO: Miles Audio: pass strings via reference | Martin Kiewitz | |
2015-07-03 | AUDIO: Miles Audio MT32: remove updateScreen-call | Martin Kiewitz | |
was added for testing purposes and was commited by accident | |||
2015-07-03 | AUDIO: Miles Audio AdLib: fix instrument load code | Martin Kiewitz | |
clean up, uses separate non-const pointer for reading file and a const pointer for actually parsing the data | |||
2015-07-02 | AUDIO: Miles Audio AdLib: fix comment | Martin Kiewitz | |
Sherlock Holmes was mentioned instead of Miles Audio | |||
2015-07-02 | AUDIO: Miles Audio AdLib: implement sustain | Martin Kiewitz | |
fixes broken music in Return To Zork (demo) also added comments about those special cases (useful for testing) | |||
2015-07-02 | AUDIO: Miles Audio AdLib: init panning to 63 | Martin Kiewitz | |
simon 2 + return to zork are getting output on one speaker only atm. both games don't get panning controller at all and the original driver itself definitely did initialize it to 0. We initialize panning to 63, so that this gets fixed for the moment. needs to get investigated further. | |||
2015-07-01 | AUDIO: Miles Audio AdLib: timbre data via data-ptr | Martin Kiewitz | |
add ability to pass timbre data directly to the AdLib Miles Audio driver as well | |||
2015-06-30 | AUDIO: Miles Audio MT32: calculate sysex address | Martin Kiewitz | |
calculate sysex address properly | |||
2015-06-30 | AUDIO: Miles Audio MT32: adjust sysex target address | Martin Kiewitz | |
sysex may not contain bytes above or equal 0x80, so we adjust the address accordingly. fixes weird sound getting played during 7th guest MT32 setup screen | |||
2015-06-30 | AUDIO: XMIDI: implement support for TIMB chunk | Martin Kiewitz | |
implement support for TIMB chunk inside XMIDI-parser (forwarding of data to driver) implement actual support for TIMB chunk inside Miles Audio MT32 driver | |||
2015-06-29 | AUDIO: Miles Audio MT32: fix embed. sysEx overflow | Martin Kiewitz | |
now an overflow of the embedded sysEx buffer will properly execute a send. | |||
2015-06-29 | AUDIO: Miles Audio AdLib: initialize variable | Martin Kiewitz | |
initialize currentPitchRange (although it was properly initialized later anyway) | |||
2015-06-29 | AUDIO: Miles Audio MT32: fix patch addresses | Martin Kiewitz | |
also add warnings in case there are non-existant instruments or no-non-protected timbre slots are available | |||
2015-06-29 | AUDIO: Miles Audio MT32: fix instrument installing | Martin Kiewitz | |
2015-06-29 | AUDIO: Miles Audio MT32: use #def for SysEx term. | Martin Kiewitz | |
use MILES_MT32_SYSEX_TERMINATOR instead of hardcoded 0xFF missed one | |||
2015-06-28 | AUDIO: Miles Audio MT32: use #def for SysEx term. | Martin Kiewitz | |
use MILES_MT32_SYSEX_TERMINATOR instead of hardcoded 0xFF | |||
2015-06-28 | AUDIO: Miles Audio MT32 embedded SysEx support | Martin Kiewitz | |
now supports embedded SysEx as well used by 7th guest | |||
2015-06-28 | AUDIO: Miles Audio MT32 timbre file support | Martin Kiewitz | |
for games, that do not have a MT32 timbre file, simply pass an empty filename to the Miles-MT32-factory. | |||
2015-06-28 | AUDIO: miles audio AdLib: fix left/right panning | Martin Kiewitz | |
channels were (wrongly) reversed found and tested in discworld 1 | |||
2015-06-27 | COMMON: move Miles Audio AdLib+MT32 to common | Martin Kiewitz | |
- remove Miles Audio from Sherlock engine - put Miles Audio into common audio (namespace Audio) - Miles Audio is used at least by the engines TINSEL, GROOVIE, TOLTECS, SAGA and KYRA This way it can be used by the other engines | |||
2015-06-07 | AUDIO: makeAIFFStream seek to start of dataStream | Martin Kiewitz | |
fixes non working audio when playing a File(Stream) |