A long awaited release: 0.99.82
I apologize for that delay. I think I miss-understood a message from
erikd on the mailing list.
The hard work was done by erikd - Erik De Castro Lopo. It consist of a
rewrite of the internal of AlsaPlayer in order to suit contemporary
coding audio standards with modern computing.
https://github.com/alsaplayer/alsaplayer
Enjoy,
Dominique
And already we have a bugfix release. There were three of them.
The first was a failure to test a headless *build* and there was a detail we'd
forgotten.
The second was not accounting for some less common build environments.
The third was a total surprise. It was a bug in effects that goes back at least
6 years and probably further, but only became obvious with the latest EQ
display improvements we had made.
--
Will J Godfrey {apparently now an 'elderly'}
This project is a fork of the Android Open Source Project
'platform_external_sonivox', including a CMake based build system to be
used not on Android, but on any other computer Operating System. Google
licensed this work originally named Sonivox EAS (Embedded Audio
Synthesis) from the company Sonic Network Inc. under the terms of the
Apache License 2.0. Here is the Google source code repository:
https://android.googlesource.com/platform/external/sonivox.git
This is a "wavetable" synthesizer, not using external soundfont files
but embedded samples instead. It is also a MIDI file player and a real
time GM synthesizer. It consumes very little resources, so it may be
indicated in projects for small embedded devices. There is neither MIDI
input nor audio output facilities included in the library. You need to
provide your own input/output.
Changes in v3.6.13
* New CI - GitHub workflows
* Include directories not correctly exported #16
<https://github.com/pedrolcl/sonivox/issues/16>
* Windows 64bit compatibility #17
<https://github.com/pedrolcl/sonivox/pull/17>
* New default build option: 44100 audio output and option for max
voices #20 <https://github.com/pedrolcl/sonivox/pull/20>. Thanks to
@rsp4jack <https://github.com/rsp4jack>
* Other build options #22 <https://github.com/pedrolcl/sonivox/issues/22>
Project page: https://github.com/pedrolcl/sonivox
Downloads: https://github.com/pedrolcl/sonivox/releases/tag/v3.6.13
License: Apache 2.0
Configuration controls are better defined and saved ones isolated from CLI
startup values.
Improved theme control. Changes are now auto-detected, and there is a
Monochrome setting.
New instruments added to banks.
Updates and improved descriptions in the User Guide.
Further code improvements, particularly regarding memory safety.
Various bugfixes - including a really obscure one!
Full details are in /doc/Yoshimi_2.3.3_features.txt
Yoshimi source code is available from either:
https://sourceforge.net/projects/yoshimi
Or:
https://github.com/Yoshimi/yoshimi
Full build instructions are in 'INSTALL'.
Our list archive is at:
https://www.freelists.org/archive/yoshimi
To post, email to:
yoshimi(a)freelists.org
--
Will J Godfrey {apparently now an 'elderly'}
https://willgodfrey.bandcamp.com/http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Ratatouille is a Neural Model loader and mixer for Linux/Windows.
This release add separate Input control for each Model, makes the delay
a delta delay, means it allow to delay the first or the second Model, as
needed, and implement support for the 'ctrl' key to allow sample
accurate settings for the delay to solve phasing issues between the Models.
Ratatouille allow to load up to two neural model files and mix there
output. Those models could be [*.nam files](https://tonehunt.org/all) or
[*.json or .aidax files](https://cloud.aida-x.cc/all). So you could
blend from clean to crunch for example, or, go wild and mix different
amp models, or mix a amp with a pedal simulation.
Ratatouille using parallel processing to process the second neural model
and the second IR-File to reduce the dsp load.
The "Delay" control could add a small delay to the second model to
overcome phasing issues, or to add some color/reverb to the sound.
To round up the sound it allow to load up to two Impulse Response files
and mix there output as well. You could try the wildest combinations,
or, be conservative and load just your single preferred IR-File.
Each neural model may have a different expected Sample Rate, Ratatouille
will resample the buffer to match that.
Impulse Response Files will be resampled on the fly to match the session
Sample Rate.
Project Page (source code):
https://github.com/brummer10/Ratatouille.lv2
<https://github.com/brummer10/Ratatouille.lv2>
Release Page (binaries):
https://github.com/brummer10/Ratatouill ... s/tag/v0.9
<https://github.com/brummer10/Ratatouille.lv2/releases/tag/v0.9>
Hello,
we are still looking for speakers for demonstrations, tutorials, talks
and lectures. If you would like to make a contribution, please either
answer in this forum, or send an informal and short e-mail with your
ideas to info(a)sonoj.org or use our Chat https://chat.sonoj.org . Do you
have any wishes, who or what you would like to see? Then give us a
suggestion.
The Sonoj Convention is an annual event in Cologne, Germany 19th and
20th October 2024, about music production with free and open source
software.
It features demonstrations, talks and hands-on workshops. Meet
like-minded people, learn insider knowledge and tricks, and participate
in our one-hour production challenge!
Learn more here: https://sonoj.org/2024/
# Drumstick Libraries v2.9.1
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.9.1:
* RT library:
* initialization of PipeWire in the FluidSynth backend.
* fix for #25: FluidSynth backend, ability to configure chorus and
reverb parameters.
* fix for #24: FluidSynth backend, ability to set several soundfonts.
* Fix for #19: preliminary support for Sysexes under windows.
Thanks to Luca Santini.
* Widgets library:
* fix for #25: FluidSynth settings dialog, configuration of chorus
and reverb.
* fix for #24: FluidSynth settings dialog, select several soundfonts.
* Misc:
* fix for #21: github workflows.
Copyright (C) 2009-2024, 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.9.1/
# Drumstick Multiplatform MIDI File Player 1.7.4
Drumstick is a set of GPLv3 licensed C++/Qt libraries for MIDI
applications. The project includes several tools as examples, and among
them is the drumstick-guiplayer utility that leverages the
Drumstick::ALSA library, so it is available only for Linux (because the
ALSA sequencer is a linux only technology). Some people have requested a
program with the same functionalities also on Windows and macOS, so here
it is. But this project is much more ...
Some key features:
* MIDI Output to hardware MIDI ports, or any other Drumstick backends,
like soft synths
* Transpose song tonality between -12 and +12 semitones
* Change MIDI volume level (using MIDI CC7)
* Scale song speed between half and double tempo
* Supports MID/KAR/RMI (Standard MIDI Files) and WRK (Cakewalk) file formats
Changes in v1.7.4:
* better sequence info dialog
* Fix for GH ticket #25: VanBasco web site is gone!
* Fix for GH ticket #20: High density of MIDI events slows down playback
tempo
* Fix for GH ticket #22: Hanging note if dmidiplayer is closed using the
close window button during playback
* GH actions - workflows
* Building with Qt6 by default. For Qt5 compatibility, a new option
USE_QT5 must be set.
* Upgraded CMake requirement to 3.16
Copyright (C) 2021-2024 Pedro Lopez-Cabanillas
License: GPL v3 or later
Project and Source Repositories: https://sourceforge.net/p/dmidiplayerhttps://github.com/pedrolcl/dmidiplayer
Downloads: https://sourceforge.net/projects/dmidiplayer/files/v1.7.4/