============================
CSOUND VERSION 6.02
RELEASE NOTES
============================
This new version has a large number of bug fixes (including clearing
all general tickets on SourceForge). It also introduces some major new
facilities such as use as a server, code to run Csound in a browser
and a large generalisation of filter opcodes to have parameters
changeable at audio rate.
Full release notes, sources and binaries can be found of Sourceforge
(https://sourceforge.net/projects/csound/files/csound6/Csound6.02/
or
https://sourceforge.net/projects/csound/
)
Hey,
A bugfix release Fabla 1.3:
-Lv2 state restore fixed : Ardour / QTractor etc will now save Fabla's
samples on a session save, and restore them properly when reloading the
session.
You are encouraged to update: this will improve user-experience:
https://github.com/harryhaaren/openAV-Fabla/releases/tag/release-1.3
Cheers, -Harry
Jalv 1.4.4 is out. Jalv is a simple but fully featured LV2 host for
Jack. It runs LV2 plugins and exposes their ports as Jack ports,
essentially making any LV2 plugin function as a Jack application.
Download: http://download.drobilla.net/jalv-1.4.4.tar.bz2
Signature: http://download.drobilla.net/jalv-1.4.4.tar.bz2.sig
More about Jalv: http://drobilla.net/software/jalv
Changes:
* Add -c option for setting controls from the command line
* Add --no-menu option for jalv.gtk
* Don't expose non-MIDI event ports to Jack
* Hide controls for ports with notOnGUI property in generic UI
(based on patch from Robin Gareus)
* Support ui:portMap feature to allow UIs to avoid hard-coded
port indices (useful for compatibility and separately
distributed UIs)
* Preset menu support for Qt (patch from Timo Westkämper)
Enjoy,
--
dr
Lilv 0.18.0 is out. Lilv is a C library to make the use of LV2 plugins
as simple as possible for applications.
Download: http://download.drobilla.net/lilv-0.18.0.tar.bz2
Signature: http://download.drobilla.net/lilv-0.18.0.tar.bz2.sig
More about Lilv: http://drobilla.net/software/lilv
This release includes several bug fixes and improvements. Upgrading is
recommended. A function has been added but the API remains backwards
compatible with all previous releases.
Changes:
* Allow lilv_state_restore() to be used without passing an instance,
for restoring port values via a callback only
* Fix unlikely memory leak in lilv_plugin_instantiate()
* Support denoting latency ports with lv2:designation lv2:latency
* Allow passing NULL port_class to lilv_plugin_get_port_by_designation
* Call GetProcAddress with correct calling convention on Windows
* Add support for running plugins from Python by Kaspar Emanuel
* Clean up after test suite so multiple runs are successful
* Add lilv_port_get_node() for using world query functions with ports
* lv2info: Don't display invalid control maxes and defaults
(patch from Robin Gareus)
* lilvmm.hpp: Add wrappers for UI API
Enjoy,
--
dr
Suil 0.8.0 is out. Suil is a lightweight C library for loading and
wrapping LV2 plugin UIs. Suil transparently presents UIs written in
any toolkit as the desired widget type of host programs, so hosts do
not have to depend on foreign toolkits.
Download: http://download.drobilla.net/suil-0.8.0.tar.bz2
Signature: http://download.drobilla.net/suil-0.8.0.tar.bz2.sig
More about Suil: http://drobilla.net/software/suil
This releases adds a function, but remains backwards compatible with all
previous releases.
Changes:
* Add suil_instance_get_handle (patch from Rui Nuno Capela)
* Fix compilation errors on some systems
* Upgrade to waf 1.7.14
Enjoy,
-- dr
Sratom 0.4.4 is out. Sratom is a small C library for serialising LV2
atoms to/from Turtle. Using Sratom, hosts can easily serialise plugin
state or messages to and from portable strings in the same format as
plugin data files.
Download: http://download.drobilla.net/sratom-0.4.4.tar.bz2
Signature: http://download.drobilla.net/sratom-0.4.4.tar.bz2.sig
More about Sratom: http://drobilla.net/software/sratom
This releases fixes a minor bug and improves output. The API is
identical to the previous release.
Changes:
* Escape invalid characters when writing paths as URIs
* Fancier printing without subject and predicate
Enjoy,
-dr
LV2 1.8.0 is out. This release adds one new property (lv2:prototype), a
new example plugin, and some minor fixes, but does not add any new API.
This release is backwards compatible with all previous releases.
Download: http://lv2plug.in/spec/lv2-1.8.0.tar.bz2
Signature: http://lv2plug.in/spec/lv2-1.8.0.tar.bz2.sig
More about LV2: http://lv2plug.in/
Changes:
* Install lv2specgen for use by other projects.
* lv2specgen: Fix links to externally defined terms.
* Add scope example plugin from Robin Gareus.
* lv2core: Add lv2:prototype for property inheritance.
* atom: Make lv2_atom_*_is_end() arguments const.
* log: Add missing include <string.h> to logger.h for memset.
* ui: Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation.
Enjoy,
--
dr