Audio Plugin Creation and Hosting
Audio Toolbox™ enables you to debug and validate your MATLAB® audio plugins using a series of static and dynamic tests. You
can then generate VST or AU audio plugins and deploy to your preferred
digital audio workstation (DAW). You can also host VST, VST3, and AU plugins
in MATLAB by using the loadAudioPlugin
function.
Use the Audio Test Bench app to debug and
tune your audio plugins in MATLAB.
Functions
Classes
Blocks
Audio Plugin | Include audio plugin in model (Since R2022b) |
Apps
Audio Test Bench | Debug, test, and tune audio plugins |
Topics
- Design an Audio Plugin
Create a simple audio plugin in MATLAB and then use it to generate a VST plugin.
- Audio Plugins in MATLAB
Learn about the role, definition, and design of audio plugins in Audio Toolbox.
- Design User Interface for Audio Plugin
Define custom graphical user interfaces for audio plugins.
- Convert MATLAB Code to an Audio Plugin
Repackage a procedural stream processing algorithm as a valid audio plugin object.
- Audio Plugin Example Gallery
Analyze design patterns of Audio Toolbox plugins to develop your own plugins.
- Tips and Tricks for Plugin Authoring
Learn best practices and avoid common pitfalls of plugin authoring.
- Export a MATLAB Plugin to a DAW
Design and generate audio plugins for use in a DAW.
- Host External Audio Plugins
Walk through the process for hosting externally authored plugins in MATLAB.
- Develop, Analyze, and Debug Plugins In Audio Test Bench
Debug, visualize, and configure I/O for audio plugins by using the Audio Test Bench.