On behalf of the entire Rivendell development team, I'm pleased to
announce the availability of the next production release of the next
major version of Rivendell, 3.2.1. Rivendell is a full-featured radio
automation system targeted for use in professional broadcast
environments. It is available under the GNU General Public License
version 2.
From the 'NEWS' file:
Changes:
*** snip snip ***
Changes:
Numerous bug fixes. See the 'ChangeLog' for details.
Database Update:
This version of Rivendell uses database schema version 311, and will
automatically upgrade any earlier versions. To see the current schema
version prior to upgrade, see RDAdmin->SystemInfo.
Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading
to allow any necessary changes to the database schema to be applied.
*** snip snip ***
Details and source code are available at
https://github.com/ElvishArtisan/rivendell/releases <https://github.com/ElvishArtisan/rivendell/releases>.
Cheers!
|---------------------------------------------------------------------|
| Frederick F. Gleason, Jr. | Chief Developer |
| | Paravel Systems |
|---------------------------------------------------------------------|
| A room without books is like a body without a soul. |
| |
| -- Cicero |
|---------------------------------------------------------------------|
V1.7.0
Just one visible change, but a major one.
Instead of a few controls giving an immediate response, there are only a few that don't :)
More details are in /doc/Yoshimi_1.7.0_features.txt
Yoshimi source code is available from either:
https://sourceforge.net/projects/yoshimi
Or:
https://github.com/Yoshimi/yoshimi
Full build instructions are in 'INSTALL'.
Our list archive is at:
https://www.freelists.org/archive/yoshimi
To post, email to:
yoshimi(a)freelists.org
--
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Hi all,
I've updated Ninjas2 audio sample slicer plugin.
Source and binaries (linux/windows/mac) are available at :
https://github.com/rghvdberg/ninjas2/releases/tag/v0.2.0
readme : https://github.com/rghvdberg/ninjas2/blob/master/README.md
>From the readme:
#Goal:
Easy to use sample slicer, quick slicing of sample and auto-mapping
slices to midi note numbers.
# Intended usage:
Primarily targeted at chopping up loops or short ( ≈ 10 - 20 seconds)
samples. Think drum loops, vocal chops etc. Currently there's no limit
on imported sample length. User can play the slices using midi notes
and change the pitch with midi pitchbend.
# Downloads:
Linux, Windows and Mac binaries for several architectures are
available here. There are no installers, just unzip and copy the
plugin to an appropiate location.
# New Features
- redesigned interface
- controls are grouped in Global, Slicing and Slice
- the Slice box shows the currently selected slice number
- keyboard
- click on key to play slice
- red dot on key indicates which slice is currently selected in
the waveform display
- keys that don't have a slice mapped to them are greyed out
# Known Bugs and Limitations
- some host don't work very well with the lv2 version
- zrythm and qtractor had trouble with the lv2 version but worked
fine with the vst
- ardour, carla and muse3 worked well with the lv2
- care should be taken when automating the playmodes and adsr
- the automation is sent to the currently played note (slice),
when multiple slices are played, this leads to "undefinied behaviour"
____ __ ___ _
/ __ \____ ___ ____ / |/ /_ _______(_)____
/ / / / __ \/ _ \/ __ \ / /|_/ / / / / ___/ / ___/
/ /_/ / /_/ / __/ / / / / / / / /_/ (__ ) / /__
\____/ .___/\___/_/ /_/ /_/ /_/\__,_/____/_/\___/
/_/
__ __ __ ____
/ //_/___ ____ / /__________ / / /__ __________
/ ,< / __ \/ __ \/ __/ ___/ __ \/ / / _ \/ ___/ ___/
/ /| / /_/ / / / / /_/ / / /_/ / / / __/ / (__ )
/_/ |_\____/_/ /_/\__/_/ \____/_/_/\___/_/ /____/
Quarterly releases 2020-1
--------------------------------------------------------------------------------
__ ___ ___ __
/ / __|_ |/ (_)__ / /_
/ / |/ / __// / / _ \/ __/
/_/|___/____/_/_/_//_/\__/
*Check whether a given LV2 plugin is up to the specification*
An LV2 lint-like tool that checks whether a given plugin and its UI(s) match up
with the provided metadata and adhere to well-known best practices.
Run it as part of your continuous integration pipeline together with
lv2/sord\_validate to reduce the likelihood of shipping plugins with major flaws
in order to prevent unsatisfied users.
*Note: This is an early release, if you happen to find false-positive warnings
when using this tool, please report back, so it can be fixed.*
---------
ChangeLog
---------
=====================
[0.4.0] - 13 Jan 2020
=====================
-----
Added
-----
- less pedantic packager mode
- quiet flag for command line output (drobilla)
- support for lv2:sampleRate (drobilla)
- support for getting the plugin license from the project (drobilla)
- support for xsd:* as rdfs:range
-----
Fixed
-----
- misleading messages about lv2:class (drobilla)
- incorrect URI names in error messages (drobilla)
This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.
Kindly find more details, the source (and binaries) at:
https://open-music-kontrollers.ch/lv2/lv2lint
--------------------------------------------------------------------------------
__ ___ __ _ __
/ |/ /__ ___ / / (_)__ / /____
/ /|_/ / -_) _ \/ _ \/ (_-</ __/ _ \
/_/ /_/\__/ .__/_//_/_/___/\__/\___/
/_/
*a Just-in-Time FAUST compiler embedded in an LV2 plugin*
Write LV2 audio/cv instruments/filters directly in your host in FAUST
DSP language without any need to restart/reload host or plugin upon code changes.
Use it for one-off instruments/filters, prototyping, experimenting or
glueing stuff together.
*Note: This is an early release, it may thus have rough edges and will need a
fairly recent libFAUST and/or bleeding edge GNU/Linux distribution.*
*Note: libFAUST 2.20.2 has a broken LLVM C-API and thus will be non-functional
with this plugin.*
---------
ChangeLog
---------
=====================
[0.6.0] - 15 Jan 2020
=====================
----------
Deprecated
----------
- external UI
-----
Added
-----
- native UI based on D2TK with embedded terminal emulator
- retrigger of gate signal over 1 sample at least at NoteOn
-----
Fixed
-----
- too short error buffer size
- handling of AllNotesOff and AllSoundsOff MIDI messages
- compilaton errors (FAUST 2.20.2)
- slot ordering of parameter slots (FAUST 2.20.2)
- lv2lint warnings
-------
Removed
-------
- build dependency on FAUST binary
-------
Changed
-------
- parameter labels in presets
This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.
Kindly find more details, the source (and binaries) at:
https://open-music-kontrollers.ch/lv2/mephisto
--------------------------------------------------------------------------------
______ ____ ___ ____
/ __/ / ___ / / /__ / _ )___ / / /__
_\ \/ _ \/ -_) / (_-< / _ / -_) / (_-<
/___/_//_/\__/_/_/___/ /____/\__/_/_/___/
*A just-for-fun LV2 plugin bundle*
The most limited, useless, hackable and fun plugin bundle ever. Sound the bell
in the shell
(or from any program forked from the latter) to send a MIDI note.
---------
ChangeLog
---------
=====================
[0.2.0] - 15 Jan 2020
=====================
---------------
Initial release
---------------
This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.
Kindly find more details, the source (and binaries) at:
https://open-music-kontrollers.ch/lv2/shells_bells
Hi,
signal-estimator is a small command-line tool allowing to measure
latency and loss ratio of the signal looped back (somehow) from ALSA
output device to ALSA input device.
I created it to measure the total latency of an Android phone
with a Bluetooth headset.
Link:
https://github.com/gavv/signal-estimator/
-- Victor
Zrythm 0.7.367 has been released!
#################################
Screenshot: <https://www.zrythm.org/static/images/jan-14-2020.png>
Installer (paid): <https://www.zrythm.org/en/download.html>
Source tarball: <https://www.zrythm.org/releases/zrythm-0.7.367.tar.xz>
Signature: <https://www.zrythm.org/releases/zrythm-0.7.367.tar.xz.asc>
SHA256 sum: <
https://www.zrythm.org/releases/zrythm-0.7.367.tar.xz.sha256sum>
# What is Zrythm
Zrythm is a digital audio workstation designed to be featureful and
easy to use. It allows limitless automation, supports LV2 plugins,
works with the JACK audio backend, provides chord assistance, is free
software and can be used in English, French, Portuguese, Japanese and
German.
It is written in C using the GTK+3 toolkit.
More info can be found at <https://www.zrythm.org>
# Current state
We believe that Zrythm is now in the late alpha stage where most
essential features are implemented and it's starting to be more stable,
and we are approaching beta. It seems to be usable for MIDI-based
workflows and the UI is very responsive on well-tuned machines.
The main changes since the last announcement are the following (you can
view the whole changelog here: <
https://github.com/zrythm/zrythm/blob/master/CHANGELOG.md>;).
## Optimized UI
The drawing code for many parts of the interface has been rewritten
with optimization in mind. We saw big improvements in performance and
CPU usage, so if you tried Zrythm before and your CPU usage was going
crazy, or if it was laggy on your machine, we highly suggest you give
the new release a spin.
More specifically, the following were composite GTK widgets before,
which was causing too many calculations to be done and lag when too
many objects were on the screen - something not acceptable for a DAW.
We converted them into canvases, which means that everything inside
these gets drawn in one go, avoiding the need for multi-step, nested
calculations.
- Tracks
- Timeline arranger
- All editors (piano roll, chord editor, automation editor, audio
editor)
- Piano roll keys
## Experimental VST support
We added support for Linux VSTs.
## Many, many bugfixes
You will find that Zrythm is much more stable now. If you spot any
bugs/crashes, PLEASE report them. We want to fix all of them.
## More distros supported
Debian 9 (stretch) and all derivatives (Ubuntu 18.04, AVLinux,
LinuxMint 19.3, LibraZik 2, etc.) are now supported.
Many people were having problems installing supported versions of some
dependencies, such as lilv. Zrythm can now automatically fetch and
build these dependencies as a fallback if they are not found, thanks to
meson's wrap system.
## New logo
Thanks to Carlos Han - C.K. Design (<https://twitter.com/karl_iaxd>)
for the new logo!
# Next on the TODO list
Our next goal is to support Windows. After that, we will work on
stability and fixing any bugs and crashes so we can get Zrythm into
beta, so please help us find them.
# Links
Home page: <https://www.zrythm.org>
Git repositories: <https://git.zrythm.org/cgit/>
Manual: <https://manual.zrythm.org/en/index.html>
Developer reference: <https://docs.zrythm.org/>
Bug reports: <https://redmine.zrythm.org/projects/zrythm/issues>
Releases: <https://www.zrythm.org/releases/>
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
--