____ __ ___ _
/ __ \____ ___ ____ / |/ /_ _______(_)____
/ / / / __ \/ _ \/ __ \ / /|_/ / / / / ___/ / ___/
/ /_/ / /_/ / __/ / / / / / / / /_/ (__ ) / /__
\____/ .___/\___/_/ /_/ /_/ /_/\__,_/____/_/\___/
/_/
__ __ __ ____
/ //_/___ ____ / /__________ / / /__ __________
/ ,< / __ \/ __ \/ __/ ___/ __ \/ / / _ \/ ___/ ___/
/ /| / /_/ / / / / /_/ / / /_/ / / / __/ / (__ )
/_/ |_\____/_/ /_/\__/_/ \____/_/_/\___/_/ /____/
Quarterly releases 2021-1
--------------------------------------------------------------------------------
______ _
/ __/ /____ _______ (_)
/ _// __/ -_) __/ _ \ / /
/___/\__/\__/_/ \___/_/ /
|___/
*Open Sound Control inside LV2 plugin graphs*
This LV2 plugin bundle allows you to handle OSC (Open Sound Control) bundles and
messages in modular hosts.
- Insert/dispatch OSC from/to UDP, TCP (IPv4/6) and serial sockets
- Pack/unpack MIDI into OSC
- Pack/unpack OSC into MIDI
- Pack/unpack LV2 atoms into OSC
Makes only sense to be used in hosts that allow
routing of LV2 atom messages between plugins, e.g.
- http://drobilla.net/software/ingen
- https://open-music-kontrollers.ch/lv2/synthpod
---------
ChangeLog
---------
=====================
[0.8.0] - 15 Jan 2021
=====================
------
Added
------
- sending of host notification of changed state
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/eteroj
--------------------------------------------------------------------------------
__ ___ ___ __
/ / __|_ |/ (_)__ / /_
/ / |/ / __// / / _ \/ __/
/_/|___/____/_/_/_//_/\__/
*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.10.0] - 15 Jan 2021
======================
-----
Fixed
-----
- various crashes due to NULL dereferences
-------
Removed
-------
- support for GNU-style extended glob pattern matching in filters (Apple)
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 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.14.0] - 15 Jan 2021
======================
-----
Added
-----
- support for host provided file selector
- support for clipboard copy/paste
- sending of host notification of changed state
- support for bargraph properties with acoompanying wave widget
-------
Changed
-------
- general ui beautification
- show empty parameter slots
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
--------------------------------------------------------------------------------
__ ____ ___ __ ___ __ _
/ |/ (_)__/ (_) / |/ /__ _/ /_____(_)_ __
/ /|_/ / / _ / / / /|_/ / _ `/ __/ __/ /\ \ /
/_/ /_/_/\_,_/_/ /_/ /_/\_,_/\__/_/ /_//_\_\
*An LV2 MIDI channel matrix patcher*
Things that can be accomplished with this plugin:
- MIDI channel filtering (e.g. blocking of specific channels)
- MIDI channel multiplication (e.g. send events from channel X to channels X, Y
and Z)
- MIDI channel rerouting (e.g send events from channel X to channel Y)
- And any possible combination thereof
---------
ChangeLog
---------
======================
[0.28.0] - 15 Jan 2021
======================
-----
Added
-----
- support for host provided scaling factor
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/midi_matrix
--------------------------------------------------------------------------------
__ ___
/ |/ /__ ___ ___ __ __
/ /|_/ / _ \/ _ \/ _ \/ // /
/_/ /_/\___/\___/_//_/\_, /
/___/
*Realtime Lua as programmable glue in LV2*
Write LV2 control port and event filters in Lua. Use it for one-off fillters,
prototyping, experimenting or glueing stuff together.
---------
ChangeLog
---------
======================
[0.36.0] - 15 Jan 2021
======================
-----
Fixed
-----
- wrong ordering of enum items
-----
Added
-----
- next-ui: canvas graph support
- next-ui: bool/int/long/float/double widgets
- next-ui: support for host provided file selector
- next-ui: support for clipboard copy/paste
- support for host provided scale factor
- support for dynamically changeable 'through' attribute in MidiResponder
- support for dynamically changeable 'through' attribute in OSCResponder
-------
Changed
-------
- Lua version to 5.4.2
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/moony
--------------------------------------------------------------------------------
_ __ __
/ |/ /__ / /____ ___
/ / _ \/ __/ -_|_-<
/_/|_/\___/\__/\__/___/
*an LV2 plugin to store arbitrary notes*
With this plugin you can store arbitrary notes/metadata/memos and screenshots
about your project.
---------
ChangeLog
---------
=====================
[0.2.0] - 15 Jan 2021
=====================
---------------
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/notes
--------------------------------------------------------------------------------
___ __ __ __ ___ __ _
/ _ \___ _/ /_____/ / / |/ /__ _/ /_____(_)_ __
/ ___/ _ `/ __/ __/ _ \/ /|_/ / _ `/ __/ __/ /\ \ /
/_/ \_,_/\__/\__/_//_/_/ /_/\_,_/\__/_/ /_//_\_\
*a JACK patchbay in flow matrix style*
A simple graphical JACK patchbay that tries to unite the best of both worlds:
- Fast patching and uncluttered port representation of a **matrix patchbay**
- Excellent representation of signal flow of a **flow canvas patchbay**
It additionally features tightly embedded graphical mixer clients automatable
with JACK MIDI/OSC.
---------
ChangeLog
---------
======================
[0.22.0] - 15 Jan 2021
======================
-----
Added
-----
- French comment to the menu item file
-------
Changed
-------
- use jack port group metadata instead of jackey designation
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/lad/patchmatrix
--------------------------------------------------------------------------------
______ ____ ___ ____
/ __/ / ___ / / /__ / _ )___ / / /__
_\ \/ _ \/ -_) / (_-< / _ / -_) / (_-<
/___/_//_/\__/_/_/___/ /____/\__/_/_/___/
*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.8.0] - 15 Jan 2021
=====================
-----
Added
-----
- support for host provided scaling factor
- support for notifying host about changed parameters
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
--------------------------------------------------------------------------------
______ __ __
/ __/ / ___ ____/ /__ ____/ /__
_\ \/ _ \/ -_) __/ / _ \/ __/ '_/
/___/_//_/\__/_/ /_/\___/\__/_/\_\
*An investigative LV2 plugin bundle*
This plugin bundle contains plugins for visualizing LV2 atom, MIDI and
OSC events.
Use them for monitoring and debugging of event signal flows inside plugin graphs.
---------
ChangeLog
---------
======================
[0.26.0] - 15 Jan 2021
======================
-----
Added
-----
- support for host provided scaling factor
- support for notifying host about changed state
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/sherlock
--------------------------------------------------------------------------------
_ ____ ___
| | / / |/ /
| |/ / /|_/ /
|___/_/ /_/
*A programmable virtual machine LV2 plugin*
This plugin bundle contains various plugins with a programmable stack-based
virtual machine to modify up to 8 LV2 Control, CV, Audio, Atom and MIDI signals.
To be used when that specific simple filter plugin you desperately need does
not yet exist.
---------
ChangeLog
---------
======================
[0.12.0] - 15 Jan 2021
======================
-----
Added
-----
- support for host provided ui scale factor
- support for notifying host about changed parameters
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/vm
Hello FLOSS audio people!
I'm proud to announce new releases of:
* ardour2fxp 0.2.0
Convert between Ardour XML and binary FXP VST2 preset files
https://github.com/SpotlightKid/ardour2fxp
* jack-matchmaker 0.9.0
Auto-connect new JACK ports matching patterns
https://github.com/SpotlightKid/jack-matchmaker
* jack-select 1.5.1
Systray app for changing JACK D-BUS config using QjackCtl presets
https://github.com/SpotlightKid/jack-select
* midomatic 0.2.0
A collection of MIDI filter, generator and processor plugins
https://github.com/SpotlightKid/midiomatic
## ardour2fxp 0.2.0
https://github.com/SpotlightKid/ardour2fxp/releases/tag/0.2.0
### Overview:
Convert between Ardour XML and binary FXP VST2 preset files
The ardour2fxp script converts Ardour VST2 preset XML files to FXP
preset files, so the presets can be imported when using the plug-in in
another DAW.
The fxp2ardour script converts FXP preset files to Ardour VST2 preset
XML files. FXB preset bank files are currently not supported.
### What's new:
Features:
* Added new command line options to append or merge FXP presets (in)to
an existing Ardour VST presets file.
Enhancements:
* Improved command line and error handling and related help or error
messages.
* Improved usage description in README.
Project:
* Added flake8 linter configuration in setup.cfg
* Added more tests and test data and made the tests more resistant
against output formatting changes variances.
* Updated readme badges to us shields.io (badge.kloud51.com MIA)
* Updated supported Python version to 3.6 - 3.9.
## jack-matchmaker 0.9.0
https://github.com/SpotlightKid/jack-matchmaker/releases/tag/0.9.0
### Overview:
jack-matchmaker is a small command line utility that listens to port
registrations by JACK clients and connects these ports when their names
match one of the port pattern pairs given on the command line or in a
pattern file at startup.
### What's new:
Enhancements:
* Added support for the reload action to the jack-matchmaker systemd
service, which triggers re-reading of the pattern file (thanks to BlueMax).
Changes:
* Dropped official support for Python 3.5 and declared support for
Python 3.9. Incremented the minor version accordingly.
## jack-select 1.5.1
https://github.com/SpotlightKid/jack-select/releases/tag/1.5.1
### Overview
This application displays an icon in the system tray (also known as
notification area) of your desktop, which shows the status of the JACK
audio server and when you click on it, a menu pops up, which lets you
quickly select from the JACK configuration presets you created with
QjackCtl. When you select a preset, its JACK engine and driver
configuration settings are loaded via DBus into JACK and then the server
is restarted. This allows you to switch between different audio setups
with just two mouse clicks.
### What's new:
Changes:
* Gracefully handle when the JACK D-BUS service vanishes (e.g. caused by
running jack_control exit) and re-connect on-demand.
* Updated copyright year in readme, man page and license.
* Removed Python 3.5 support, added 3.9.
## midiomatic 0.2.0
https://github.com/SpotlightKid/midiomatic/releases/tag/v0.2.0
## Overview:
A collection of MIDI filter, generator and processor plugins in LV2 and
VST2 format.
* MIDI CC Map X4 - Map a single input CC to up to four output CCs.
* MIDI CC Recorder - Store received Control Change messages and replay
them when. triggered.
* MIDI CC to Pressure - Convert Control Change messages into
(monophonic) Channel Pressure (Aftertouch).
* MIDI PB to CC - Convert Pitch Bend into Control Change messages.
* MIDI Pressure to CC - Convert (monophonic) Channel Pressure
(Aftertouch) into Control Change messages.
* MIDI Sys Filter - Filter out MIDI System Messages.
### What's new:
Features:
* Added MIDIPresuureToCC plugin to turn aftertouch into CC (contributed
by Jorik Jinker).
* Added MIDICCToPressure plugin to turn a CC into aftertouch.
* Added MIDICCMAPX4 plugin to turn a CC into up to four others.
* MIDICCRecorder: added support for activating send trigger by Program
Change MIDI message.
* MIDICCRecorder: added support for activating send trigger by transport
start.
* MIDIPBToCC: added 'Modulation +' preset.
Fixes:
* MIDIPBToCC: fixed sign of default 'pb_max' parameter value.
* Several small readme corrections.
Changes:
* MIDICCRecorder: tweaked some parameter labels and LV2 symbols.
* MIDICCRecorder is considered beta quality.
* Moved plugin descriptions and screenshots from readme into separate
document.
* Updated plugin descriptions, screenshots and authors section in readme.
* Updated dpf git submodule to commit 27d3046.
Studio-controls 2.1.0 has been released.
https://ovenwerks.github.io/studio-controls/index.html
Studio Controls is an audio utility that allows setting up a JACK based
machine for every day use and features:
- CPU governor adjustment
- JACK real time access fixing
- Multiple custom pulse/Jack bridges
- Adding SUB mics as JACK clients via zita-ajbridge
- Switching from ALSA firewire modules to FFADO modules
- Allows JACK to auto start at session start
- Allows use of pulse as JACK's front end
With version 2.1, aside from many bug fixes, the changes include:
- full control of all devices known to Studio Controls. Even those
not plugged in right now.
- Sensing of device SR availablility
- Setting a set of ports as main outputs to catch those applications
that auto connect to system:playback_1 and 2
- Setting JACK to ignore self connects
- Allow custom pulse/JACK bridges
- Update GUI for better clarity as well as incorperate new functionality
--
Len Ovens
www.ovenwerks.net
Hey Linux Audio *,
After some time away, OpenAV is back with some updated releases! Much of
the work done in these releases
was in collaboration with the Linux Audio Developers and Uesrs community,
thanks for your contributions!
This release announce email includes ArtyFX 1.3.1, a dot release with
various bugs fixed and general cleanups.
A future 1.4 release will include more dramatic changes, including
addressing some open issues. Find 1.3.1 here:
https://github.com/openAVproductions/openAV-ArtyFX/releases/tag/release-1.3…
But that's not all, Ctlra library for accessing USB hardware from music
software also gets a release!
Its a 0.1, there's still lots of work to do, but there's also progress
being made, so doing some releases to show
the actual progress is a good idea. This release contains Kontrol S5
support (including screens! :) and a bunch of
simplifications, reduced dependencies in the examples, cleanups,
optimizations and more! Find v0.1 here:
https://github.com/openAVproductions/openAV-Ctlra/releases/tag/release-v0.1
With that, thanks for reading, and hope to chat to yee all on #lad on
irc.freenode.net soon!
Regards, -Harry from OpenAV
--
http://www.openavproductions.com
Dear all,
I am pleased to announce the release of Dexed MOD UI 0.2.0.
LV2 plugin host mod-host allows having a custom user interface (UIs) for
LV2 plugins. Dexed MOD UI provides such an UI for the well-known LV2 plugin
Dexed. It allows easy access to often used parameters.
Features
- Encoders for algorithm and feedback
- Encoders for cutoff, resonance, and output volume
- Direct access to coarse ratio and level of each operator
- Operator labels serve as on/off switches and indicate carriers
- Algorithm visualization (work-in-progress)
- Display of name and value for the last parameter changed
- Bypass switch
- Supports LV2 ports of dcoredump and DISTRHO
Dexed MOD UI is distributed under the GPL-3.0 License, same as mod-sdk and
Dexed.
Project page with installation instructions on Github:
https://github.com/danielappelt/dexed-mod-ui
Feedback is very much welcome!
All the best,
Daniel
Hi!
I finally released my first (VST) plugin synthesizer.
Kickmess is a kick drum synthesizer. It is a port of the easy to use and
good sounding Kicker plugin from LMMS to a reusable audio plugin
format on Linux (VST currently). The DSP code has been ported and
also changed, that means an accurate reimplementation of Kicker is out
of scope.
Features:
* Sine oscillator
* Noise oscillator
* Pitch and amplitude envelopes with configurable exponential slope
* Pitch from MIDI note
* Simple Distortion effect
You find the Rust sources and binaries for Linux and Windows on
GitHub:
* Project website: https://github.com/WeirdConstructor/Kickmess
* Release: https://github.com/WeirdConstructor/Kickmess/releases/tag/v0.2.1
More features and changes might be added and before Version 1.0
is released. I can't guarantee that your presets will sound the same.
After Version 1.0 significant changes will come with a change in the
major version number.
It's not just a port from LMMS to VST, but also a port from C++ to Rust.
Writing DSP code in Rust is really nice and straightforward.
Most work was developing the GUI, as it required lots of experimentation,
testing and debugging in the graphics and window libraries.
But Rust is finally there and the boring plumbing and GUI work on this
plugin is finished.
Greetings and have a nice day!
Weird Constructor
Linuxaudio.org presents: New Session Manager Version 1.5.0
## Summary
WARNING!
Next scheduled release (2021-04-15) will switch the default session root
to $XDG_DATA_HOME ( default on most distributions: ~/.local/share/nsm/ )
With Aprils release please prepare to do one of the following:
* Move old sessions to the new root directory (preferred)
* Symlink "~/NSM Sessions" to the new root directory
* use the nsmd --session-root commandline argument.
All changes are made only on the server side, or in the tools we
provide.
Existing sessions, clients, and GUIs remain 100% compatible without
requiring any changes.
Please see the CHANGELOG highlight below.
The project can be found on Github:
https://github.com/linuxaudio/new-session-manager/https://github.com/linuxaudio/new-session-manager/releases/tag/v1.5.0
API Document:
https://linuxaudio.github.io/new-session-manager/api/index.html
## Full Release Announcement:
New Session Manager (NSM) is a tool to assist music production by
grouping standalone programs into sessions. Your workflow becomes easy
to manage, robust and fast by leveraging the full potential of
cooperative applications.
NSM is free in every sense of the word: free of cost, free to share and
use, free of spyware or ads, free-and-open-source.
You can create a session, or project, add programs to it and then use
commands to save, start/stop, hide/show all programs at once, or
individually. At a later date you can then re-open the session and
continue where you left off.
All files belonging to the session will be saved in the same directory.
Check your distributions in a few days for New-Session-Manager 1.5.0
You can find the source release on Github:
https://github.com/linuxaudio/new-session-manager/releases/tag/v1.5.0
Bullet Points
* Drop-In replacement for the non-session-manager daemon nsmd and tools
(e.g. jackpatch)
* Simple and hassle-free build system to make packaging easy
* Possibility to react to sensible bug fixes that would not have been
integrated into original nsmd
* Stay upwards and downwards compatible with original nsmd
* Conservative and hesitant in regards to new features and
behaviour-changes, but possible in principle
* Keep the session-manager separate from the other NON* tools Mixer,
Sequencer and Timeline.
* Protect nsmd from vanishing from the internet one day.
* The goal is to become the de-facto standard music session manager for
Linux distributions
# Changes since new-session-manager v1.4.0 (2020-08-14)
All changes are made only on the server side, or in the tools we
provide.
Existing sessions, clients, and GUIs remain 100% compatible without
requiring any changes.
## nsmd:
* Fix session discovery to not report nested sessions anymore. Also more
robust file system error handling.
* Command line option --quiet: Suppress messages except warnings and
errors
* Protect against orphaned clients or daemons when the server, or even a
GUI, crashes.
* Replace cowboy-slang in info-level OSC with descriptive, technical
messages.
## Legacy-GUI:
* Fix manpage description and usage with the correct executable name
* Fix resizing to very small and back. ( / TheGreatWhiteShark )
## NSM-Proxy:
* Multiple layout and style fixes. Better texts for beginners.
## API:
* NSM_API_VERSION_PATCH from 0 to 1 (1.1.0 -> 1.1.1)
* Please see API document chapter "Changes in API Version 1.1.1"
## Extras:
* This repository now contains extras (libraries, programs,
documentation etc.) Extras are technically not connected to the main
programs of this repository. There is no dependency to any "extra" nor
any license implications. Please read extras/README.md.
* nsm.h was moved to extras/nsm.h
* "extras/pynsm" is now a part of NEW-SM. It was a standalone git repo
until now.
Greetings,
nils
Ladies and Gentlemen, dear distribution packagers,
hereby the Laborejo Software Suite releases maintenance updates for its programs.
Laborejo 2.0.1, Agordejo 0.2.1, Fluajho 1.6.2 and Vico 1.2.2
All programs have 'Nuitka' removed as build-dependency, making compilation, packaging and running simpler.
Some crashes and typos in the documentations also have been fixed.
Signed source-downloads can be found here: https://laborejo.org/downloads/
More information about the programs and full multi-language manuals can be found on the website
https://www.laborejo.org/
Greetings,
Laborejo Software Suite
Ladies and Gentlemen,
28 months after the first release (2018-09-15) the Laborejo Software Suite releases version 2.0.0 of Patroneo.
Patroneo (which is Esperanto for "Pattern") is an easy to use, pattern based midi sequencer, a program that sends digital "notes" to software instruments such as synthesizers and samplers.
You have tracks with one pattern each. Turn on steps in the pattern to play musical notes. Switch the patterns on and off in a sequence to create a song structure. Connect external synthesizers and samplers to create sounds.
Please see the attached screenshot.
The new features integrate seamlessly into the existing workflow.
Old save files can still be loaded.
1) Tracks can now have different pattern lengths, allowing much more complex music. For this a widget was added next to the track name.
2) Each individual Pattern can now have any number of pitches (was fixed to 8 pitches before)
3) The Loop range can now contain multiple measures. Added GUI control next to loop button. Reminder: Loop-range is for trial&error, not for production.
4) A swing slider for rhythm-groups of 2 and 4 is now available for that 90s Dance Feeling (or Swing!)
It is released under GPLv3.
You can find all releases as sources here. Also check your distribution
for packages in a few days after this announcement, please.
https://laborejo.org/downloads/
For more information, a multi-language user manual, build instructions
and git access please visit
https://www.laborejo.org/patroneo
Greetings,
Laborejo Software Suite
https://www.laborejo.org