Hi all,
I'm glad to announce the release of NASPRO 0.2.90.
NASPRO (
http://naspro.atheme.org/) is meant to be a cross-platform
sound processing software architecture built around the LV2 plugin
standard (
http://lv2plug.in/).
The goal of the project is to develop a series of tools to make it
easy and convenient to use LV2 for sound processing on any (relevant)
platform and for everybody: end users, host developers, plugin
developers, distributors and scientists/researchers.
This release is a total redesign/rewrite that more or less
reimplements the features of the previous release, but in a much
cleaner and maintainable way.
It includes:
* NASPRO core: the portable runtime library at the bottom of the architecture;
* NASPRO Bridge it: a little helper library to develop
insert-your-API-here to LV2 bridges;
* NASPRO bridges: a collection of bridges to LV2 which, once
installed, allow you to use plugins developed for other plugin
standards in LV2 hosts.
In particular, the NASPRO bridges collection includes two bridges: a
LADSPA (
http://www.ladspa.org/) 1.1 and a DSSI
(
http://dssi.sourceforge.net/) 1.0.0/1.1.0 bridge.
All of the code is released under the LGPL 2.1
(
http://www.gnu.org/licenses/lgpl-2.1.html) license.
More information is available on the project's website.
Enjoy!
Stefano D'Angelo