<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libADLMIDI/src/midiplay, 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>Added CMake support</title>
<updated>2017-10-20T01:28:53+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-10-20T01:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=eb45a7913d83fe2a3dc03033230950e78fb9755d'/>
<id>eb45a7913d83fe2a3dc03033230950e78fb9755d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to fix Windows build of demo MIDI player</title>
<updated>2017-10-19T16:36:05+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-10-19T16:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=e95cde9fea4f9daf3e19492021b8a153acae0404'/>
<id>e95cde9fea4f9daf3e19492021b8a153acae0404</id>
<content type='text'>
(Issue #26)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Issue #26)
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid possible UTF8 vs ANSI trouble on Windows</title>
<updated>2017-10-18T00:29:38+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-10-18T00:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=9177c69baea368dd3561249372995bd7a128358a'/>
<id>9177c69baea368dd3561249372995bd7a128358a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wave recording in demo tool and disable loop by default</title>
<updated>2017-10-18T00:03:49+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-10-18T00:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=bb3fc091e0a5b9d1faa9198f3a72d1d332ddc85f'/>
<id>bb3fc091e0a5b9d1faa9198f3a72d1d332ddc85f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Smooth finalizing, rewinding, and a bit more crash safety</title>
<updated>2017-10-17T23:22:01+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-10-17T23:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=380d08e1a234efb17cf15a6b6c2d00c52e4fc648'/>
<id>380d08e1a234efb17cf15a6b6c2d00c52e4fc648</id>
<content type='text'>
* Smooth finalizing of song when loop is disabled (old ugly hack has been removed :wink:)
* Added an ability to reset song position to begin (very helpful when song reaches the end)
* Avoided possible crashes on attempt to fetch sample data without opening of MIDI file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Smooth finalizing of song when loop is disabled (old ugly hack has been removed :wink:)
* Added an ability to reset song position to begin (very helpful when song reaches the end)
* Avoided possible crashes on attempt to fetch sample data without opening of MIDI file
</pre>
</div>
</content>
</entry>
<entry>
<title>Custom banks 4-operator voices playback fix</title>
<updated>2017-10-17T18:00:59+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-10-17T18:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=8b88c5ce46c508f5b7277774456b2266d459cc88'/>
<id>8b88c5ce46c508f5b7277774456b2266d459cc88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>EXPERIMENTAL: Support for custom banks!</title>
<updated>2017-10-17T00:57:21+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-10-17T00:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=c07b146a1a3991edd6c3233dcd1956b989303dd3'/>
<id>c07b146a1a3991edd6c3233dcd1956b989303dd3</id>
<content type='text'>
TODO: Fix support for real 4-operator support for dynamical instruments which now are silent. 2-op and pseudo-4-op still work fine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TODO: Fix support for real 4-operator support for dynamical instruments which now are silent. 2-op and pseudo-4-op still work fine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for WOPL banks format</title>
<updated>2017-10-08T14:10:04+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-10-08T14:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=adfa9ae4cfd230baa33a57196c88e618c156c94c'/>
<id>adfa9ae4cfd230baa33a57196c88e618c156c94c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed example</title>
<updated>2016-05-14T15:15:21+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2016-05-14T15:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=c474e9197fd74291654bc9da9b39fc0b9a7c2de4'/>
<id>c474e9197fd74291654bc9da9b39fc0b9a7c2de4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2015-10-09T22:51:33+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2015-10-09T22:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=90e3c6f54fddf8762f7349414211a8c0f94bf594'/>
<id>90e3c6f54fddf8762f7349414211a8c0f94bf594</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
