Hi,
Advanced Gtk+ Sequencer has got yet another minor release. Thought
most of its new functionality are still experimental and not exposed
to the user.
The features:
* the OSC server providing 8 different controllers
* OSC builder and parser object
* utility functions to deal with OSC data
* configuration in place (no more restart)
Note, during configuration all playback is stopped.
https://savannah.nongnu.org/forum/forum.php?forum_id=9312
best wishes,
Joël
A maintenance release for fluidsynth has been released.
Details can be found in the release notes:
Download: https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.2
API: http://www.fluidsynth.org/api/
Website: http://www.fluidsynth.org
FluidSynth is a real-time software synthesizer based on the
SoundFont(tm) 2 specifications. It can read MIDI events from the MIDI
input device and render them to the audio device. It can also play
MIDI files.
Tom Moebert
FluidSynth Developer Team
Hi all,
I am pleased to announce the monoidea's project monothek.
We implement a musicians service based on Advanced Gtk+ Sequencer library.
https://krähemann.com/blog/2018/11/03/monoideas-monothek/
I started to implement the code base about 3 weeks, ago. If anyone is
interested in participate, please let me know.
by,
Joël
On behalf of the entire Rivendell development team, I'm pleased to announce the availability of Rivendell v2.19.3 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:
BroadcastTools Support. Added a Switcher/GPIO driver for the
BroadcastTools SS 2.1 switcher.
AudioScience GPIO. Added support for GPIO on AudioScience adapters
to the 'Local Audio Adapter' Switcher/GPIO driver.
Add Next/Insert Cart RML. Renamed the 'Add Next' ['PX'] RML to
'Insert Cart' ['PX'] and added two optional arguments to allow
specification of the insertion position and transition type.
Spinitron RLM. Added support for Spinitron v2 to the 'spinitron_plus'
RLM.
Exported File Mode. Added an 'ExportedFileMode=' parameter to the
'[Tuning]' section of rd.conf(5) to permit permission mode of exported
audio files to be specified.
Various bug fixes. See the 'ChangeLog' for details.
Database Update:
This version of Rivendell uses database schema version 275, and will
automatically upgrade any earlier versions. To see the current schema
version prior to upgrade, see RDAdmin->SystemInfo.
As always, be sure to run RDAdmin immediately after upgrading to allow
any necessary changes to the database schema to be applied.
*** snip snip ***
Further information, screenshots and download links are available at:
http://www.rivendellaudio.org
Cheers!
|----------------------------------------------------------------------|
| Frederick F. Gleason, Jr. | Chief Developer |
| | Paravel Systems |
|----------------------------------------------------------------------|
| A room without books is like a body without a soul. |
| -- Cicero |
|----------------------------------------------------------------------|
There are only two days (and some) left to vote for your favourite
tracks in The Open Source Music FM Synthesizer Challenge:
https://fmchallenge.osamc.de/vote/
We have 15 fantastic entries, please show your appreciation by voting.
So far we have 28 voters. Can we reach 50 or 60?!
As an incentive, we'll GIVE AWAY one license of the Cadmium synthesizer
by LHI Audio to a voter selected by draw. See the "Prizes" page for more
information:
https://fmchallenge.osamc.de/prizes/
See you at the Sonoj Convention!
--
The Operator,
Christopher Arndt
Open Source Audio Meeting Cologne
https://fmchallenge.osamc.de/
fmchallenge(a)osamc.de
ardour2fpx
==========
Convert an Ardour VST presets XML file to VST2 FXP preset files.
What is it?
The Open Source DAW Ardour saves user presets for VST plugins in its own
XML format. Unfortunately, most proprietary DAWs expect presets for VST2
plugins as FXP files. This makes it very hard to share presets for VST2
plugins between users of Ardour and those propietary DAWs.
The ardour2fxp script converts Ardour VST preset files to FXP preset
files, so they can be imported when using the same plug-ins in another DAW.
Where to get it?
https://github.com/SpotlightKid/ardour2fxp
or via pip:
pip install ardour2fxp
How to use?
After installation, the ardour2fxp script can be used like this:
ardour2fxp ~/.config/ardour5/presets/vst-1094861636 my-presets
This will create an FXP (extension .fxp) file for every preset in the
Ardour preset file (vst-1094861636 in the example above). FXP files will
be put into sub-directories of the output directory given as the second
command line argument (my-presets in the example). The FXP files will be
named after the preset label (with spaces replaced with underscores) and
the sub-directories will be named after the plug-in identifier
(1094861636 -> "ABCD" in the example).
*Share & Enjoy*
Christopher Arndt