Crates.io | shizen-config |
lib.rs | shizen-config |
version | 0.1.1 |
source | src |
created_at | 2024-08-17 02:29:24.195243 |
updated_at | 2024-08-21 23:00:25.092562 |
description | A better way to create VSTs. |
homepage | |
repository | https://github.com/fruit-bird/shizen |
max_upload_size | |
id | 1341191 |
size | 6,614 |
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