The FFADO project (https://ffado.org) announces the availability of FFADO
version 2.4.8. This is a maintenance release to address issues encountered
since version 2.4.7.
This is a source-only release which can be downloaded from
http://ffado.org/files/libffado-2.4.8.tgz
Changes since FFADO 2.4.7:
* Make various mixer modules work under Python 3.10 and later: Presonus
Firebox, Presonus FP10, Presonus Inspire1394 and Yamaha Go.
* Deal with the removal of SafeConfigParser in Python 3.12.
Thanks to those who have helped with this release, including Andrew Scherkus
and Nils Philippsen.
Jonathan Woithe
(on behalf of ffado.org)
I'm glad to announce the release of XUiDesigner v1.0
A easy to use GUI based tool to generate/design LV2 Plugin Bundles with
GUI's for Linux and Windows.
 - Generate GUI Bundle for existing LV2 plugins to use system wide
 - Generate LV2 plugin Bundle with GUI from scratch
 - Generate LV2 plugin Bundle with GUI from plain C++ files
 - Generate LV2 plugin Bundle with GUI from faust (MIDI/AUDIO) dsp files
 - Rework GUI's of saved Bundles at any later state
 - Generate cross platform compatible Plugins with makefiles for
Linux/Windows
 - Support github workflow to build binaries for releases
## Supported widget types
 - Knob         -> could support horizontal framed png
 - HSlider      -> could support horizontal framed png
 - VSlider      -> could support horizontal framed png
 - Button       -> could support single png/horizontal framed png
 - Toggle Button -> could support horizontal framed png
 - ComboBox
 - Value Display
 - Label
 - VMeter
 - HMeter
 - Frame
 - TabBox
 - WaveView
 - File Chooser Button
 - Virtual MIDI Keyboard
## Workflow
Here is a short introduction
[Wiki](https://github.com/brummer10/XUiDesigner/wiki/XUiDesigner)
XUiDesigner is released under the free BSD Zero Clause License
project page is here:
https://github.com/brummer10/XUiDesigner
release page is here:
https://github.com/brummer10/XUiDesigner/releases/tag/v1.0
direct download of the source tarball:
https://github.com/brummer10/XUiDesigner/releases/download/v1.0/XUIDesigner…
greetings
hermann
Dear all,
Unfortunately I had to disable signing up for all linuxaudio.org mailing
lists. This is due to a flood of fake accounts being created that send
out subscription confirmations which sometimes get flagged as spam. This
in turn leads to so-called Feedback Loop complaints from the abuse team
of our hosting service (Hetzner). If we get too much of those we risk
getting our mail traffic blocked or ending up on a RBL (Realtime Blacklist).
So at the moment new subscriptions can only be done manually through me.
This is very inconvenient of course so if anyone knows a better way to
shield Mailman3 against bots creating fake accounts then please contact
me, thanks in advance!
Best regards and happy holidays!!!
Jeremy
linuxaudio.org admin
Hi all,
The first pre-release of SoundTracker v1.0.5 is done. The main feature
of 1.0.5 release is full support of stereo samples (MODPlug XM / XI
extension), including conversion between mono and stereo samples and
some specific editing functions. This pre-release also includes some
less important updates and fixes.
You can find more new features in NEWS file.
SoundTracker download page:
https://sourceforge.net/projects/soundtracker/files/
Regards,
Yury.
SpectMorph 0.6.1 has been released.
The main changes are:
- Instrument editor improvements
- Support for multiple banks for WavSources
- New standard instruments
- The code is now hard RT capable
- UI fixes for macOS
What is SpectMorph?
-------------------
SpectMorph is a free software project which allows to analyze samples of
musical instruments, and to combine them (morphing). It can be used to
construct hybrid sounds, for instance a sound between a trumpet and a
flute; or smooth transitions, for instance a sound that starts as a
trumpet and then gradually changes to a flute.
SpectMorph ships with many ready-to-use instruments which can be
combined using morphing.
SpectMorph is implemented in C++ and licensed under the GNU LGPL version
2.1 or later
Integrating SpectMorph into your Work
-------------------------------------
SpectMorph is currently available for Linux, Windows and macOS (Intel
and Apple Silicon), with CLAP/LV2/VST plugins. Under Linux, there is
also JACK Support.
Links:
------
Website: http://www.spectmorph.org
Download: http://www.spectmorph.org/downloads
There are many audio demos on the website, which demonstrate morphing
between instruments.
List of Changes in SpectMorph 0.6.1:
------------------------------------
#### Instrument Editor
* Support click & drag sample to scroll & zoom (#22).
* Support stereo to mono conversion when loading stereo samples (#14).
* Add manual volume editing / normalization.
* Implement automatic selection triggered by midi.
#### New instruments
* Bass Flute
* Soprano Saxophone
* Clarinet, Bass Clarinet
* Tenor Trombone
* Viola, Double Bass
* Make samples and meta information for standard instruments available
on github.
#### Improvements
* Support multiple banks for WavSources / instrument editor.
* Avoid allocations in DSP thread to be hard RT capable.
* Allow overriding analysis parameter for frame stepping to get higher
time resolution.
#### Fixes
* Make UI work properly in Ableton Live (and possibly other hosts) on macOS.
* Fix UI scaling problem on M1 macOS builds.
* Fix crash if instrument editor is closed without any samples.
* Fix cases of undefined behaviour.
* Fix timing problems for long notes, reproduce long WavSource notes
with exact tempo.
* Fix use-after-free for outdated control events.
* Fix freetype related memory leak.
--
Stefan Westerfeld, http://space.twc.de/~stefan