Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-23 | Misc: Added WUT mutex support | Wohlstand | |
2022-12-12 | Include the 3DS into the condition of the packing disabling | Wohlstand | |
2022-12-01 | Sequencer: Fixed the sign comparison warning | Wohlstand | |
2022-11-29 | Fixed crash on attempt to change the volume of a blank note | Wohlstand | |
2022-11-29 | More robust EA-MUS detection/parsing | Wohlstand | |
by https://github.com/dashodanger https://github.com/Wohlstand/BW_Midi_Sequencer/pull/7 | |||
2022-11-15 | adlmidi_db.h: Don't pack structures on ARM64 | Wohlstand | |
An attempt to resolve the "pointer not aligned at address" CLang error | |||
2022-10-26 | Fixed typo in the function pointer declaration | Wohlstand | |
2022-10-25 | XMI2MIDI: Optimised the algorithm for multiple songs | Wohlstand | |
2022-10-17 | Improved the multi-song XMI support | Wohlstand | |
- Allow selecting every individual song of the XMI file - Allow dynamic song switch without re-opening of a file - Fixed XMI2MID converter with adding an ability to export every individual song - Added hooks for loop start and end events - Added an option to immediately stop the song processing on loop end reaching (needed to perform dynamic song switch at the loop end point) | |||
2022-06-29 | Added the chip channels allocation mode option | Wohlstand | |
2022-06-16 | Disable automatic arpeggio by default | Wohlstand | |
2022-03-11 | Use LWP_Mutex API from libOGC where needed | Wohlstand | |
2022-03-08 | Disable mutex usage at some platforms | Wohlstand | |
2022-01-05 | Updated copyright year for 2022 | Wohlstand | |
2021-12-13 | Added per-bank MT32 defaults option | Wohlstand | |
This option makes MT32 defaults being set: - 127 initial volume - octave-wide pitch bend | |||
2021-11-20 | Another small fix | Wohlstand | |
2021-11-20 | Fixed build | Wohlstand | |
2021-11-20 | Fixed memory damages and crashes while playing XMI files | Wohlstand | |
2021-11-19 | Send CC123 after passing loop end | Wohlstand | |
This should resolve the problem of un-closed notes caused by bad placement of loop end, or after XMI files (#160) | |||
2021-10-25 | Added an ability to disable/enable the MIDI channel | Wohlstand | |
2021-10-25 | Added an ability to set number of loops | Wohlstand | |
2021-10-25 | Updated the midi sequencer code | Wohlstand | |
2021-08-21 | Minor fix of broken drums at msadlib bank | Wohlstand | |
2021-08-19 | Another banks reorganizing | Wohlstand | |
- Use the Jammie O'Connel's fmsymth interlnal bank instead of externally placed gm.ibk and drum.ibk - Put hmi banks in a friendly way - Crafted the WOPL of "Master of Magic" using original AIL OPL files rather than deal with dirty AdLib-Gold banks. Now the first bank has both standard and orchestral percussion in a proper way - Use the Jammie O'Connel's drums bank with the Cyberpuck's bank | |||
2021-08-16 | Added MS-AdLib bank | Wohlstand | |
2021-07-27 | wopl_file.h: Organize the stdint necessary defines | Wohlstand | |
2021-07-27 | gen_adldata: Added an option to minify the generated source file | Wohlstand | |
2021-07-18 | Synchronize the MIDI Sequencer with mainstream | Wohlstand | |
2021-05-24 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Wohlstand | |
2021-05-24 | Added the DMX bank from the Strife game | Wohlstand | |
2021-02-09 | Fix compilation on Solaris | Cacodemon345 | |
2021-01-24 | Added an ability to disable auto-arpeggio | Wohlstand | |
Backported from libOPNMIDI | |||
2021-01-14 | Updated copyright for 2021 | Wohlstand | |
2021-01-07 | Tune the processing of bank recognizing algorithm | Wohlstand | |
#121 | |||
2020-11-26 | Fixed IMF playing because of last data row miss | Wohlstand | |
2020-10-16 | Remove useless blocks from play and generate calls | Wohlstand | |
2020-10-16 | Remove the check from the MIDI player | Wohlstand | |
It's useless here, it's important for the only generator | |||
2020-10-16 | Fixed an infinite loop caused by a zero delay value | Wohlstand | |
2020-10-14 | Chipset: Synchronize code with OPL3-BE | Wohlstand | |
2020-10-14 | DosBox: keep own smart pointer | Wohlstand | |
Because of MSVC that doesn't gives the proper value for __cplusplus without of the `/Zc:__cplusplus` argument, make just use of hand-made pointer to allow users to build library's code easier | |||
2020-10-12 | DMX: A small fix of SynthBass2 G-bug | Wohlstand | |
When playing SynthBass2 the G note of any octaves, result will sound distorted Fix by @nukeykt | |||
2020-10-11 | Apply the same fix as for libOPNMIDI | Wohlstand | |
2020-09-28 | Fixed some minor MSVC warnings | Wohlstand | |
2020-09-28 | Minor fix: Don't include midi_sequencer.hpp when it's off | Wohlstand | |
2020-09-21 | Added WinMM driver for windows (#236) | Vitaly Novichkov | |
* ADLMIDI2: Fixed an MSVC build However, it may work glitchy! * Experimental WinMM MIDI driver TODO: Make a control panel to configure the driver * WinMM-DRV: A workaround for older MinGW * WinMM-DRV: WIP control panel appled / tool * WinMM-DRV: Better test a driver's work * WinMM-DRV: More progress on a control panel * WinMM-DRV: And more progress on this control panel It's almost completed, I need to make the working setup through a registry. * WinMM-DRV: Driver is almost ready However, control panel can't ping a driver to reload settings yet * WinMM-DRV: Fix the missing volume model setup * WinMM-DRV: Setup reload on the fly now work! * WinMM-DRV: Stabilize the thing * WinMM-DRV: Stabilizing * WinMM-DRV: Avoid all "setup" in names to avoid a stupid PCA thing: https://stackoverflow.com/questions/17660404/how-to-programmatically-disable-program-compatibility-assistant-in-windows-7-and * A small warning fix at the WOPL module * WinMM-DRV: Fixed some warnings * WinMM-DRV: Avoid PCA dialog on the installer * WiNMM-DRV: Make the linking of pthread being optional Required to use MinGW-w64 toolchain with the "win32" threading mode * WinMM-DRV: Receive the MODM_RESET to reset the MIDI state * WinMM-DRV: Attempt to fix a sound distorsion on song song * WinMM-Drv: Fixed a build on some older MinGW toolchains * WinMM-Drv: Fixed default settings not being loaded | |||
2020-09-17 | GenAdlData: Apply the fix for DMX drums | Wohlstand | |
2020-09-16 | Added old and buggy HMI volume model | Wohlstand | |
It's needed to make a correct sounding of music of some game soundtracks such as "Asterix & Obelix" TODO: Verify the behavior of drums, seems still being different! | |||
2020-09-13 | Rename "adldata.cpp" into "inst_db.cpp" | Wohlstand | |
2020-09-13 | Rename "adldata.hh" into "oplinst.h" | Wohlstand | |
2020-09-13 | Refactor internal instrument data structures | Wohlstand | |