<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/lv2, branch v1.18.8</title>
<subtitle>LV2</subtitle>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/'/>
<entry>
<title>LV2 1.18.8</title>
<updated>2022-08-13T01:07:59+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-13T01:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=bd69ed78a6b9881ee3bb3d95a7a57bd8056fa796'/>
<id>bd69ed78a6b9881ee3bb3d95a7a57bd8056fa796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove release news prior to the unified "lv2" release</title>
<updated>2022-08-12T23:19:59+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-12T23:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=a2715cb4f9a52a665363c2127f92477593cf5279'/>
<id>a2715cb4f9a52a665363c2127f92477593cf5279</id>
<content type='text'>
Some of this metadata had issues, and presenting both the old individual
extension releases and the new unified releases tends to confuse people.  So,
simply remove it; a summary of changes that old aren't really useful to anyone
now anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of this metadata had issues, and presenting both the old individual
extension releases and the new unified releases tends to confuse people.  So,
simply remove it; a summary of changes that old aren't really useful to anyone
now anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 1.18.6 release link</title>
<updated>2022-08-12T22:12:36+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-12T22:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=bb0f65b4bd0216ce2632ae6dd29f3e87847ed163'/>
<id>bb0f65b4bd0216ce2632ae6dd29f3e87847ed163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eg-sampler: Add resampling via libsamplerate</title>
<updated>2022-08-09T01:46:09+00:00</updated>
<author>
<name>falkTX</name>
<email>falktx@falktx.com</email>
</author>
<published>2021-03-15T11:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=2f17c8c0e0dda285c35c1048454190c90c142b24'/>
<id>2f17c8c0e0dda285c35c1048454190c90c142b24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eg-sampler: Fix potentially corrupt notification events</title>
<updated>2022-08-09T01:46:07+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-09T01:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=1c32082b4679a7a4898a20575c0550c8097f6406'/>
<id>1c32082b4679a7a4898a20575c0550c8097f6406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>midigate: Fix output timing</title>
<updated>2022-08-08T01:21:01+00:00</updated>
<author>
<name>Timothy Krause</name>
<email>tmkrs4482@gmail.com</email>
</author>
<published>2021-11-30T13:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=906deeb65880163de93027cd804c596f3bc2936e'/>
<id>906deeb65880163de93027cd804c596f3bc2936e</id>
<content type='text'>
Previously, the state was updated before writing the output (up to the current
time), so output "in the past" would be incorrectly written based on the
current state.  This fixes that by switching things around, so the output is
first written up to the current time, then the state is updated (and the loop
continues).

This takes advantage of the fact that write_output() effectively does nothing
with a zero length.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the state was updated before writing the output (up to the current
time), so output "in the past" would be incorrectly written based on the
current state.  This fixes that by switching things around, so the output is
first written up to the current time, then the state is updated (and the loop
continues).

This takes advantage of the fact that write_output() effectively does nothing
with a zero length.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation build with Python 3.7</title>
<updated>2022-08-06T02:02:50+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-05T20:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=7768958f8691d095c7869f212cc6c2233b973228'/>
<id>7768958f8691d095c7869f212cc6c2233b973228</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inconsistent plugin class labels</title>
<updated>2022-08-05T03:29:15+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-05T03:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=5f35f845874911384eeaf8498d4e0120a95392dd'/>
<id>5f35f845874911384eeaf8498d4e0120a95392dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lv2.h missing from installation</title>
<updated>2022-08-05T02:54:37+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-05T02:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=e4996396487babb5007c43f42d2b68eb50f08fec'/>
<id>e4996396487babb5007c43f42d2b68eb50f08fec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation build with meson 0.56.2</title>
<updated>2022-07-21T17:38:16+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-07-21T17:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=8124b4e533b91367a181f11efa34316faf35028b'/>
<id>8124b4e533b91367a181f11efa34316faf35028b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
