vst 0.3.0

VST 2.4 API implementation in rust. Create plugins or hosts.
Documentation
[[example]]
crate-type = ["cdylib"]
name = "dimension_expander"

[[example]]
crate-type = ["bin"]
name = "simple_host"

[[example]]
crate-type = ["cdylib"]
name = "sine_synth"

[[example]]
crate-type = ["cdylib"]
name = "fwd_midi"

[[example]]
crate-type = ["cdylib"]
name = "gain_effect"

[[example]]
crate-type = ["cdylib"]
name = "transfer_and_smooth"

[[example]]
crate-type = ["cdylib"]
name = "ladder_filter"
[dependencies.bitflags]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.libloading]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.num_enum]
version = "0.5.2"
[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["Marko Mijalkovic <marko.mijalkovic97@gmail.com>", "Boscop", "Alex Zywicki <alexander.zywicki@gmail.com>", "doomy <notdoomy@protonmail.com>", "Ms2ger", "Rob Saunders", "David Lu", "Aske Simon Christensen", "kykc", "Jordan Earls", "xnor104", "Nathaniel Theis", "Colin Wallace", "Henrik Nordvik", "Charles Saracco", "Frederik Halkjær"]
autoexamples = false
description = "VST 2.4 API implementation in rust. Create plugins or hosts."
edition = "2021"
keywords = ["vst", "vst2", "plugin"]
license = "MIT"
name = "vst"
readme = "README.md"
repository = "https://github.com/rustaudio/vst-rs"
resolver = "2"
version = "0.3.0"