aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-24Updated changelogWohlstand
2025-03-24ESFM: Remove the queue workaroundWohlstand
2025-03-24ESFM: Fixed a dumb bug that broke the bufferWohlstand
2025-03-24ESFMu: Added custom queueWohlstand
as built-in is faulty
2025-03-24Added experimental support of ESFMu emulatorWohlstand
Not yet working properly
2025-03-17WinMM: Fixed beginthread data size at MidiSynth.cppWohlstand
2025-03-17WinMM: Allow fallback to PCM16 if FLOAT32 failsWohlstand
2025-03-17WinMM: Don't try to assign clientNum if dwUser is NULLWohlstand
2025-03-17WinMM: Small fix of the test.cWohlstand
2025-03-17WinMM: Extended test utilityWohlstand
2025-01-21Remove unnecessary ZIP archiveWohlstand
2025-01-01Small fix of the copyright update scriptWohlstand
2025-01-01Update copyright year for 2025Wohlstand
2024-12-30CMake: Fixed warning at new CMake versinosWohlstand
2024-09-04VLC Plugin: ouch, fixed comment for macOSWohlstand
2024-09-04VLC Plugin: Added the "experimental" mark for the Serial featureWohlstand
Especially in the VLC, this feature doesn't work ideally, and may give glitches.
2024-09-04Merge branch 'master' of github.com:Wohlstand/libADLMIDIWohlstand
2024-08-31gen_adldata: Fixed CMake version warningWohlstand
2024-08-29adlmidi-2: Fixed MSVC buildWohlstand
2024-08-29MIDIPlay: Fixed MSVC buildWohlstand
2024-08-29Merge branch 'master' into wip-hw-serialWohlstand
2024-08-29WinMM: Fixed MSVC buildWohlstand
2024-08-29Fixed DOS buildWohlstand
2024-08-29Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git into ↵Wohlstand
wip-hw-serial
2024-08-22WinMM: config_dialog.c: Fixed warningWohlstand
2024-08-22WinMM: Fixed the MinGW workaroundWohlstand
2024-08-22WinMM: Added gaining functionWohlstand
2024-08-22WinMM: Use the Float32 for WaveOutWohlstand
2024-08-22WinMM: Added chan-alloc and audio output optionsWohlstand
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-06-26Merge branch 'master' into wip-hw-serialWohlstand
2024-06-26Fix loopsCount used uninitialized in LoopState::reset()Wohlstand
Done by @noisecode3: https://github.com/Wohlstand/libOPNMIDI/commit/5767f32630ef22ae43f00d650793b6606823c8b0
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-27Update .gitignoreWohlstand
Ignore VisualStudio related stuff when opening CMake project
2024-05-27MidiPlay: Fixed double-free of handlersWohlstand
2024-05-27Update .gitignoreWohlstand
Ignore VisualStudio related stuff when opening CMake project
2024-05-24Serial: Tweaked some of timer codeWohlstand
2024-05-23MidiPlay: Tweaked the timer codeWohlstand
2024-05-23MidiPlay: Fixed build on macOSWohlstand
2024-05-23Serial: Fixed initialization on macOSWohlstand
2024-05-21VLC plugin: Fixed the delay value for events processingWohlstand
2024-05-11opl_serial_port: Fixed the polymorphismWohlstand
2024-05-11MidiPlay: Better DOS timer codeWohlstand
2024-05-11OPL3: Add the CSW/NoteSel initialisation to 0Wohlstand