Hello all,
zita-jacktools 1.7.1 is now available at the usual place:
<http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html>
zita-jacktools is a collection of Jack audio processors
implemented as Python classes. These can be combined to
create complex graphs that are completely controlled by
a Python script and can be interfaced to anything that
Python can handle. Main applications are automated
measurements, sound installations, listening tests, etc.
New is this release:
class JackBw8filt
Up to 100 8th order Butterworth bandpass filters.
Each one can be configured separately and be lowpass,
highpass or both in series. Mainly meant for measurements
that require this sort of filtering.
classes JackFwplay amd JackFwcapt
These two classes allow to process an audio file via any
combination of Jack apps that function correctly in Jack's
freewheeling mode, and record the result.
All examples having a GUI now use PyQt6
--
FA
Hello all,
Triggered by a recent post, I've been dabbling a bit with Faust,
and have some questions :-)
(For the jack-gtk architecture)
- When started the app prints some useless info (a nuisance) and
it also autoconnects (a definite no-go).
Is there any way to avoid this ?
- The faust2jack script says it adds 'preset' functionality
to the GUI. But there seems to be no way to access this.
- The way the PRESETDIR is handled is weird. It is done by
prepending a single line temporary file to the merged cpp file
using cat.
What would be wrong with
# add preset management
if [ $PRESETDIR = "auto" ]; then
PRESETDEFS=-DPRESETDIR=\"/var/tmp/\"
else
PRESETDEFS=-DPRESETDIR=\"$PRESETDIR\"
fi
and then adding PRESETDEFS to the compiler options ?
(General)
- The various faust2*** programs work by merging the compiled dsp
file with the architecture file. While doing this, also all
include files from the /usr/include/faust directory are recursively
expanded in-line. Now I wonder why this is done. Surely the C++
preprocessor would do this anyway ?
TIA for any answers !
Ciao,
--
FA
Mamba is a Virtual MIDI Keyboard, a 16 Channel Live MIDI Looper and a
(multi) MIDI File player for ALSA / Jack Audio Connection Kit
with a fluidsynth interface, supporting Scala Tuning and Keymap files.
![mamba](https://raw.githubusercontent.com/brummer10/Mamba/master/Mamba.png)
Release v2.6:
- Fix issue #53Â Config created in home dir instead of XDG_CONFIG_HOME
- Implement Looper Channel Control to select channels for mute/play
- Implement loop file clip/clap controls
- Implement Preload instruments on File load
- Update libxputty to latest revision
Prebuild binary
[Mamba.zip](https://github.com/brummer10/Mamba/releases/download/Latest/Mamb…
Project page :
https://github.com/brummer10/Mamba
Release Page:
https://github.com/brummer10/Mamba/releases/tag/v2.6
Hi all!
I have just released SoundTracker v1.0.5.
Its main feature it full support of stereo samples (MODplug extension),
plus some minor improvements.
Download: https://sourceforge.net/projects/soundtracker/files/
Regards,
Yury.
Guitarix.vst is the full blown guitarix stack as VST3 plugin for Linux,
using Juce to wrap the guitarix engine into a VST3 plugin.
It allow to load/save your presets, download presets from online and
load external LV2 plugs and IR Files, like the guitarix stand-alone version.
But all that as a VST3 plugin in your DAW. All parameters been exposed
to the DAW, so accessible for automation.
Other than the stand-alone, the VST3 version allows to switch the input
to a real stereo input, so it may match better your channel strip in the
DAW.
For Hdpi users, the GUI is full scalable.
![guitarix.vst](https://i.imgur.com/UlezG8n.png)
New in this release:
 - Add support for RTNeural network engine
 - Allow to load two instances of the neural modules
 - Add NAM and RTNeural Multi module (Load two models and blend between
them)
 - Fix resampling issues within the neural modules
 - Update to latest guitarix2-0.46.0 release
Project Page:
https://github.com/brummer10/guitarix.vst
Release Page:
https://github.com/brummer10/guitarix.vst/releases/tag/v0.3
If you like to support the guitarix.vst development consider a donation:
[Donate](https://paypal.me/brummer1010)
Guitarix is a modular, virtual amplifier for Linux.
![guitarix](https://a.fsdn.com/con/app/proj/guitarix/screenshots/Guitarix_Dark.png/max/max/1)
With Guitarix you can choose different preamp and amp models
and /or could load [*.nam files](https://tonehunt.org/all) with the
[Neural Amp Modeler](https://github.com/sdatkinson/NeuralAmpModelerCore)
modules,
or load [*.json or .aidax files](https://cloud.aida-x.cc/all) with the
[RTNeural](https://github.com/jatinchowdhury18/RTNeural) modules,
to simulate a specific hardware unit.
Combine them with various effects and speaker cabinet emulations
and/or load your own Impulse Response files
to come up with your very own tones.
New in this release:
 - Add support for RTNeural network engine
 - Allow to load two instances of the neural modules
 - Add NAM and RTNeural Multi module (Load two models and blend between
them)
 - Implement links in the about menu to download sites for neural
models (*.nam or *.aidax)
 - Fix resampling issues within the neural modules
 - Fix for distributors: reimplement root directory for release tarball
Project Page:
https://github.com/brummer10/guitarix
Release Page:
https://github.com/brummer10/guitarix/releases/tag/V0.46.0
This is the long overdone release for guitarix2 version 0.45.0
Guitarix is a modular, virtual amplifier for Linux.
With Guitarix you can choose different preamp and amp models
and /or could load *.nam files with the Neural Amp Modeler module,
to simulate a specific hardware unit.
Combine them with various effects and speaker cabinet emulations
and/or load your own Impulse Response files
to come up with your very own tones.
![guitarix](https://a.fsdn.com/con/app/proj/guitarix/screenshots/Guitarix_Dark.png/max/max/1)
This release fix various bugs since the last release from May 2, 2022
It also introduce support for the outstanding [Neural Amp
Moduler](https://github.com/sdatkinson/NeuralAmpModelerCore)
project page: https://github.com/brummer10/guitarix
release page: https://github.com/brummer10/guitarix/releases/tag/V0.45.0
Hello all,
A question for the Jack / PW developers:
If a Jack client calls jack_set_freewheel() to start or stop
freewheeling, is it guaranteed that all clients will see the
transition in the same period, i.e. at the same frame time ?
Ciao,
--
FA
Guitarix.vst is the full blown guitarix stack as VST3 plugin for Linux,
using Juce to wrap the guitarix engine into a VST3 plugin.
It allow to load/save your presets, download presets from online and
load external LV2 plugs and IR Files, like the guitarix stand-alone version.
But all that as a VST3 plugin in your DAW. All parameters been exposed
to the DAW, so accessible for automation.
Other than the stand-alone, the VST3 version allows to switch the input
to a real stereo input, so it may match better your channel strip in the
DAW.
For Hdpi users, the GUI is full scalable.
![guitarix.vst](https://i.imgur.com/UlezG8n.png)
This release fix a issue with startup sequence in Ardour.
Also fixed been the issues with the binary like `GLIBCXX_3.4.30' not
found. The binary use now pretty standard libstdc++ symbols.
It also introduce support for the [Neural Amp
Modeler](https://github.com/sdatkinson/NeuralAmpModelerCore) so it's now
possible to load *.nam files into a modeler module.
Attached binary package
[Guitarix.vst3.zip](https://github.com/brummer10/guitarix.vst/releases/downl…
is a x86-64 Linux binary.
To build from source please use the Guitarix.vst3_0.2.tar.gz package, as
only that one contain the needed submodules.
If you like to support the guitarix.vst development consider a donation:
[Donate](https://paypal.me/brummer1010)