Dear all,
QMidiArp 0.7.1 has just been released.
This is an important maintenance release fixing an ugly bug where the
sequencer module crashed right away when added. The bug had been around
for quite some time, because it did not expose on all c++ system
implementations.
Best
Frank
Description
QMidiArp is an advanced MIDI arpeggiator, programmable step sequencer
and LFO for Linux. It can hold any number of arpeggiator, sequencer, or
LFO modules running in parallel. It does not produce sound by itself and
needs to be connected to software or hardware synthesizer.
Arpeggiator modules produce sequences depending on the notes sent to
their input port, which is typically connected to a keyboard or another
sequencer.
Step sequencer modules allow you to create simple linear, monophonic and
globally transposable sequences similar to the first analog sequencers.
MIDI LFO modules independently produce MIDI controller data of
adjustable waveform, time resolution, amplitude and duration.
A Global Storage Tool can store different setups and switch between them
at a given time. It allows you to dynamically combine patterns and LFO
wave forms.
The modules are also available as LV2 MIDI plugins.
Tarball Download
https://sourceforge.net/projects/qmidiarp/files/qmidiarp/0.7.1/qmidiarp-0.7…
Github
https://github.com/emuse/qmidiarp
Website
https://qmidiarp.sourceforge.net/
Ratatouille is a Neural Model loader and mixer for Linux/Windows.
This release does several small fixes.
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
Release Page (binaries):
https://github.com/brummer10/Ratatouille.lv2/releases/edit/v0.8
enjoy
hermann
Ratatouille is a Neural Model loader and mixer for Linux/Windows.
This release implement easier File switching. It's now possible to
switch the selected files via mouse wheel, via mouse button click and
via keyboard up/down keys. Right mouse button click will pop up the
file-list and allow to select a file directly.
Also, it implement lighter CPU usage for convolution (IR-File), on non
power-of-two buffer sizes, by using the multi threaded FFTConvolver engine.
Beside that the GUI was a bit overworked.
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
<https://cloud.aida-x.cc/all>/.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.
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.6
<https://github.com/brummer10/Ratatouille.lv2/releases/tag/v0.6>
Ratatouille is a Neural Model loader and mixer for Linux/Windows.
This release fix handling frame buffer-sizes of arbitrary size, aka. not
power of two, for the impulse response engine.
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.
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.
Release Page:
https://github.com/brummer10/Ratatouille.lv2/releases/tag/v0.5
Project Page:
https://github.com/brummer10/Ratatouille.lv2
SpectMorph 1.0.0-beta2 has been released.
Compared to beta1, the only change is that the plugin user interface now
works properly on macOS 14. You can get the new version from
https://www.spectmorph.org/downloads
If you do not use macOS 14, there is no reason to update.
Changes in beta2:
-----------------
* Plugin user interface now works correctly on macOS 14 (#28).
* Update clang++ compiler version on macOS.
* Minimum supported macOS version is now macOS 11.
Feedback for any issues you might experience with the beta version is
appreciated.
--
Stefan Westerfeld, http://space.twc.de/~stefan
PandaResampler 0.2.1 has been released.
https://github.com/swesterfeld/pandaresampler
This is a header only library for C++ which implements fast factor 2, 4
or 8 upsampling and downsampling based on SSE instructions. I've
developed the code for my DSP code in Anklang and SpectMorph.
It might be useful for you if you have some DSP loop which needs to be
oversampled to avoid aliasing.
Changes in PandaResampler 0.2.1:
--------------------------------
* Use meson build system.
* Improve test coverage and CI tests.
* Support building a shared library (#3).
* Do not build tests unless -Ddevel=true is used (#2).
* Install headers to include install directory from meson (#1).
--
Stefan Westerfeld, http://space.twc.de/~stefan