Vitaly Novichkov
Vitaly Novichkov
Hello! Just now I made an update e92a4d7285197ab2868aa36f975d73ceee915bea where I refactored the whole logic, and additionally I added arguments: ``` --type [opl3|opl2] - You can specify type of chip, OPL2...
@ratix98, Please test the update once you can.
Note: the most fresh DOS build can be taken from here: (built by CI, cross-compiled with DJGPP toolchain built on Linux)
I guess I forgot to close this.
Hello! Which audio source you used to capture the output? You probably need to use the "Monitor of ..." audio source to record that. Anyway, sounds like the problem is...
Sounds like the thing was built with the use of ASIO... try to make it use WASAPI or DirectSound instead.
I did some just now: https://github.com/jpcima/adljack/commit/5f7a7b20b0eab00aa698481a388e828ae3beac66 So, you can try to build this out and verify on your end.
The problem that jpcima didn't left me the write access to ADLPlug too, so, very soon I go to take some of his repos to the organisation and combine with...
Hello I applied it recently (at the CMake I did the check for C++14 support, and if target compiler doesn't suppot that, then YMFM will be disabled), and even more...
> This header also includes MIDI playback routines from the DOSMidi project that we would not need, but maybe the OPL2/3 part could be an easy to integrate alternative backend...