Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-02 | MidiPlay: Added Utf8Main to support unicode paths | Wohlstand | |
2024-08-01 | MidiPlay: Added an ugly workaround for macOS | Wohlstand | |
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-06-26 | Merge branch 'master' into wip-hw-serial | Wohlstand | |
2024-06-26 | Fix loopsCount used uninitialized in LoopState::reset() | Wohlstand | |
Done by @noisecode3: https://github.com/Wohlstand/libOPNMIDI/commit/5767f32630ef22ae43f00d650793b6606823c8b0 | |||
2024-05-27 | MidiPlay: Alternative test of MIDI timer | Wohlstand | |
On macOS the problem was found because tempo works much slower than it should go | |||
2024-05-27 | MidiPlay: Fixed double-free of handlers | Wohlstand | |
2024-05-27 | Update .gitignore | Wohlstand | |
Ignore VisualStudio related stuff when opening CMake project | |||
2024-05-27 | MidiPlay: Fixed double-free of handlers | Wohlstand | |
2024-05-27 | Update .gitignore | Wohlstand | |
Ignore VisualStudio related stuff when opening CMake project | |||
2024-05-24 | Serial: Tweaked some of timer code | Wohlstand | |
2024-05-23 | MidiPlay: Tweaked the timer code | Wohlstand | |
2024-05-23 | MidiPlay: Fixed build on macOS | Wohlstand | |
2024-05-23 | Serial: Fixed initialization on macOS | Wohlstand | |
2024-05-21 | VLC plugin: Fixed the delay value for events processing | Wohlstand | |
2024-05-11 | opl_serial_port: Fixed the polymorphism | Wohlstand | |
2024-05-11 | MidiPlay: Better DOS timer code | Wohlstand | |
2024-05-11 | OPL3: Add the CSW/NoteSel initialisation to 0 | Wohlstand | |
2024-05-11 | OPL3: Fixed incorrect operator registers initialisation | Wohlstand | |
2024-05-11 | OPL3: Also clean up frequency registers | Wohlstand | |
This will guarantee the identical work on hardware too | |||
2024-05-11 | MidiPlay: Backported gaininig from OPNMIDI player | Wohlstand | |
2024-05-11 | Initial implementation of Serial support | Wohlstand | |
+ refactor of the MIDI play, making separated loop functions instead the mess of everything in one single loop function. | |||
2024-05-06 | MidiPlay: Print the status about DOS clock | Wohlstand | |
2024-05-06 | MidiPlay: Added check for dmpi_yield on DOS | Wohlstand | |
and use the "hlt" when "dmpi_yield" is unavailable | |||
2024-05-05 | opal.c: Put content of Mult32To64 into MulDivR | Wohlstand | |
2024-04-30 | Opal OPL3: Resolved the integer overflow for sample rates >=65536hz | Wohlstand | |
Took the OpenMPT's fix for this #278 | |||
2024-01-07 | Updated copyright year to 2024 | Wohlstand | |
2023-11-13 | Synchronized updates of Nuked OPL3 emulator from OPL3BE | Wohlstand | |
2023-11-05 | README.md: Remove duplicated Changelog header | Wohlstand | |
2023-10-12 | Added simple Golang example | Wohlstand | |
2023-10-05 | Don't change pitch for HiHat and Cymbal on CMF tracks | Wohlstand | |
2023-10-05 | adlmidi_midiplay.cpp: Simplify some rhythm mode related checks | Wohlstand | |
2023-10-05 | Improved CMF support | Wohlstand | |
- Added missing transpose, depth control, and song marker controllers | |||
2023-08-08 | Updated Catch2 library to fix the build | Wohlstand | |
2023-08-08 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-08 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-08 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-08 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-08 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-07 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-07 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-07 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-07 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-07 | CMake: Added range of minimal versions | Wohlstand | |
2023-07-24 | CMake: use GNU90 standard | Wohlstand | |
2023-07-23 | adlmidiplay.cpp: Small whitespace tweak | Wohlstand | |
2023-07-10 | adlmidi_opl3.cpp: Tweaked the panning distance | Wohlstand | |
#268 | |||
2023-06-16 | Added workaround for the recent Vita SDK update | Wohlstand | |
2023-06-16 | adlmidi_midiplay.cpp: Fixed the channel allocation logic | Wohlstand | |
2023-05-28 | adlmidi_midiplay.cpp: Cleaned-up the code | Wohlstand | |
2023-05-28 | Fixed accuracy of HMI-OLD volume model | Wohlstand | |
Make HMI-OLD volume model also use "Any-Released" channel allocation as the normal "HMI". |