#midi #editor #audio #rust

aloe-audio-processor-editor

A framework for creating audio processor editor components in Rust, with support for GUI interactions and MIDI controller integration. This crate is a translation of the c++ juce module serving the same function.

1 unstable release

Uses new Rust 2024

new 0.1.2 Apr 2, 2025

#136 in #midi

24 downloads per month
Used in 38 crates (7 directly)

GPL-3.0 license

3.5MB
31K SLoC

Aloe Audio Processor Editor

Aloe Audio Processor Editor is a Rust crate that specializes in providing a graphical user interface (GUI) framework for audio processing applications. Designed to be highly extensible and modular, it enables developers to create sophisticated audio editor components seamlessly.

Core Features

  • Audio Processor Interface: Integrates with the main audio processing engine to manage and manipulate audio effect parameters.

  • MIDI Controller Support: Facilitates interaction with MIDI controllers, allowing for dynamic and responsive control of audio parameters.

  • Component Interaction and Events: Supports a variety of component event listeners and interactions, enabling reactive and interactive GUI designs for audio processors.

  • GUI Components: Provides pre-built UI components such as sliders, toggle buttons, and combo boxes, which can be attached to audio parameters for intuitive controls.

Structs and Traits Overview

  • AudioProcessorEditor: Acts as the main GUI component for the audio processor, with support for resizing, component attachment, and peer updating.

  • AudioProcessorEditorListener: Monitors events related to components, allowing responsive updates and actions.

  • AttachedToggle, AttachedSlider, AttachedCombo: Facilitates the connection between GUI elements and audio parameters, streamlining parameter changes through user interaction.

  • MIDI Integration Traits: Provides traits for checking MIDI controller availability and interacting with host MIDI controllers.

Example Usage

To leverage the functionality of aloe-audio-processor-editor, a developer needs to derive their GUI components from the AudioProcessorEditor struct. Further customization of UI behavior can be achieved through the provided listener and attachment structs for components such as sliders and buttons.

Contribution

We welcome contributions from the community to enhance this crate's functionality. Please refer to our GitHub repository for more information on how to get involved.

License

This project is licensed under the GPL-3.0 License.


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

~26–40MB
~599K SLoC