shizen-config

Crates.ioshizen-config
lib.rsshizen-config
version0.1.1
sourcesrc
created_at2024-08-17 02:29:24.195243
updated_at2024-08-21 23:00:25.092562
descriptionA better way to create VSTs.
homepage
repositoryhttps://github.com/fruit-bird/shizen
max_upload_size
id1341191
size6,614
Hamza Hraiche (fruit-bird)

documentation

README

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

Commit count: 0

cargo fmt