https://github.com/ul/simple-amplifier
A very simple example of LV2 plugin built in Zig
https://github.com/ul/simple-amplifier
Last synced: over 1 year ago
JSON representation
A very simple example of LV2 plugin built in Zig
- Host: GitHub
- URL: https://github.com/ul/simple-amplifier
- Owner: ul
- Created: 2019-04-04T09:28:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T09:55:57.000Z (about 7 years ago)
- Last Synced: 2025-03-16T21:51:17.652Z (over 1 year ago)
- Language: Zig
- Size: 1.95 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Amplifier
This is a very simple example of LV2 plugin built in Zig.
## Build
```
$ zig version
0.3.0+90b6eab0
$ zig build install -Drelease-fast=true
```
On macOS you will get `libamp.dylib` in the project root directory.
On other platform it will be different, please be sure to update `manifest.ttl` to match the name.