Passthrough GTK4 LV2 plugin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alexandros Theodotou a63331647c
remove unused file
1 year ago
src remove unused file 1 year ago
subprojects setup basic project 1 year ago
.gitignore setup basic project 1 year ago
COPYING setup basic project 1 year ago
README.md build instructions 1 year ago
meson.build setup basic project 1 year ago
meson_options.txt setup basic project 1 year ago

README.md

Passthrough GTK4

A passthrough plugin for testing GTK4 plugin support in LV2 hosts.

Dependencies

LV2 and GTK4

Building & Installing

Configure

meson build

Build

ninja -C build

The following will install the LV2 bundle under /your/path/usr/lib/lv2/PassthroughGtk4.lv2

DESTDIR=/your/path ninja -C build install

Copying

Copyright © 2022 Alexandros Theodotou

Released under the GNU AGPL version 3 or later. See the file COPYING for details.