-
Updated
Jul 12, 2022 - C++
#
vst
Here are 332 public repositories matching this topic...
Free open-source non-linear video editor
One music sequencer for all major platforms, desktop and mobile
cross-platform
sequencer
midi
music-composition
composition
audio-applications
vst
music-tools
music-sequencer
microtonal
-
Updated
Jul 11, 2022 - C++
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:
-
Updated
Dec 19, 2021 - C
Source code for SonoBus, a real-time network audio streaming collaboration tool.
audio
music
plugin
windows
macos
linux
network
peer-to-peer
podcasting
low-latency
vst
aax
audiounit
-
Updated
Jun 27, 2022 - C++
VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
-
Updated
May 22, 2022 - Rust
A powerful realtime node-based audio synthesizer.
-
Updated
Sep 27, 2019 - C++
Collection of audio effects plugins implemented from the explanations in the book "Audio Effects: Theory, Implementation and Application" by Joshua D. Reiss and Andrew P. McPherson.
-
Updated
Oct 16, 2020 - C++
bug
Something isn't working
help wanted
Extra attention is needed
good first issue
Good for newcomers
Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
dsp
lv2
audio-library
vst
audio-unit
vst3
audio-plugin
aax
audio-processing
physically-based-rendering
pbr-shading
-
Updated
Jul 7, 2022 - D
GvMariani
commented
Jun 23, 2022
The lash library, used for session management with jack sound server, is very old (last release in 2009) and unmaintained (no commit in the upstream git since July 2009).
Luckily there is a viable replacement: the Nedko Arnaudov's LADI Session Handler (https://github.com/LADI/ladish). It's a complete rewrite of lash and is much more active (last git commit was in February 2021); it's already used
A collection of spatial audio related VST plug-ins developed using JUCE and the Spatial_Audio_Framework
vst
ambisonics
spatial-audio
hoa
3d-audio
sound-field-analysis
microphone-array-processing
vbap
sound-field-visualisation
-
Updated
Jun 22, 2022 - C++
My curated list of audio DSP and plugin development resources
audio
c
rust
cross-platform
math
algorithms
cpp
dsp
audio-effect
d
audio-visualizer
audio-analysis
audio-applications
lv2
audio-library
vst
vst3
audio-processing
-
Updated
Jul 9, 2022
declarative polyamorous cross-system intermedia objects
-
Updated
Jul 3, 2022 - C++
FM Chip Synthesizer — OPL & OPN — VST/LV2/Standalone
audio
midi
synthesizer
lv2
chip
musical-instrument
vst
opl3-emulator
audio-plugin
fm-synthesizer
jackaudio
opn
opl
real-time-audio
adlmidi
opnmidi
opn2-emulator
-
Updated
Dec 16, 2021 - C++
Improve this page
Add a description, image, and links to the vst topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vst topic, visit your repo's landing page and select "manage topics."
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.