No description
  • Rust 96.8%
  • CSS 3.2%
Find a file
Sekwah 499f67e2fe
Some checks failed
Bundle gain_gui / Bundle gain_gui (macos-latest) (push) Has been cancelled
Bundle gain_gui / Bundle gain_gui (ubuntu-latest) (push) Has been cancelled
Bundle gain_gui / Bundle gain_gui (windows-latest) (push) Has been cancelled
chore: change nice plug commit
2026-05-28 02:18:49 +01:00
.cargo Create plugin from template 2023-10-18 21:20:23 +01:00
.github/workflows Add basic CI (#27) 2026-05-18 21:51:04 +01:00
examples/gain_gui Refactor PeakMeter with one-shot timer and getter-based approach (#34) 2026-05-19 17:34:54 +01:00
src Remove InstanceSignalScope and pin Vizia dependencies (#36) 2026-05-19 20:11:25 +01:00
xtask Switch nih_plug references to nice-plug (#26) 2026-05-18 14:48:45 +01:00
.gitignore chore: add .idea to gitignore 2026-05-27 20:02:21 +01:00
bundler.toml Create plugin from template 2023-10-18 21:20:23 +01:00
Cargo.toml chore: change nice plug commit 2026-05-28 02:18:49 +01:00
LICENSE Initial commit 2022-05-24 13:51:25 +01:00
README.md change/fix: nih-plug -> nice-plug :o (#25) 2026-05-18 13:41:33 +01:00

Vizia Plug

A replacement for the old nih-plug-vizia which updates it to the latest version of vizia.

This crate allows for the use of the Vizia GUI library to be used with the nice-plug (formerly NIH-plug) plugin framework.

Building Examples

cargo +nightly xtask bundle gain_gui --release

The outputs will be placed in the target\bundled directory.