This is a New Session Manager feature release, version 1.6.1
https://github.com/jackaudio/new-session-manager/releases/tag/v1.6.1
It 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.
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.
[CHANGELOG]
* Absolutely make sure that all clients of the session are closed when closing the session.
This solves the invisible, hidden clients still running even after nsmd quit itself.
Decrease wait time for such clients at session quit from extreme 60s to very long 30s.
* For lockfiles fall back to hardcoded /run/user/<user-id> when $XDG_RUNTIME_DIR is not available on the system.
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.
https://github.com/jackaudio/new-session-manager
This is a New Session Manager feature release, version 1.6.1
https://github.com/jackaudio/new-session-manager/releases/tag/v1.6.1
It 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.
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.
[CHANGELOG]
* Absolutely make sure that all clients of the session are closed when closing the session.
This solves the invisible, hidden clients still running even after nsmd quit itself.
Decrease wait time for such clients at session quit from extreme 60s to very long 30s.
* For lockfiles fall back to hardcoded /run/user/<user-id> when $XDG_RUNTIME_DIR is not available on the system.
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.
https://github.com/jackaudio/new-session-manager
XUiDesigner v0.8 released
A easy to use tool to generator/design X11 based LV2 Plugin Bundles.
Beside that XUiDesigner allow to generate and install GUI's for existing
LV2 plugins (so far only Reaper fail to load extra UI's), it support as
well to generate LV2 plugins from scratch.
Special support is implemented for FAUST dsp files, which allow you to
generate a LV2 plugin with X11 based UI by just drag'n'drop a FAUST dsp
file into the XUiDesigner interface. This works now as well for MIDI
capable faust modules.
In any way, you don't need to interference with any of the annoying LV2
implementations. XUiDesigner handle that all for you.
The very same is true when you like to implement your own dsp (C++) into
a LV2 plugin.
Example files for how to create a c++ file for parsing (drag n' drop)
with XUiDesigner been included.
For later rework the UI a json file will be created which you could drop
later on XUiDesigner to load and rework the UI.
This may also be usable by other toolkits to create a UI?
This release comes with a couple of Bug-fixes and aims to be nearly stable.
Here is a introduction Wiki
<https://github.com/brummer10/XUiDesigner/wiki/XUiDesigner> entry to
show the first steps.
Note: Please download the attached XUIDesigner_0.8.tar.gz
<https://github.com/brummer10/XUiDesigner/releases/download/v0.8/XUIDesigner…>
archive, as only that contain the needed git submodule ( old long time
knowing bug on github) as the other files wont be able to build
XUiDesigner for you.
New in this release:
Implement Virtual Midi Keyboard Widget
Fix segfault under Wayland
Fix several Bugs
Implement proper *.cc file parser
Add examples for *cc file parsing
Project page:
https://github.com/brummer10/XUiDesigner
Download Release:
https://github.com/brummer10/XUiDesigner/releases/download/v0.8/XUIDesigner…
Enjoy anyway.
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.6.6. 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:
*** snip snip ***
Changes:
RDCastManager. Added an Online Feed Report that displays a bulleted list
of items for a feed on the basis of the actual posted feed XML.
RDImport. Added the ability to load copy-split audio sets (generic and
regional) by means of ISCI-code named files. See the '--by-isci' option
in the rdimport(1) man page.
RDLibrary. Restored support for CD-Text for reading CD metadata.
Fixed a bug in the podcasting subsystem that caused episodes to be
automatically deleted immediately after being made active if the
'Air Date/Time' was set for the future and 'Item Expires' was set to 'No'
in the 'Editing Item' dialog.
Various bugfixes. See the ChangeLog for details.
Database Update:
This version of Rivendell uses database schema version 347, 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 |
|---------------------------------------------------------------------|
Drumstick is a set of MIDI libraries using C++/Qt idioms and style.
Includes a C++ wrapper around the ALSA library sequencer interface: ALSA
sequencer provides software support for MIDI technology on Linux. A
complementary library provides classes for processing SMF (Standard MIDI
files: .MID/.KAR), RIFF MIDI (.RMI), and Cakewalk (.WRK) file formats. A
multiplatform realtime MIDI I/O library and a GUI Widgets libraries are
also provided for Linux, Windows, and Mac OSX.
Changes in v2.7.2:
* Italian translations updated. Thanks to Giovanni Mariani.
* fix for ticket #46: FluidSynth backend should honor its default
soundfont.
Compilation minimum requirements for all platforms:
* C++11 compiler
* CMake 3.14
* Qt5 >= 5.9 or Qt6 >= 6.2 (with Qt6Core5Compat library dependency for
Drumstick::File)
Feature dependencies (for some platforms):
* ALSA (Linux only)
* PulseAudio (Unix)
* D-Bus (Unix)
* Sonivox (Unix)
* FluidSynth (All platforms)
Copyright (C) 2009-2022, Pedro Lopez-Cabanillas
License: GPL v3 or later
Project web site
https://sourceforge.net/p/drumstick
Online documentation
https://drumstick.sourceforge.io/docs/
Downloads
https://sourceforge.net/projects/drumstick/files/2.7.2/
Hi all,
We released a new version of our A-SID plugin that fixes a couple of
bugs, making it finally work with Reaper and Bitwig Studio on Linux.
A-SID implements a wah effect as a C64 program and a VST3 plugin. More
info at https://www.orastron.com/asid.
Best regards,
Stefano D'Angelo
Founder and CEO of Orastron - https://www.orastron.com/
Hi all,
We just ported our A-SID VST3 plugin to Linux.
A-SID is our personal and romantic way to celebrate the 40th anniversary
of the debut in 1982 of the most successful computer ever, the C64.
It implements a wah effect as a C64 program and a VST3 plugin.
The C64 program uses the SID chip in the original machine. No hardware
modification is required, but you need to build yourself one or two
adapter cables and copy the program to a cassette.
The VST3 version emulates the original analog filter (the MOS 8580
version) and replicates the C64 program.
Both versions are GPLv3 licensed.
More info on the product page: https://www.orastron.com/asid.
Creating this software has been a fascinating journey that absorbed an
immense quantity of energy and time, as we documented on our blog:
https://www.orastron.com/blog/asid-trip-part-1. We would really
appreciate if you could spread the word about A-SID and Orastron with
friends and on social media, forums, etc. Bluntly put, we'd love to make
innovative premium consumer products, but we first need an audience for
that to be economically viable.
Also, if you want to keep up to date, we maintain a low-volume
newsletter you could subscribe to: https://www.orastron.com/#newsletter.
Best regards,
Stefano D'Angelo
Founder and CEO of Orastron - https://www.orastron.com/