I'm pleased to announce the release of guitarix2-0.39.0
A virtual guitar amplifier for Linux running with jack (Jack Audio
Connection Kit).
This is a maintenance release which mainly is meant to get rid of the
python2 build dependency.
Changes are so far:
- updated waf version to 2.0.19 by Andreas Degert
- cleanup all GTK(mm) calls to be able to build with -DGSEAL_ENABLE
flag (prepare to update to GTK3) by Hubert Figuière
- update Russian Translation by Valeriy Shtobbe and Olesya
Gerasimenko (Basealt Translation Team)
- bind lv2:enabled to guitarix on_off switch and remove from UI by
Hermann Meyer
- update all build scripts to use faust version 2.15.11 by Hermann
Meyer
- add new option -E --hideonquit, to make the UI experience smooth
when used as LV2 plugin (via Carla export) by Hermann Meyer
- add exit handler and warning when sample-rate is above 96kHz by
Hermann Meyer
You could get it here:
https://sourceforge.net/projects/guitarix/
regards
hermann
liquidsfz-0.2.0 has been released
The main goal of liquidsfz is to provide an SFZ sampler implementation
library that is easy to integrate into other projects. A standalone jack
client and a LV2 plugin is also available.
liquidsfz is implemented in C++ and licensed under the GNU LGPL version
2.1 or later. The release tarball can be downloaded here:
https://github.com/swesterfeld/liquidsfz#releases
Overview of Changes in liquidsfz-0.2.0:
---------------------------------------
* Provide LV2 plugin
* Support for <control>/<global>/<master> sections
* Handle #define
* Lots of new opcodes supported, including
- key switches
- crossfading for layers
- more amp-related opcodes
- allow changing more parameters using CCs
* API additions
- load progress function (Synth::set_progress_function)
- global gain factor (Synth::set_gain)
- provide list of CCs supported by .sfz file (Synth::list_ccs)
- support pitch bend (Synth::add_event_pitch_bend)
--
Stefan Westerfeld, http://space.twc.de/~stefan
Hey all,
this is a maintenance release with support for Python3, a handful of
bugfixes plus minor changes to ensure codebase stays compatible with
modern compilers and libraries to keep the code in buildable condition.
1. Summary of changes in this release
-------------------------------------
Update pyecasound and ecamonitor to work with Python3. Python2.7 or
newer is now required. The old C based implementation of ECI for
Python is dropped completely. It has been deprecated since 2.9.0
(2012). A few minor fixes to compiler warnings, LADSPA plugin
capability parsing and rubyecasound.
2. What is Ecasound?
--------------------
Ecasound is a software package designed for multitrack audio processing.
It can be used for simple tasks like audio playback, recording and format
conversions, as well as for multitrack effect processing, mixing,
recording and signal recycling. Ecasound supports a wide range of audio
inputs, outputs and effect algorithms. Effects and audio objects can be
combined in various ways, and their parameters can be controlled by
operator objects like oscillators and MIDI-CCs. A versatile console mode
user-interface is included in the package.
Primary platform for running Ecasound is GNU/Linux. Ecasound can also be
run on many UNIX-derived systems such as FreeBSD, Mac OS X and Solaris.
Limited support for Windows is available through Cygwin. Ecasound is
licensed under the GPL. The Ecasound Control Interface (ECI) is licensed
under the LGPL.
3. Changes in this release
---------------------------
Full list of changes is available at:
- http://nosignal.fi/ecasound/history.php
4. Interface and configuration file changes in this release
-----------------------------------------------------------
- build: '--enable-python=iwantc' removed
5. Contributors to this release
-------------------------------
Patches - Accepted code, documentation and build system changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
David Runge (1):
build: do pkg-config search for lv2 instead of deprecated lv2core
Kai Vehmanen (19):
build: version to 2.9.2+dev, tree opened for devel
eca-chainsetup: remove inaccurate dbc warning in device open
doc: Fix incorrect link to git tree web interface
ecatools: ecamonitor updated to support python3
kvutils: fix compilation errors for nanosleep/usleep
build: update config.guess and config.sub to 2018-02
build: fix issue in configure.ac check for execvp()
kvutils: return error from kvu_sleep() if platform support missing
libecasound: LADSPA: fix bug in parsing output capability
libecasound: fix compiler warnings in eca-engine.cpp
ecatools: further fixes to ecamonitor for python3 support
pyecasound: remove C pyecasound implementation
pyecasound: add support for python3.x
doc: update NEWS
rubyecasound: fix warning concerning Object#timeout
doc: add David Runge to AUTHORS
doc: update RELNOTES for 2.10 release
doc: update README, AUTHORS and RELNOTES for release
build: 2.9.3 release
Marc Lavallée (2):
pyecasound: style update to match with python3 conventions
pyecasound: remove obsolete comment
Bug Hunting - Reports that led to bugfixes (items closed)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
v2.10
* David O'Toole (1)
compile error on Cygwin
Feature suggestions - Ideas that led to new features (items)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
No new features implemented.
6. Links and files
------------------
Web site (and mirrors):
http://nosignal.fi/ecasound (fi)
http://ecasound.seul.org (us)
http://ecasound.sourceforge.net (us)
Source package:
http://nosignal.fi/ecasound/download.php
ecasound-2.9.3.tar.gz, sha256sum:
468bec44566571043c655c808ddeb49ae4f660e49ab0072970589fd5a493f6d4
List of distributions with maintained Ecasound support:
See http://nosignal.fi/ecasound/download.php
--
Dear all,
First of all a happy 2020 (even though it's way past Epiphany)! So
what's the fresh start about? Well, registration of the linuxaudio.org
domain has been handed over to yours truly so if you need any DNS
changes regarding any linuxaudio.org subdomains then I can take care of
that now directly. Thanks Daniel James of 64 Studio for taking care of
the domain for so long!
Other part of the fresh start is that I migrated the web server to a new
cloud region which is faster and more performant. I just changed all the
DNS records so if you spot anything weird that just worked before then
please let me know! The mail server will follow this weekend so if mail
seems a bit flaky the coming weekend then you know what might cause it.
Best regards,
Jeremy
Hello,
the first official version of the new LV2 plugin B.Choppr is just
released. B.Choppr is an audio stream chopping LV2 plugin. It cuts the
audio input stream into a repeated sequence of up to 16 chops which can
be individually leveled. B.Choppr is the official successor of B.Slizr.
What's new:
* Define individual step sizes using markers (automatic or manual mode)
* Select between linear and non-linear (sinusoid) crossfading
* Zoom monitor by mouse drag or wheel scroll
* Stable hover effects
Project page: https://github.com/sjaehn/BChoppr
Download: https://github.com/sjaehn/BChoppr/releases
Instructions: https://github.com/sjaehn/BChoppr/blob/master/README.md
Try, enjoy and have fun
Sven Jaehnichen