<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/plugins, branch v1.2.0</title>
<subtitle>LV2</subtitle>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/'/>
<entry>
<title>Fix crash on save when no sample is loaded.</title>
<updated>2012-08-31T16:28:37+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-31T16:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=1c06e3e0e46e2e5ac621001b96a2b439aafd2800'/>
<id>1c06e3e0e46e2e5ac621001b96a2b439aafd2800</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Link against libm (fix ticket #5).</title>
<updated>2012-08-21T04:45:55+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-21T04:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=27e08957adddc522be90415ecf26ae651c31a865'/>
<id>27e08957adddc522be90415ecf26ae651c31a865</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Associate plugins with a project rather than put doap:Project metadata on plugins.</title>
<updated>2012-08-16T04:10:17+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-16T04:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=3907dc1f3e36ce13f951ab6b9d9dccd0d7fa39b3'/>
<id>3907dc1f3e36ce13f951ab6b9d9dccd0d7fa39b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>midi: Remove non-standard midi:Tick message type.</title>
<updated>2012-08-14T06:21:53+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-14T06:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=77f2d69d2f9995d7e803021373dbb18a199e645a'/>
<id>77f2d69d2f9995d7e803021373dbb18a199e645a</id>
<content type='text'>
midi: Add C definitions for message types and standard controllers.
midi: Fix definition of SystemExclusive status byte.
Use new MIDI API in eg-sampler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
midi: Add C definitions for message types and standard controllers.
midi: Fix definition of SystemExclusive status byte.
Use new MIDI API in eg-sampler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve const correctness.</title>
<updated>2012-08-11T03:38:07+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-11T03:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=e271414476309ef4491444376cf0050936816a24'/>
<id>e271414476309ef4491444376cf0050936816a24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmissing-prototypes.</title>
<updated>2012-08-09T02:06:27+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-09T02:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=2a003020dc3b094df7eaa9b2f2cde53e97516fa8'/>
<id>2a003020dc3b094df7eaa9b2f2cde53e97516fa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing static declarations (-Wstrict-prototypes).</title>
<updated>2012-08-09T01:57:23+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-09T01:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=e6e94966b45ab25c8852445ee05869de879819df'/>
<id>e6e94966b45ab25c8852445ee05869de879819df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move MSVC C99 gunk into autowaf.</title>
<updated>2012-08-08T21:01:41+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-08T21:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=5a8f20f5a7b818e8e9d0be7f24f232bed0078834'/>
<id>5a8f20f5a7b818e8e9d0be7f24f232bed0078834</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tidy up wscript files.</title>
<updated>2012-08-08T20:38:32+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-08T20:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=409a3d0d0cd2bd5fb5af13ee64a4f138827043b0'/>
<id>409a3d0d0cd2bd5fb5af13ee64a4f138827043b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix recursive building.</title>
<updated>2012-08-06T19:36:46+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-06T19:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=41a14d4a9a07d85b915737063102f401cf15d5c5'/>
<id>41a14d4a9a07d85b915737063102f401cf15d5c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
