liquidsfz-0.2.3 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.3:
=======================================
* Implement LFO support
- old style (amplfo_*, pitchlfo_*, fillfo_*)
- new style (lfoN_freq, lfoN_pitch,...)
* Preprocessor improvements
- allow #define / #include in the middle of a line
- allow to #include the same file twice
- support C style block comments
* Support curve sections and related opcodes
* Portability changes which should allow building the lib on windows
* Minor fixes and cleanups
--
Stefan Westerfeld, http://space.twc.de/~stefan
Zrythm v1.0.0-alpha.8.0.1 has been released!
Screenshot:
https://forum.zrythm.org/uploads/default/original/1X/e29b52f7cb3298f27edef9…
(by Open Mastering, CC0)
Demo:
https://mastodon.social/web/statuses/105508375031554860
(by Lana Del DK, CC-BY-SA 4.0)
Zrythm is a digital audio workstation designed to be featureful and
easy to use. It allows limitless automation through curves, LFOs and
envelopes, supports multiple plugin formats including LV2, LADSPA,
DSSI, SFZ, SF2, VST2 and VST3 (via Carla), works with multiple backends
including JACK, RtAudio/RtMidi and SDL2, assists with chord
progressions via a special Chord Track and chord pads, and can be used
in multiple languages including English, French, Portuguese, Japanese
and German.
Zrythm is free software written in C using the GTK+3 toolkit and can be
extended using GNU Guile (Scheme).
Zrythm is currently in alpha and we are working towards stabilizing the
project format and entering the beta phase.
Changes in 1.0.0-alpha.8.0.1:
### Added
- Moving region markers is now undoable
### Changed
- Do not attempt to draw regions if visible width is 0
- Refactor each plugin action into a single mixer selections action
- Refactor each track action into a single tracklist selections action
- Add Arch Linux to exceptions in trademark policy
### Fixed
- Fix automation region mute
- Fix crash when cloning from insert into new track
- Fix crash when moving two effects in the mixer and the new position
overlaps one of them
- Fix start/end markers being deletable
- Fix right channel having lower volume after recording audio in mono
- Fix crash when reaching transport loop end and metronome enabled
- Fix crash when moving a plugin to a slot that has another plugin
- Fix crash when deleting all visible tracks
- Fix regions of hidden tracks being shown in the timeline
- Fix crash when holding down ctrl-d for a long time
Additional changes since last announcement:
### Added
- Add reset right click option in categories in plugin browser
- Plugin collections
- Filter by protocol in plugin browser
- Snap to events and snap-and-keep-offset
- Recording modes: overwrite events, merge events, takes (mute
previous)
- Projects are now samplerate agnostic
- Snap length option: last object
- Add `--gen-project` option to generate projects from Guile scripts
- Expose more Guile API
- Filter plugin list during search
### Changed
- Do not show bug report popup within 8 seconds of previous one
- Move snap settings from main toolbar to each arranger
- Disarm transport record after recording
- Reference clip frames directly for audio regions instead of
duplicating the buffers (lowers RAM usage)
- Improved region drawing performance (better caching)
- User manual: Add more info about timeline editing
- User manual: Compact translations into 1 file for each language
- User manual: Use dark theme for html output
- Update Greek, Spanish, Portuguese, Chinese (Simplified), Ukranian,
Russian, Italian, Portuguese (Brazil), Japanese, Galician, German
translations
- Cache audio region fades
### Fixed
- Fix file browser divider position not being loaded properly
- Fix preferences dialog crash when more than 60 audio input ports
exist
- Fix clip not being duplicated when duplicating audio regions
- Fix selected language not being picked properly
- Fix lane regions not being shown when main region is not visible
- Fix MIDI notes being muted when region is looped and note starts
before clip start marker
- Fix crash when quantizing in audio editor
- Fix audio region fades not showing
- Fix not being able to change fade points in lane regions
- Fix plugin browser collection context menu being shown multiple times
- Fix crash when using `--gdb` and more than 100 env variables exist
- Fix compilation errors when building with latest carla-git
- Fix projects not being loaded properly when using JACK
- Fix protocol selection not working in plugin browser when collection
or category is selected
Full changelog:
https://git.zrythm.org/cgit/zrythm/tree/CHANGELOG.md
# Links
Home page: <https://www.zrythm.org>
Installer downloads: <https://www.zrythm.org/en/download.html>
Git repositories: <https://git.zrythm.org/cgit/>
Manual: <https://manual.zrythm.org/en/index.html>
Developer reference: <https://docs.zrythm.org/>
Issue trackers: <https://sr.ht/~alextee/zrythm/trackers>
Mailing lists: <https://sr.ht/~alextee/zrythm/lists>
Releases: <https://www.zrythm.org/releases/>
ZPlugins v0.2.1 has been released!
ZPlugins is a collection of LV2 plugins intended to be bundled with the
Zrythm DAW.
The following plugins are available:
ZChordz - plays chords using white keys
ZCompressorSP - compressor
ZLimiterSP - peak limiter
ZLFO - full-featured LFO for CV-based automation
ZPhaserSP - stereo phaser
ZSaw - supersaw synth with 1 parameter
ZVerbSP - reverb based on zita-rev
Changes in 0.2.1:
### Added
- Add carla-single test
### Fixed
- ZSaw: Fix crash on deactivate
- ZLFO: Fix non-unique scale points for sync_rate
- Fix lv2lint/lv2_validate tests
# Links
Home page: <https://www.zrythm.org/en/plugins.html>
Issue trackers: <https://sr.ht/~alextee/zrythm/trackers>
Git repositories: <https://git.zrythm.org/cgit/zplugins>
Hello Linux Audio world,
It's been a while since the last Zyn release and what better time to
have another than alongside the other quarterly releases.
The 3.0.6 release of the Zyn synthesizer is well overdue at this point,
but for the moment this is going to be the first release candidate while
some additional QA work is done to tidy things up for a proper release.
So, what's new with Zyn since the 3.0.5 release?
Well, there's some enhancements to show off internal waveforms via
oscilloscope like probes, there's progress in the area of adding
additional antialiasing to base oscillators, repeatable envelopes,
smoother amplitude and filter parameter transitions, and more.
In terms of bugs a few excessive volume bugs were tracked down, a couple
of crashes were resolved, and even a compiler bug was identified which
resulted in some long needed workarounds.
As this is a release candidate, some of the full release rigor has been
skipped, but everything should be back to normal for the full release.
For the time being just check out the 3.0.6-rc1 tag in:
The Zyn core/backend: www.github.com/zynaddsubfx/zynaddsubfx
The Zyn-Fusion GUI: www.github.com/mruby-zest/mruby-zest-build
As always the project can be reached via the zynaddsubfx-user mailing
list, the ##zynaddsubfx IRC channel on freenode, and the bug tracker
(www.github.com/zynaddsubfx/zyn-fusion-issues)
Happy Hacking,
--Mark
____ __ ___ _
/ __ \____ ___ ____ / |/ /_ _______(_)____
/ / / / __ \/ _ \/ __ \ / /|_/ / / / / ___/ / ___/
/ /_/ / /_/ / __/ / / / / / / / /_/ (__ ) / /__
\____/ .___/\___/_/ /_/ /_/ /_/\__,_/____/_/\___/
/_/
__ __ __ ____
/ //_/___ ____ / /__________ / / /__ __________
/ ,< / __ \/ __ \/ __/ ___/ __ \/ / / _ \/ ___/ ___/
/ /| / /_/ / / / / /_/ / / /_/ / / / __/ / (__ )
/_/ |_\____/_/ /_/\__/_/ \____/_/_/\___/_/ /____/
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