[Sorry for cross-posting, please distribute]
Just a friendly reminder that January 27th is the deadline for all
submissions to the Linux Audio Conference (LAC 2014), which will take
place at ZKM (Karlsruhe, Germany) in May 2014.
http://lac.linuxaudio.org/2014/
We look forward to seeing you in Karlsruhe in May!
Sincerely,
The LAC 2014 Organizing Team
- - - - - - - - -
Linux Audio Conference 2014 - Call for Participation
We are happy to announce the next issue of the Linux Audio Conference
(LAC), May 1-4, 2014 @ ZKM | Institute for Music and Acoustics, in
Karlsruhe, Germnany.
http://lac.linuxaudio.org/2014/
The Linux Audio Conference is an international conference that brings
together musicians, sound artists, software developers and researchers,
working with Linux as an open, stable, professional platform for audio
and media research and music production. LAC includes paper sessions,
workshops, and a diverse program of electronic music.
*Call for Papers, Workshops, Music and Installations*
We invite submissions of papers addressing all areas of audio processing
and media creation based on Linux. Papers can focus on technical,
artistic and scientific issues and should target developers or users. In
our call for music, we are looking for works that have been produced or
composed entirely/mostly using Linux.
The online submission of papers, workshops, music and installations is
now open at http://lac.linuxaudio.org/2014/participation
The Deadline for all submissions is January 27th, 2014 (23:59 HAST).
You are invited to register for participation on our conference website.
There you will find up-to-date instructions, as well as important
information about dates, travel, lodging, and so on.
This year's conference is hosted by the ZKM | Institute for Music und
Acoustics (IMA). The IMA is a forum for international discourse and
exchange and combines artistic work with research and development in the
context of electroacoustic music. By holding concerts, symposia and
festivals on a regular basis it brings together composers, musicians,
musicologists, music software developers and listeners interested in
contemporary music. Artists in Residence and software developers work on
their productions in studios at the institute. With digital sound
synthesis, algorithmic composition, live-electronics up to radio plays,
interactive sound installations and audiovisual productions their
creations cover a broad range of what digital technology can inspire the
musical fantasy to.
The ZKM is proud to be the place of the LAC for the fifth time after
having initiated the conference in 2003.
http://www.zkm.de/musik
We look forward to seeing you in Karlsruhe in May!
Sincerely,
The LAC 2014 Organizing Team
============================
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