1 unstable release
Uses new Rust 2024
new 0.1.2 | Apr 3, 2025 |
---|
#35 in #audio-plugin
Used in 6 crates
(3 directly)
205KB
2K
SLoC
Aloe VST Channel
Aloe VST Channel is a Rust crate providing interfaces and utility functions that facilitate the integration of VST plugins with host channel contexts. It delivers rich channel information that can be critical for precise audio processing and visualization.
Overview
This crate focuses on enumerating channel context operations and extracting various properties, aiding in the custom handling of VST plugins based on their channel position and attributes. Key functionalities include:
- Channel Context Plugin Location: Defines enumerations for plugin placements such as pre-volume fader or post-volume fader.
- Automation State Interface: Allows plugins to ascertain and react to automation states broadcast by the host.
- Channel Context Interface Listener: Provides methods for obtaining comprehensive channel context details, including color spec, naming, and indexing operations.
- ARGB Color Specifications: Functions to decompose and interpret
ChannelContextColorSpec
into alpha, red, green, and blue components.
Technical Features
- Implements essential traits for interfacing with VST host environments using the Steinberg API layer definitions.
- Extends
IEditController
facilitating deeper integration and communication with host applications. - Offers low-level access to intricate channel attributes via VST’s channel context.
Usage
To include this crate in your project, add the following to your Cargo.toml
:
[dependencies]
aloe-vst-channel = "0.1.0"
Developers can incorporate the provided traits to enhance their plugins' interoperability with host applications, thereby simplifying audio management tasks that depend on channel context, leading to more robust plugin implementations.
License
This project is licensed under GPL-3.0. See the LICENSE file for more details.
Note: This README.md file was generated by an AI model and may not be 100% accurate; however, it should be pretty good.
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
~380K SLoC