Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-21 | wopl robustness fix | JP Cimalando | |
2018-04-20 | fix implementation defined behavior | JP Cimalando | |
2018-04-20 | Use the same WOPL_File parser from OPL3 Bank Editor in libADLMIDI | Vitaly Novichkov | |
TODO: port this into Gen-ADLDATA too! No more need to update same file parser twice. Just, copy-paste the same WOPL parser between of OPL3 Bank Editor and libADLMIDI. | |||
2018-04-20 | Fix a small warning, found on attempt to build OPL3 Bank Editor | Vitaly Novichkov | |
2018-04-20 | Put some another functions into "ADLMIDI_DISABLE_MIDI_SEQUENCER" zone | Vitaly Novichkov | |
Those functions are dead out of disabled MIDI Sequencer code, so, there are must NOT appear in the library when MIDI Sequencer is disabled. | |||
2018-04-19 | hard-RT: elimination of the user map | JP Cimalando | |
2018-04-18 | Merge remote-tracking branch 'origin/hard-realtime-phys2' into HEAD | JP Cimalando | |
2018-04-18 | reformulated phys code into original map semantics | JP Cimalando | |
2018-04-18 | Updated DMXOPL3 bank by @sneakernets | Wohlstand | |
Taken this state: https://github.com/sneakernets/DMXOPL/blob/f7ac28019cc2ea33cb0bbe03a1899391917f5c85/GENMIDI(GS).wopl | |||
2018-04-16 | `NoteInfo` and it's parent `MIDIchannel` no more contains dynamic stuff | Vitaly Novichkov | |
Everything now are a simple types and fixed arrays. | |||
2018-04-16 | Merge pull request #67 from jpcima/hard-realtime | Vitaly Novichkov | |
transform the note map into a fixed array | |||
2018-04-16 | transform the note map into a fixed array | JP Cimalando | |
2018-04-15 | add more sample types | JP Cimalando | |
2018-04-13 | fix inclusion of cinttypes on OS X libstdc++ | JP Cimalando | |
2018-04-13 | Mac OS needs sys/types.h for ssize_t | JP Cimalando | |
2018-04-13 | general 32bit generator methods, like OPNMIDI | JP Cimalando | |
2018-04-12 | Merge pull request #55 from jpcima/32bitmix-ter | Vitaly Novichkov | |
apply a correct buffer offset to channels | |||
2018-04-12 | fix SPtr implementation mistake | JP Cimalando | |
2018-04-12 | apply a correct buffer offset to channels | JP Cimalando | |
2018-04-12 | Fix the damaged output regression and a small beautifying | Vitaly Novichkov | |
2018-04-11 | support for 32 bit mixing, and multiple sample formats | JP Cimalando | |
2018-04-11 | Move controls reset into same function | Vitaly Novichkov | |
Also, fixed non-reseted bend sensitivity which distorts pitch on attempt to play another MIDI file | |||
2018-04-11 | Fixed the real-time playing with multi-chip | Vitaly Novichkov | |
Damn, Damn, DAMN! https://github.com/Wohlstand/libADLMIDI/issues/48 | |||
2018-04-11 | Changed logic of CC-74 Brightness | Vitaly Novichkov | |
to affect sound only between 0 and 64 like real XG synthesizers affect sound only between 0 and 64. | |||
2018-04-11 | Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git | Vitaly Novichkov | |
2018-04-11 | Put Nuked OPL3 1.8 be default and fix the DJGPP build | Vitaly Novichkov | |
2018-04-10 | fix memory management issues | JP Cimalando | |
2018-04-10 | When muting channel, set zero to releasing time out to free the channel | Vitaly Novichkov | |
2018-04-10 | Remove duplicated files | Vitaly Novichkov | |
2018-04-10 | Fixed the broken output on Nuked OPL3 v 1.8 (#51) | Vitaly Novichkov | |
2018-04-10 | Added support for CC120 "All sounds off" (#48) | Vitaly Novichkov | |
2018-04-10 | [Experimental] Added support for emulation core switching in real time! | Vitaly Novichkov | |
Due to clunky playback on updated Nuked OPL3 emulator v 1.8, I kept the Nuked OPL3 1.7.4 work in parallel and be a separated switchable emulator. | |||
2018-03-31 | Small warning fix | Vitaly Novichkov | |
2018-03-28 | Re-Generate AdlData database | Wohlstand | |
2018-03-27 | Remove std:: from all snprintf calls | Wohlstand | |
2018-03-27 | Replace all sprintf calls with snprintf | Vitaly Novichkov | |
2018-03-27 | Fixed blank instruments fallback in multi-bank support | Vitaly Novichkov | |
2018-03-25 | Fixed the `long` vs `int64_t` conflict in CalculateAdlChannelGoodness | Vitaly Novichkov | |
It's a warning came from MSVC | |||
2018-03-25 | MSVC warning muter and remove `sstream` usage | Vitaly Novichkov | |
2018-03-24 | Another warning fix | Vitaly Novichkov | |
2018-03-24 | Small unused warning fix | Vitaly Novichkov | |
2018-03-24 | Added ability to disable MUS and XMI converters and MIDI Sequencer | Vitaly Novichkov | |
2018-01-21 | Copyright year update 2018 | Vitaly Novichkov | |
2018-01-21 | Move version number into the public header | Vitaly Novichkov | |
2018-01-18 | Fixed C++ comment in nukedopl3.h header | Vitaly Novichkov | |
2018-01-11 | Apply experimental optimized edition of NukedOPL3 made by @troosh | Vitaly Novichkov | |
2018-01-07 | Allow MIDI-tracks with missing EndOfTrack event | Vitaly Novichkov | |
2018-01-02 | Rewind on attemt to seek out of music length | Vitaly Novichkov | |
2017-12-24 | Remove const from adl_metaMarker() return value | Vitaly Novichkov | |
2017-12-24 | Fixed an inability to use adlmidi.h in pure C programs | Vitaly Novichkov | |