Update d2tk to release-0.8.2
Squashed 'subprojects/d2tk/' changes from 8de96df..d078c45
Update d2tk to release-0.8.0
Mono version of the plugin.
Prototype new audio filters in C/Rust directly in your favorite running host, without the need to restart the latter after code changes.
Stereo version of the plugin.
Prototype new audio filters in C/Rust directly in your favorite running host, without the need to restart the latter after code changes.
You'll need to have a C and/or Rust compiler installed at runtime for this plugin to work
git clone https://git.open-music-kontrollers.ch/~hp/jit.lv2
cd jit.lv2
meson build
cd build
ninja -j4
sudo ninja install
This plugin features a native LV2 plugin UI which embeds a terminal emulator which can run your favorite terminal editor to edit the plugin's C/Rust source.
Currently, the editor has to be defined via the environment variable EDITOR:
export EDITOR='vim'
export EDITOR='emacs'
If no environment variable is defined, the default fallback editor is 'vi', as it must be part of every POSIX system.
Whenever you save the C/Rust source, the plugin will try to just-in-time compile and inject it. Potential warnings and errors are reported in the plugin host's log and the UI itself.
On hi-DPI displays, the UI scales automatically if you have set the correct DPI in your ~/.Xresources.
Xft.dpi: 200
If not, you can manually set your DPI via environmental variable D2TK_SCALE:
export D2TK_SCALE=200
Please report issues to https://todo.open-music-kontrollers.ch/~hp/issues
Please submit patches to https://lists.open-music-kontrollers.ch/~hp/patches