<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NASPRO</title>
	<atom:link href="http://naspro.atheme.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://naspro.atheme.org</link>
	<description>the NASPRO Architecture for Sound PROcessing</description>
	<lastBuildDate>Sun, 06 May 2012 13:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>NASPRO 0.4.1 released</title>
		<link>http://naspro.atheme.org/2012/05/06/naspro-0-4-1-released/</link>
		<comments>http://naspro.atheme.org/2012/05/06/naspro-0-4-1-released/#comments</comments>
		<pubDate>Sun, 06 May 2012 13:49:15 +0000</pubDate>
		<dc:creator>daste</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://naspro.atheme.org/?p=211</guid>
		<description><![CDATA[Hi all, I am glad to announce the release of NASPRO 0.4.1. This is just a small update to NASPRO Bridge it and NASPRO bridges that: makes use of LV2 Atom for MIDI events; enables LRDF-equivalent bundle installation and automatic translation of DSSI programs to LV2 presets by default; aligns with the unified LV2 distribution. [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>I am glad to announce the release of NASPRO 0.4.1.</p>
<p>This is just a small update to <a title="NASPRO Bridge it" href="http://naspro.atheme.org/libraries/naspro-bridge-it/">NASPRO Bridge it</a> and <a title="NASPRO bridges" href="http://naspro.atheme.org/plugins/naspro-bridges/">NASPRO bridges</a> that:</p>
<ul>
<li>makes use of <a href="http://lv2plug.in/ns/ext/atom/">LV2 Atom</a> for MIDI events;</li>
<li>enables LRDF-equivalent bundle installation and automatic translation of DSSI programs to LV2 presets by default;</li>
<li>aligns with the unified LV2 distribution.</li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://naspro.atheme.org/2012/05/06/naspro-0-4-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NASPRO 0.4.0 released</title>
		<link>http://naspro.atheme.org/2012/01/29/naspro-0-4-0-released/</link>
		<comments>http://naspro.atheme.org/2012/01/29/naspro-0-4-0-released/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 19:46:54 +0000</pubDate>
		<dc:creator>daste</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://naspro.atheme.org/?p=197</guid>
		<description><![CDATA[Hi all, I am glad to announce the release of NASPRO 0.4.0. This is a huge one! The main news are the introduction of the ino and gino libraries and of the FreeADSP application, the addition of threading and unnamed semaphore APIs to NASPRO core, as well as some API breakage there w.r.t. UTF-16 string [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>I am glad to announce the release of NASPRO 0.4.0.</p>
<p>This is a huge one! The main news are the introduction of the ino and gino libraries and of the FreeADSP application, the addition of threading and unnamed semaphore APIs to NASPRO core, as well as some API breakage there w.r.t. UTF-16 string encoding/decoding, some fixing of preset data generation in NASPRO Bridge it and various cosmetic changes here and there. You can find detailed ChangeLogs in the tarballs.</p>
<p>It includes:</p>
<ul>
<li><a title="NASPRO core" href="http://naspro.atheme.org/libraries/naspro-core/">NASPRO core</a>: the portable runtime library at the bottom of the architecture;</li>
<li><a title="NASPRO Bridge it" href="http://naspro.atheme.org/libraries/naspro-bridge-it/">NASPRO Bridge it</a>: a little helper library to develop <em>insert-your-API-here</em> to LV2 bridges;</li>
<li><a title="NASPRO bridges" href="http://naspro.atheme.org/plugins/naspro-bridges/">NASPRO bridges</a>: a collection of bridges to LV2 which, once installed, allow you to use plugins developed for other plugin standards in LV2 hosts;</li>
<li><a title="LV2proc" href="http://naspro.atheme.org/applications/lv2proc/">LV2proc</a>: a simple command line effect processor using LV2 plugins;</li>
<li><a title="ino headers" href="http://naspro.atheme.org/libraries/ino/">ino</a> and <a title="ino/JavaScriptCore" href="http://naspro.atheme.org/libraries/ino-jsc/">ino/JavaScriptCore</a>: minimalist C API to execute JavaScript code and to expose native methods to JavaScript execution contexts + JavaScriptCoreGTK+ 2/3 based implementations;</li>
<li><a title="gino headers" href="http://naspro.atheme.org/libraries/gino/">gino</a> and <a title="gino/WebKitGTK+" href="http://naspro.atheme.org/libraries/gino-webkit-gtk/">gino/WebKitGTK+</a>: minimalist C API to create GUIs using HTML/CSS/JavaScript and interfacing them with C code + WebKitGTK+2 implementation.</li>
<li><a title="FreeADSP" href="http://naspro.atheme.org/applications/freeadsp/">FreeADSP</a>: MIDI-controlled real-time stereo effect rack using LV2 plugins.</li>
</ul>
<p>In particular, the NASPRO bridges collection includes two bridges: a <a href="http://www.ladspa.org/">LADSPA</a> 1.1 and a <a href="http://dssi.sourceforge.net/">DSSI</a> 1.0.0/1.1.0 bridge.</p>
<p><strong>BEWARE</strong>: most of the new stuff is in early stages of development!</p>
<p>NASPRO core, NASPRO Bridge it and NASPRO bridges are released under the <a href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPL 2.1</a>, LV2proc and FreeADSP are released under the <a title="ino" href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</a>, ino, ino/JavaScriptCore, gino and gino/WebKitGTK+ are released under an <a href="http://en.wikipedia.org/wiki/ISC_license">ISC</a>-style license.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://naspro.atheme.org/2012/01/29/naspro-0-4-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NASPRO 0.3.1 released</title>
		<link>http://naspro.atheme.org/2011/12/10/naspro-0-3-1-released/</link>
		<comments>http://naspro.atheme.org/2011/12/10/naspro-0-3-1-released/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 01:44:29 +0000</pubDate>
		<dc:creator>daste</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://naspro.atheme.org/?p=163</guid>
		<description><![CDATA[Hi all, since the NASPRO bridges 0.3.0 release has a small but annoying build system-related problem, here I am announcing NASPRO 0.3.1, that is identical to the previous release except for the updated NASPRO bridges 0.3.1 package. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>since the NASPRO bridges 0.3.0 release has a small but annoying build system-related problem, here I am announcing NASPRO 0.3.1, that is identical to the previous release except for the updated NASPRO bridges 0.3.1 package.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://naspro.atheme.org/2011/12/10/naspro-0-3-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NASPRO 0.3.0 released</title>
		<link>http://naspro.atheme.org/2011/12/04/naspro-0-3-0-released/</link>
		<comments>http://naspro.atheme.org/2011/12/04/naspro-0-3-0-released/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 21:20:19 +0000</pubDate>
		<dc:creator>daste</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://naspro.atheme.org/?p=151</guid>
		<description><![CDATA[Hi all, I&#8217;m glad to announce the release of NASPRO 0.3.0. This release introduces a new simple command line effect processor using LV2 plugins called LV2proc, adds experimental translation of DSSI programs to LV2 presets, breaks the API of lower level libraries to make them slimmer and more efficient, and includes as usual bugfixing and [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>I&#8217;m glad to announce the release of NASPRO 0.3.0.</p>
<p>This release introduces a new simple command line effect processor using LV2 plugins called LV2proc, adds experimental translation of DSSI programs to LV2 presets, breaks the API of lower level libraries to make them slimmer and more efficient, and includes as usual bugfixing and improvements here and there. You can find detailed ChangeLogs in the tarballs.</p>
<p>It includes:</p>
<ul>
<li><a title="NASPRO core" href="../libraries/naspro-core/">NASPRO core</a>: the portable runtime library at the bottom of the architecture;</li>
<li><a title="NASPRO Bridge it" href="../libraries/naspro-bridge-it/">NASPRO Bridge it</a>: a little helper library to develop <em>insert-your-API-here</em> to LV2 bridges;</li>
<li><a title="NASPRO bridges" href="../plugins/naspro-bridges/">NASPRO bridges</a>: a collection of bridges to LV2 which, once installed, allow you to use plugins developed for other plugin standards in LV2 hosts;</li>
<li><a title="LV2proc" href="../applications/lv2proc/">LV2proc</a>: a simple command line effect processor using LV2 plugins.</li>
</ul>
<p>In particular, the NASPRO bridges collection includes two bridges: a <a href="http://www.ladspa.org/">LADSPA</a> 1.1 and a <a href="http://dssi.sourceforge.net/">DSSI</a> 1.0.0/1.1.0 bridge.</p>
<p>NASPRO core, NASPRO Bridge it and NASPRO bridges are released under the <a href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPL 2.1</a>, while LV2proc is released under the <a title="ino" href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</a>.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://naspro.atheme.org/2011/12/04/naspro-0-3-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world #4</title>
		<link>http://naspro.atheme.org/2011/11/13/hello-world-4/</link>
		<comments>http://naspro.atheme.org/2011/11/13/hello-world-4/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 13:21:18 +0000</pubDate>
		<dc:creator>daste</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://naspro.atheme.org/?p=61</guid>
		<description><![CDATA[No, don&#8217;t worry, this time it&#8217;s just a website upgrade. Using WordPress now. The theme sucks, but there are more urgent things to do now. However, some evil plans are revelaed and you may want to re-register your account. The new release should not be far, I hope to put that present under your Christmas [...]]]></description>
			<content:encoded><![CDATA[<p>No, don&#8217;t worry, this time it&#8217;s just a website upgrade. Using <a href="http://wordpress.org/">WordPress</a> now. The theme sucks, but there are more urgent things to do now.</p>
<p>However, some evil plans are revelaed and you may want to re-register your account.</p>
<p>The new release should not be far, I hope to put that present under your Christmas tree. <img src='http://naspro.atheme.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://naspro.atheme.org/2011/11/13/hello-world-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

