Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 522 Bytes

File metadata and controls

25 lines (16 loc) · 522 Bytes

CLever Audio Plugin (CLAP) in Zig

WIP.

Installing Examples

# Windows CMD
zig build --prefix-exe-dir %LOCALAPPDATA%\Programs\Common\CLAP

# Windows PowerShell
zig build --prefix-exe-dir $env:LOCALAPPDATA\Programs\Common\CLAP

# Linux
zig build --prefix-exe-dir ~/.clap

# MacOS
zig build --prefix-exe-dir ~/Library/Audio/Plug-Ins/CLAP

License

MIT.

Upstream is also MIT licensed.