#plugin-interface #vst #plugin #communication #host

nightly aloe-vst-message

Facilitates inter-component communication in VST3 host environments via standardized message interfaces. This crate is a translation of the c++ juce module serving the same function.

1 unstable release

Uses new Rust 2024

new 0.1.1 Apr 3, 2025

#10 in #plugin-interface


Used in 6 crates (3 directly)

GPL-3.0 license

195KB
2K SLoC

Aloe VST Message Crate

Aloe VST Message is a Rust crate that facilitates inter-component communication in VST3 host environments. It delivers a reliable and standardized means to send and receive private plugin messages through the VST framework, supporting both host and plug-in implementations.

Overview

This crate defines two core traits: IMessage and IConnectionPoint. These traits allow for sophisticated messaging and connection management between VST components, adhering to the VST3 communication standards.

IMessage

The IMessage trait enables the manipulation of VST communication messages, including setting and retrieving message IDs powered by the FIDString type. It also provides access to an IAttributeList, permitting the association of arbitrary attributes with messages transmitted between VST controller and editor components.

IConnectionPoint

IConnectionPoint is responsible for establishing and controlling the communication pathways between VST components. It allows components to connect, disconnect, and send notifications utilizing instances of IMessage. This aids in creating modular and scalable audio solutions while maintaining efficient resource utilization within dynamic plugin networks.

Usage

Incorporate aloe-vst-message into your VST3 plugin development projects to manage inter-component messaging with precision. Implementations of the IMessage and IConnectionPoint traits should conform to VST3 protocol ensuring compatibility and adherence to standardized host operations.

Licenses

Licensed under GPL-3.0. For more details, refer to the repository.

Contributions

Developed by Klebs, contact via email for collaboration or inquiries.


This README.md was generated by an AI model and may not be 100% accurate, although it should be sufficiently informative.

This crate is a translation of the JUCE module.

JUCE is a c++ software framework for developing high performance audio applications.

Usage falls under the GPLv3 as well as the JUCE commercial license.

See github.com/juce-framework/JUCE and the JUCE license page for details.

This crate is in the process of being translated from c++ to rust. For progress updates, please see the workspacer rust project. designed specifically for rust projects.

Dependencies

~13–23MB
~378K SLoC