2 releases

0.1.1 Aug 21, 2024
0.1.0 Aug 17, 2024

#1006 in Audio

Download history 127/week @ 2024-08-11 178/week @ 2024-08-18 18/week @ 2024-08-25 4/week @ 2024-09-01 39/week @ 2024-09-15 19/week @ 2024-09-22 49/week @ 2024-09-29 7/week @ 2024-10-06

114 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

7KB
87 lines

A configuration crate for specifying VST information in the shizen crate

The information configured in the shizen table of the Shizen.toml VST manifest is used to populate the necessary information about a VST

[shizen.metadata]
vendor = "Shizen Technologies"
categories = ["effect", "utility", "midi"]
plugin-type = "instrument"

[shizen.processing]
block-size = 1024

This configuration will also extract the package information from the package Cargo.toml or the workspace Cargo.toml if the package is part of a workspace


lib.rs:

A configuration crate for VST metadata

The information configured in the shizen table of the Shizen.toml VST manifest is used to populate the necessary information about a VST

[shizen.metadata]
vendor = "Shizen Technologies"
categories = ["effect", "utility", "midi"]
plugin-type = "instrument"

[shizen.processing]
block-size = 1024

This configuration will also extract the package information from the package Cargo.toml or the workspace Cargo.toml if the package is part of a workspace

Dependencies

~2–2.9MB
~61K SLoC