Software Details:
Version: 1.0.5
Upload Date: 11 May 15
Distribution Type: Freeware
Downloads: 41
lv2-c++-tools package contains some tools and libraries that may come in handy when writing LV2 plugins. They are all part of the software package lv2-c++-tools.
You can generate HTML API documentation by running 'doxygen' in the top level of the source tree.
To build and install, run
./configure
make
su -c 'make install'
You can pass some options to configure, e.g. --prefix=/usr to install everything in /usr (the default is /usr/local).
What is new in this release:
- This version adjusts parsing code to work with the broken Boost.Spirit API.
What is new in version 1.0.4:
- Fixed bug in LV2::Synth that made all synth plugins require the event refcounting feature (reported by many people before I realised it was actually a bug rather than a feature)
What is new in version 1.0.3:
- Fixed build system bug that added $(LDFLAGS) to the static linker (reported by Philipp Aoberbacher).
Comments not found