I've seen quite a few adverts for MIDI2 keyboard controllers now, so has anyone
tried interfacing with this yet?
If so, what sort of problems have you had to resolve.
--
Will J Godfrey {apparently now an 'elderly'}
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 ?
Sure, I guess this specific thing came by coping an already written « way of doing », lack of Unix culture, years of history…
>
> (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 ?
>
>
This -i option is there to produce a kind of « self-contained » Faust architecture (so only inlining the « faust/xxx » files). And possibly not really needed in this specific example : history, copy/paste…etc...
Stéphane,
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