All Projects → wrl → Baseplug

wrl / Baseplug

Licence: other
MVC audio plugin framework for rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Baseplug

Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+1879.55%)
Mutual labels:  plugin, audio, dsp, vst
Audio Plugin Development Resources
Various resources related to developing plugins for audio production.
Stars: ✭ 136 (+209.09%)
Mutual labels:  plugin, audio, dsp, vst
Sonobus
Source code for SonoBus, a real-time network audio streaming collaboration tool.
Stars: ✭ 586 (+1231.82%)
Mutual labels:  plugin, audio, vst
Renderman
Command line C++ and Python VSTi Host library with MFCC, FFT, RMS and audio extraction and .wav writing.
Stars: ✭ 225 (+411.36%)
Mutual labels:  audio, dsp, vst
Camomile
An audio plugin with Pure Data embedded that allows to load and to control patches
Stars: ✭ 527 (+1097.73%)
Mutual labels:  plugin, audio, vst
Node Audio
Graph-based audio api for Node.js based on LabSound and JUCE
Stars: ✭ 67 (+52.27%)
Mutual labels:  plugin, audio, vst
Wdl Ol
Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
Stars: ✭ 906 (+1959.09%)
Mutual labels:  plugin, audio, vst
Frequalizer
Equalizer using JUCE new dsp module
Stars: ✭ 130 (+195.45%)
Mutual labels:  plugin, dsp, vst
Juce
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins.
Stars: ✭ 3,841 (+8629.55%)
Mutual labels:  plugin, audio, vst
Matchering
🎚️ Open Source Audio Matching and Mastering
Stars: ✭ 398 (+804.55%)
Mutual labels:  audio, dsp, vst
Guitard
Node based multi effects audio processor
Stars: ✭ 31 (-29.55%)
Mutual labels:  plugin, audio, dsp
Vst Rs
VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
Stars: ✭ 596 (+1254.55%)
Mutual labels:  dsp, vst
Axiom
A powerful realtime node-based audio synthesizer.
Stars: ✭ 599 (+1261.36%)
Mutual labels:  dsp, vst
Roc Toolkit
Real-time audio streaming over the network.
Stars: ✭ 673 (+1429.55%)
Mutual labels:  audio, dsp
Awesome Linuxaudio
[mirror] A list of software and resources for professional audio/video/live events production on Linux.
Stars: ✭ 756 (+1618.18%)
Mutual labels:  audio, vst
Zrythm
a highly automated and intuitive digital audio workstation - official mirror
Stars: ✭ 703 (+1497.73%)
Mutual labels:  audio, vst
Foo uie dsp switcher
A dropdown combobox for changing DSP presets quickly. For foobar2000 0.9+
Stars: ✭ 5 (-88.64%)
Mutual labels:  audio, dsp
Giada
Your Hardcore Loop Machine.
Stars: ✭ 903 (+1952.27%)
Mutual labels:  audio, vst
Blueprintsound
A plugin for Unreal Engine 4 that surfaces sound-related functionality to Blueprint.
Stars: ✭ 6 (-86.36%)
Mutual labels:  plugin, audio
Pyo
Python DSP module
Stars: ✭ 904 (+1954.55%)
Mutual labels:  audio, dsp

| |--.---.-.-----.-----.-----.| |.--.--.-----. | _ | _ |__ --| -| _ || || | | _ | ||._||| ||||| | || |_____|

baseplug is a high-level model/view/controller-ish audio plugin framework.

nightly-only right now, because of GATs and min_specialization.

baseplug is still largely prototypal, but is maturing quickly. i highly encourage looking at the examples and building experiments with it. though there will be API breakage in the future, i do not see a significant divergence from the existing structures.

with that said, baseplug is not currently in a place where you should ship any plugins built with it. as the baseplug APIs change, there is a high likelihood that your users' sessions will break, presets won't load correctly, and automation will be incorrect.

the primary goal for the 0.1 milestone is resolving these issues of forward-compatibility, and at that juncture we will lift the above advisement against shipping plugins.

i'm making this public in its pre-pre-alpha state to get feedback from folks.

please file issues if things act weird or something's unclear.

do note that, though i have extensive experience in audio dev, i am largely a neophyte when it comes to advanced rust usage, proper code style and best practices. especially when it comes to error handling in procmacros.

best way to get in touch is to join the rust audio discord: https://discord.gg/8rPCp9Q

-w

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].