Free open-source non-linear video editor
-
Updated
Oct 8, 2021 - C++
{{ message }}
Free open-source non-linear video editor
One music sequencer for all major platforms, desktop and mobile
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:
a highly automated and intuitive digital audio workstation - official mirror
Source code for SonoBus, a real-time network audio streaming collaboration tool.
VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
A powerful realtime node-based audio synthesizer.
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.
Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
Analog Modelling Synthesizer
FM Chip Synthesizer — OPL & OPN — VST/LV2/Standalone
A collection of spatial audio related VST plug-ins (loudspeaker/binaural panners, Ambisonics encoders/decoders/visualisers, etc.)
Create audio plugins on-the-fly with LuaJIT.
Jamtaba is a software to play online music jam sessions.
Add a description, image, and links to the vst topic page so that developers can more easily learn about it.
To associate your repository with the vst topic, visit your repo's landing page and select "manage topics."
Hi and thank you very much for this great evolution from RenderMan!
Most DAWs (all?) compute the final length of the rendered output based on the audio/MIDI input and the "tail" of any subsequent effects or modifiers. It would be great to not have to provide the exact number of seconds to render, but simply call
engine.render()and let DawDreamer estimate the correct length automatically.