The Wayback Machine - https://web.archive.org/web/20220713051255/https://github.com/topics/audio-plugin
Here are
94 public repositories
matching this topic...
A list of open source VST/audio plugin projects. Please contribute more links or open source your own plugins.
VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
Updated
May 22, 2022
Rust
Physical modelling signal processing for analog tape recording
media(audio/image/qrcode/markdown/html/svg) support web service (多媒体编辑服务, 酷炫二维码, 音频, 图片, svg, markdown, html渲染服务支持)
Updated
Jun 15, 2022
Java
A flexible universal ASIO driver that uses the PortAudio sound I/O library. Supports WASAPI (shared and exclusive), KS, DirectSound and MME.
An audio plugin with Pure Data embedded that allows to load and to control patches
Element Audio Plugin Host
Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
FM Chip Synthesizer — OPL & OPN — VST/LV2/Standalone
Flute Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.
Updated
Dec 30, 2020
Java
Digital emulation of the Klon Centaur guitar pedal using RNNs, Wave Digital Filters, and more
Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing
Updated
Apr 15, 2022
POV-Ray SDL
Complex Nonlinearities for Audio Signal Processing
A safe, fast, and modular framework to create LV2 plugins, written in Rust
Audio plugin manager. Small tool to manage VST / AU plugins on Windows and MacOS.
A collection of templates for creating Audio Unit V3 in Xcode
Updated
May 6, 2021
Swift
Real-time 2D spectrogram plugin (LV2, VST and Jack)
Phaser effect based loosely on the Schulte Compact Phasing 'A'
Realtime graphical spectrum analyzer
a MIDI-controlled audio harmonizer
conceptual Android audio plugin framework
Window and event library for rust audio plugins.
Updated
Mar 12, 2019
Rust
Rust-based VST plugin development library with hardware accelerated GUI support.
Updated
Jan 14, 2019
Rust
AAX / AU / VST / VST3 FM synthesizer which emulates the Yamaha OPL sound chip used in PC sound cards from the 90s.
VST3 version of system-supplied Mac OS X AUNetSend audio plugin.
Updated
Nov 24, 2021
Swift
Correct modelling of incorrect circuits
Utilities related to the new version 3 Audio Units
Updated
May 17, 2017
Objective-C++
Improve this page
Add a description, image, and links to the
audio-plugin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
audio-plugin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
If a plugin is known to not reset well when
myPluin->reset()is called (it doesn't really zero out its buffer), then we need to just reload the plugin entirely.