aboutsummaryrefslogtreecommitdiff
path: root/utils/midiplay
AgeCommit message (Collapse)Author
2 daysadlmidiplay.cpp: Workaround for GCC-15's std::dequeHEADmasterWohlstand
The .resize() method behaving faulty when -std=c++11 is set. It's definitely a bug of compiler. #291
2025-05-01MIDIPlay: Small timer tweak at the DOS playerWohlstand
2025-03-29Added support for LLE OPL2 and OPL3 emulatorsWohlstand
Kept disabled by default because they are extremely heavy for ordinary processors.
2025-03-29Refactored DOS supportWohlstand
2025-03-26MIDIPlay: Enable terminal hotkeysWohlstand
independently from song switching debug mode
2025-03-25Added MAME OPL2 emulatorWohlstand
2025-03-25Implemented support of YMFM emulators and OPL2Wohlstand
2025-03-24Added experimental support of ESFMu emulatorWohlstand
Not yet working properly
2025-01-01Update copyright year for 2025Wohlstand
2024-08-29adlmidi-2: Fixed MSVC buildWohlstand
2024-08-29MIDIPlay: Fixed MSVC buildWohlstand
2024-08-29Fixed DOS buildWohlstand
2024-08-02MusPlay: Added comments for some tweaksWohlstand
2024-08-02MusPlay: Set bigger mindelay limit on WindowsWohlstand
Otherwise, bandwidth of the port with RetroWave OPL3 is WAY SLOWER than on Linux and on macOS. In result, the tempo goes way slower here.
2024-08-02MidiPlay: Tweaked the non-SDL2 timerWohlstand
This works on Windows with MinGW-w64, but won't work with MSVC because of unistd features.
2024-08-02MidiPlay; Added explanations for error messagesWohlstand
2024-08-02MidiPlay: Added Utf8Main to support unicode pathsWohlstand
2024-08-01MidiPlay: Added an ugly workaround for macOSWohlstand
If the real sleep functions doesn't work as supposed, then, I will make own, ~~with blackjack and hookers~~ that tracks the clock to simulate the sleep.
2024-05-27MidiPlay: Alternative test of MIDI timerWohlstand
On macOS the problem was found because tempo works much slower than it should go
2024-05-27MidiPlay: Fixed double-free of handlersWohlstand
2024-05-24Serial: Tweaked some of timer codeWohlstand
2024-05-23MidiPlay: Tweaked the timer codeWohlstand
2024-05-23MidiPlay: Fixed build on macOSWohlstand
2024-05-11MidiPlay: Better DOS timer codeWohlstand
2024-05-11MidiPlay: Backported gaininig from OPNMIDI playerWohlstand
2024-05-11Initial implementation of Serial supportWohlstand
+ refactor of the MIDI play, making separated loop functions instead the mess of everything in one single loop function.
2024-05-06MidiPlay: Print the status about DOS clockWohlstand
2024-05-06MidiPlay: Added check for dmpi_yield on DOSWohlstand
and use the "hlt" when "dmpi_yield" is unavailable
2024-01-07Updated copyright year to 2024Wohlstand
2023-07-23adlmidiplay.cpp: Small whitespace tweakWohlstand
2023-01-03Updated copyright for 2023Wohlstand
2022-11-12MidiPlay: Always use the system byte orderWohlstand
2022-10-25midiplay: Added Linux-only song switch for debug purposesWohlstand
2022-10-17Improved the multi-song XMI supportWohlstand
- 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-29Added the chip channels allocation mode optionWohlstand
2022-06-16Disable automatic arpeggio by defaultWohlstand
2022-01-05Updated copyright year for 2022Wohlstand
2021-12-01adlmidiplay.cpp: Fixed a typoWohlstand
2021-01-24Added an ability to disable auto-arpeggioWohlstand
Backported from libOPNMIDI
2021-01-14Updated copyright for 2021Wohlstand
2020-09-28MidiPlay: A small beautifyWohlstand
2020-09-16Added old and buggy HMI volume modelWohlstand
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-12A small typo fixWohlstand
Compared to the original documents and headers of John Miles for the proper title of his audio library. However, it also has "IBM" prefix: "IBM Audio Interface Library". Idk, is need to mention the IBM?
2020-09-06MIDIPlay: Make easier help read on DOSWohlstand
When running this thing on DOS console, make it being easier to read by adding of "press any key to continue" separator every 23 printed lines
2020-09-06Added an aproximated HMI volume modelWohlstand
2020-09-02Added Generic FM variant of Win9X volume modelWohlstand
2020-09-01Added AIL volume modelWohlstand
2020-08-30MidiPlay: Added an ability to change the volume modelWohlstand
2020-08-20MidiPlay: Tune out the printing delayWohlstand
2020-08-20MidiPlay: Fixed too big time print delayWohlstand
on emulated playback