https://github.com/zrythm/passthrough-gtk4
Passthrough GTK4 LV2 plugin
https://github.com/zrythm/passthrough-gtk4
Last synced: 11 months ago
JSON representation
Passthrough GTK4 LV2 plugin
- Host: GitHub
- URL: https://github.com/zrythm/passthrough-gtk4
- Owner: zrythm
- License: agpl-3.0
- Created: 2022-01-04T04:51:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T06:20:36.000Z (over 4 years ago)
- Last Synced: 2025-06-12T23:25:03.326Z (about 1 year ago)
- Language: C
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
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](COPYING) for details.