NASPRO (a recursive acronym for NASPRO Architecture for Sound PROcessing) is meant to be a cross-platform sound processing software architecture built around the LV2 plugin standard. 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.
| Tags | multimedia Sound/Audio Software Development Libraries Application Frameworks |
|---|---|
| Licenses | LGPL GPLv3 |
| Operating Systems | Linux FreeBSD Haiku Syllable Mac OS 10.6 Windows |
| Implementation | C |
Recent releases


Release Notes: This release introduces the ino and gino libraries and the FreeADSP application, adds threading and unnamed semaphore APIs to NASPRO core, as well as some API breakage there w.r.t. UTF-16 string encoding/decoding, fixes preset data generation in NASPRO Bridge it, and brings various cosmetic changes here and there.


Release Notes: A small but annoying build system-related bug was fixed.


Release Notes: 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 bugfixes and improvements here and there.


Release Notes: This is mostly a bugfix release with a "not officially supported" port to Win32/64 and several LV2 data-only bundles containing the handcrafted equivalent of all LRDF data the author could find.


Release Notes: 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); and NASPRO bridges (a collection of bridges to LV2). In particular, the NASPRO bridges collection includes two bridges: a LADSPA 1.1 and a DSSI 1.0.0/1.1.0 bridge.