shizen-config 0.1.1

A better way to create VSTs.
Documentation
  • Coverage
  • 30.77%
    8 out of 26 items documented0 out of 6 items with examples
  • Size
  • Source code size: 21.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.46 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 39s Average build duration of successful builds.
  • all releases: 39s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • fruit-bird/shizen
    6 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fruit-bird

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