<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libADLMIDI/utils/winmm_drv/config, branch master</title>
<subtitle>Fork of Bisqwit's OPL3 emulation library</subtitle>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/'/>
<entry>
<title>WinMM: Added gaining function</title>
<updated>2024-08-22T15:26:45+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2024-08-22T15:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=b00d3f8d933fc7de26b954bedf841cb484139562'/>
<id>b00d3f8d933fc7de26b954bedf841cb484139562</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WinMM: Added chan-alloc and audio output options</title>
<updated>2024-08-22T07:19:38+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2024-08-22T07:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=23dc374917acd0d7100c6e9db7ae5333338cee28'/>
<id>23dc374917acd0d7100c6e9db7ae5333338cee28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git</title>
<updated>2020-09-22T15:29:34+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2020-09-22T15:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=4779afeac68577d5ad515afdb25a07fa01038c06'/>
<id>4779afeac68577d5ad515afdb25a07fa01038c06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WinMM-Drv: fixed a minor crash</title>
<updated>2020-09-22T15:28:49+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2020-09-22T15:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=1b5f0707d2b08ac9b24b1fe0f6bae8ffb03dc441'/>
<id>1b5f0707d2b08ac9b24b1fe0f6bae8ffb03dc441</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WinMM-DRV: A small fix for the vanilla MinGW toolchain</title>
<updated>2020-09-21T11:05:08+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2020-09-21T11:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=62a31bf919ab4928632ab75fa78d2189a8409e63'/>
<id>62a31bf919ab4928632ab75fa78d2189a8409e63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WinMM-DRV: Don't write a blank path line into registry</title>
<updated>2020-09-20T21:45:50+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2020-09-20T21:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=88f4e811242e1abd2a1577dcc8486bba73edfc4f'/>
<id>88f4e811242e1abd2a1577dcc8486bba73edfc4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added WinMM driver for windows (#236)</title>
<updated>2020-09-20T21:43:58+00:00</updated>
<author>
<name>Vitaly Novichkov</name>
<email>Wohlstand@users.noreply.github.com</email>
</author>
<published>2020-09-20T21:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=9b51dd7d667e97338a92711543fc3e942faae52f'/>
<id>9b51dd7d667e97338a92711543fc3e942faae52f</id>
<content type='text'>
* 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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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</pre>
</div>
</content>
</entry>
</feed>
