liquidsfz-0.3.2 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 MPL-2.0. The release
tarball can be downloaded here:
https://github.com/swesterfeld/liquidsfz#releases
Overview of Changes in liquidsfz-0.3.2:
* Fix crashes triggered by Carla while saving without path
* Allow multiple overlapping notes during sustain (#38)
* Provide cross compiled LV2 plugin for Windows
* Use LV2_STATE__freePath if available (fixes LV2 on windows)
* Fixes for building on macOS and Windows
* Improve tests and CI checks
--
Stefan Westerfeld, http://space.twc.de/~stefan
Zrythm 1.0.0-beta.4.8.1 has been released!
==== Screenshot ====
https://www.zrythm.org/static/images/screenshots/screenshot-20221015.png
==== Demo ====
Zrythm tutorial in German:
https://www.youtube.com/watch?v=bruNVBpssGA
==== About ====
Zrythm is a digital audio workstation designed to be featureful and
easy to use. It offers streamlined editing workflows with flexible
tools, limitless automation capabilities, powerful mixing features,
chord assistance and support for various plugin and file formats.
Zrythm is free software written in C using the GTK4 toolkit.
Zrythm is currently in beta. The project format is stable and we are
working towards a v1 release.
==== Release Notes ====
Main changes since last announcement:
- Custom audio time range export
- Swap phase buttons in tracks that output audio
- Ability to set per-region colors
- Ability to move automation regions to other automation lanes
- Best-fit zooming
- Panning with middle/alt click in arrangers
- Zooming with middle/alt click in ruler (when moving vertically)
- Spectrum analyzer and audio output meter in the top tab
- Vertical zoom buttons in the piano roll
- New FAQ section in the user manual
- New pitch shift audio function
- Various localization updates
- Various UI/UX improvements/optimizations
- Many bug fixes
The list of changes in this release follows:
## [1.0.0-beta.4.8.1] - 2023-04-15
### Added
- Audition notes when moved with arrow keys
- Show value when hovering faders and balance controls
- Double click on faders and balance controls to set precise values
- Control-click on balance controls to reset their value
### Changed
- Audition notes on draw and on click instead of on move
- Show track inspector when double clicking on a track in places other
than the track name
- Don't start DnD on tracks until minimum movement threshold is reached
- Minimize waiting time when creating tracks and connections for multi-
out plugins
- Scroll to middle of piano roll when first shown
### Fixed
- Fix incorrectly allowing bypassing snapping in autofill mode
- Fix editor region being unset when moving tracks
- Fix not propagating errors when performing some actions
- Fix incorrectly allowing auto-save to continue while pre-rolling or
counting in
- Fix resetting faders and balance controls not being undoable
- Fix not being able to cut regions near the edges with alt-click
- Fix not being able to change parameter values for VST plugins in
generic UI text fields
==== Links ====
Full changelog:
https://git.sr.ht/~alextee/zrythm/tree/master/item/CHANGELOG.md
Pending features for v1:
https://todo.sr.ht/~alextee/zrythm-feature?page=1&search=status%3Aopen+labe…
Pending fixes for v1:
https://todo.sr.ht/~alextee/zrythm-bug?page=1&search=status%3Aopen+label%3A…
Home page: <https://www.zrythm.org>
Installer downloads: <https://www.zrythm.org/en/download.html>
Git repository: <https://sr.ht/~alextee/zrythm>
User 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/>
Donations: <https://www.zrythm.org/en/community.html#donate>
Hi all,
Shortly after 0.6.6 this release corrects some issues found in the
meantime mainly thanks to lv2lint and the old jack_interposer.so in the
last 0.6.6 version. It also introduces a cmake build environment with
the hope of making packaging easier.
Enjoy
Frank
qmidiarp-0.6.7 (2023-04-11)
New Features
o Package: a cmake build environment is now available with the goal
of less pain with libtool.
Fixed Bugs:
o fixed two small non-realtime function calls that had sneaked in last
year.
o fixed several lv2lint FAILS: lv2:resize extension was removed,
lv2ui:qt5ui is no longer exposed, globally visible library symbols
were hidden. lv2lint still reports being unable to instantiate the
uis, but all tested hosts were able to do it.
Download
https://sourceforge.net/projects/qmidiarp/files/qmidiarp/0.6.7/qmidiarp-0.6…
Github
https://github.com/emuse/qmidiarp
Website
https://qmidiarp.sourceforge.net/
Hi all,
A highly overdue release of various improvements and bugfixes cumulated
over the last five (!) years is finally out.
The main changes are in the Global store that got some handy attributes
added to the storage locations, i.e. you can now set a number of
repetitions counter. You can also click on a spot within the location
buttons to interrupt the automatic progression across locations
temporarily. This may improve its usability a bit.
Regarding LV2, there is now a X11 UI descriptor provided (thanks to Rui
rncbc for a model how to do this in synthv1), but note that the qmidiarp
plugins *UIs* are still not self-contained and link to the Qt5 libraries
that were used for building, as long as nobody (including me) feels
ready to rewrite a library-independent LV2UI for them. They were checked
working nicely with qtractor, ardour 6, reaper, carla, jalv and bespoke
synth locally, but be warned.
The plugin dsps are, however, independent of Qt.
Thanks go to Matthew McGuire for adding a phase setting to the
calculated LFO waveforms and to all of you reporting bugs and suggesting
features.
qmidiarp-0.6.6 (2023-04-08)
New Features
o LFO: New control for phase of calculated waveforms (Matthew McGuire)
o Global Store: Each storage location now has a "number of repetitions"
property accessible through the context menu.
o Global Store: Each storage location now has a "Go here and stay"
storage sub-button to force remaining at that location.
o ALSA MIDI: Sending MIDI Clock to a specified ALSA port is now
available as a new preferences option
Improvements
o LFO and SEQ: More size and resolution values including odd values
Although there is compatibility check in place for saved sessions,
this may lead to wrong values for saved LV2 states if someone
uses this at all.
Long sequences only make sense for lower resolution. Drawing would
not be possible with high resolutions and lengths.
o SEQ: Improved display of loop marker
o SEQ: Increased lower octave transpose range
o Global Store: Preferences option to choose whether to store mute states
o LV2: a X11 plugin UI interface is now available
Fixed Bugs:
o Regression: Arp strayed in notes with zero velocity
o LV2: restored compatibility with suil > 0.10.2
o Crash when session managers tried to save/restore empty session
o Regression with application of compact widget style
o Regression when reading files with time module index -1
o Output port count could not be changed on commandline
Changes:
o Jack-Session support has been removed due to "official deprecation"
Download
https://sourceforge.net/projects/qmidiarp/files/qmidiarp/0.6.6/qmidiarp-0.6…
Github
https://github.com/emuse/qmidiarp
Website
https://qmidiarp.sourceforge.net/
Dear Sir or Madam,
( Summary: Sonoj Convention is 2023-10-07 in Cologne, Germany. Register now at https://sonoj.org )
Are you a musician, sound designer, or just passionate about open source technology and music? If so, we're excited to invite you to the 2023 Sonoj Convention, which will be held on October 7th and 8th at our usual location in Cologne, Germany.
After the disappointment of having to cancel our past three events due to the pandemic, we are thrilled to finally welcome you back to our community. Admission is free, but donations are welcome to help us cover the costs.
This year's convention is shaping up to be even more special than before, with exciting networking opportunities, informative "Lecdems" (lecture-demonstrations), hands-on workshops, live performances, and more.
Here are some highlights of what you can expect at the event:
* Networking Opportunities: Connect with like-minded individuals, exchange ideas, and make lasting connections with others who share your passion for open source music and audio production. Our community is welcoming and inclusive, with something for everyone.
* Informative Talks and Demonstrations: Discover new ideas and approaches in our thought-provoking presentations and lecdems, delivered by knowledgeable speakers who are experts in their fields.
* Interactive Workshops: Learn and experiment with the latest open source music and audio production tools and techniques, guided by our friendly and helpful instructors.
* Live Performances: Experience the diverse and captivating sounds of our talented and dynamic performers, showcasing their usage of open source technology.
We will be providing a supply of simple food for free so you can enjoy the event with a full stomach. Of course there are plenty of opportunities to purchase food in the surrounding area as well.
Don't miss this opportunity to connect with the vibrant open source music and audio production community. Register now on our website https://sonoj.org for the 2023 Sonoj Convention (or by replying to this e-mail) and we look forward to seeing you there!
Best regards,
Nils
Cologne, Germany
AlsaModularSynth (ams) is a MIDI controlled realtime modular
synthesizer and effect processor with support for LADSPA and JACK.
http://alsamodular.sourceforge.net/
This release fixes a few bugs and provides some minor improvements.
All users should upgrade to 2.2.1.
Please find source tarballs on the release page:
https://sourceforge.net/projects/alsamodular/files/alsamodular/2.2.1/
NEWS
ams-2.2.1 (2023-03-14)
Fixed Bugs
o Optimize layout of envelope view in config dialogs for several
modules.
o Left trim colons in LADSPA_PATH
General Changes
o Fix warnings for deprecated Qt5 functions
o Add check for availability of PKG_PROG_PKG_CONFIG macro
Cheers
Guido
--
http://wie-im-flug.net/http://www.lug-burghausen.org/