Lilv is a C library to make the use of LV2 plugins as simple as possible.
Lilv is the successor to SLV2, rewritten to be significantly faster and
have minimal dependencies. It is stable, well-tested software in use by
several applications.
- Sratom is a library for serialising LV2 atoms to and from RDF,
particularly the Turtle syntax.
- Serd is a lightweight C library for RDF syntax which supports reading and
writing Turtle, TRiG, NTriples, and NQuads.
Serd is suitable for performance-critical or resource-limited applications,
such as serialising very large data sets, network protocols, or embedded
systems that require minimal dependencies and lightweight deployment.
- Sord is a lightweight C library for storing RDF data in memory.
LV2 is an open standard for audio plugins, used by hundreds of plugins and
other projects. At its core, LV2 is a simple stable interface, accompanied
by extensions which add functionality to support the needs of increasingly
powerful audio software.
This includes some noteworthy, but backwards-compatible library
changes.
libmpg123:
Running on precomputed tables now, no need to call mpg123_init() or
mpg123_exit() anymore.
libmpg123, libout123:
Added API that avoids enums, mapped-to by default.
Tested with Unholy Heights, Cryptark, Celeste, Rogue Legacy
Update Notes:
New Features:
Added support for SDL_GetAudioDeviceSpec, coming in a future SDL release
FACT: Implemented accurate Fast/Slow/SinCos RPC curve types
Added support for XMA2 audio, for Xbox 360 data
Fixes:
Voice filters/effects should be processed even when SendCount is 0
FACT:
Fix parsing/calculation of filter Q factors
Enforce STOPPING flag for fade-outs or RPC releases
Various fixes for parsing big-endian SoundBanks
from deserter666/at/danwin1210.me, ok solene@
ZynAddSubFX is a opensource software synthesizer capable of making
a countless number of instruments, from some common heard from
expensive hardware to interesting sounds that you'll boost to an
amazing universe of sounds.
Recent addition of a qt5-flavor resulted in a dpb-related issue causing
only one of the flavors being build unless building happens on different
machines or dpb junks no longer needed installed packages in between.
Fix this by dropping flavors and moving audacious to Qt5.
"ports parts are good" sthen@