{"id":65667,"library":"vst","title":"VST","description":"VST 2.4 API implementation in Rust for creating plugins or hosts.","status":"active","version":"0.4.0","language":"rust","source_language":null,"source_url":"https://github.com/rustaudio/vst-rs","tags":["vst","audio","plugin","dsp","music"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nvst = \"0.4.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add vst","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Plugin","correct":"use vst::plugin::Plugin;"}],"quickstart":{"code":"use vst::plugin::Plugin;\n\nstruct MyPlugin;\nimpl Plugin for MyPlugin {\n    fn get_info(&self) -> vst::api::Info {\n        vst::api::Info {\n            name: \"My Plugin\".to_string(),\n            vendor: \"Me\".to_string(),\n            unique_id: 1234,\n            version: 1,\n            ..Default::default()\n        }\n    }\n    fn process(&mut self, buffer: &mut vst::buffer::AudioBuffer) {}\n}","lang":"rust","description":"Minimal VST plugin implementation."},"warnings":[{"fix":"Install system dependencies: libasound2-dev on Debian/Ubuntu.","message":"Requires platform-specific audio libraries (e.g., ALSA on Linux, CoreAudio on macOS).","severity":"gotcha","affected_versions":">=0.4.0"}],"env_vars":null,"search_vec":"'2.4':3 'api':4 'audio':14 'creat':9 'dsp':16 'host':12 'implement':5 'music':17 'plugin':10,15 'rust':7 'vst':1,2,13","created_at":"2026-06-17T17:13:29.118602+00:00","updated_at":"2026-06-17T17:13:29.118602+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rustaudio/vst-rs","github":"https://github.com/rustaudio/vst-rs","docs":"https://docs.rs/vst/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}