All Projects → rust-dsp → Rtb Rs

rust-dsp / Rtb Rs

Window and event library for rust audio plugins.

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Rtb Rs

Amsynth
Analog Modelling Synthesizer
Stars: ✭ 313 (+943.33%)
Mutual labels:  vst
Olive
Free open-source non-linear video editor
Stars: ✭ 5,682 (+18840%)
Mutual labels:  vst
Vst24 Hello World
This project contains a "Hello World" style application for building a VST 2.4 plugin
Stars: ✭ 18 (-40%)
Mutual labels:  vst
Dplug
Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
Stars: ✭ 341 (+1036.67%)
Mutual labels:  vst
Airwave
Airwave is a WINE-based VST bridge, that allows for the use of Windows 32- and 64-bit VST 2.4 audio plugins with Linux VST hosts
Stars: ✭ 449 (+1396.67%)
Mutual labels:  vst
Vst Rs
VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
Stars: ✭ 596 (+1886.67%)
Mutual labels:  vst
Vst.net
Virtual Studio Technology (VST) for .NET. Plugins and Host applications.
Stars: ✭ 267 (+790%)
Mutual labels:  vst
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+2803.33%)
Mutual labels:  vst
Camomile
An audio plugin with Pure Data embedded that allows to load and to control patches
Stars: ✭ 527 (+1656.67%)
Mutual labels:  vst
Awesome Linuxaudio
[mirror] A list of software and resources for professional audio/video/live events production on Linux.
Stars: ✭ 756 (+2420%)
Mutual labels:  vst
Audio Effects
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.
Stars: ✭ 353 (+1076.67%)
Mutual labels:  vst
Dragonfly Reverb
A set of free reverb effects
Stars: ✭ 412 (+1273.33%)
Mutual labels:  vst
Axiom
A powerful realtime node-based audio synthesizer.
Stars: ✭ 599 (+1896.67%)
Mutual labels:  vst
Yabridge
A modern and transparent way to use Windows VST2 and VST3 plugins on Linux
Stars: ✭ 329 (+996.67%)
Mutual labels:  vst
Giada
Your Hardcore Loop Machine.
Stars: ✭ 903 (+2910%)
Mutual labels:  vst
Ob Xd
Virtual Analog Oberheim AAX / AU / VST / VST3 based synthesizer
Stars: ✭ 275 (+816.67%)
Mutual labels:  vst
Sonobus
Source code for SonoBus, a real-time network audio streaming collaboration tool.
Stars: ✭ 586 (+1853.33%)
Mutual labels:  vst
Iplug2
C++ Audio Plug-in Framework for desktop, mobile and web [PRE-RELEASE]
Stars: ✭ 875 (+2816.67%)
Mutual labels:  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 (+2920%)
Mutual labels:  vst
Zrythm
a highly automated and intuitive digital audio workstation - official mirror
Stars: ✭ 703 (+2243.33%)
Mutual labels:  vst

RTB-rs

A simple cross-platform windowing and event library for rust audio plugins. It does not directly provide a GUI but will allow other libraries to be built upon it which do. It is similar to the winit project, but geared toward the specific needs of audio plugins which are quite different to the goals of winit.

This project is a work in progress.

If you wish to contribute, or wish to read more detailed information about this library and related topics please check the wiki.

To run the standalone window example, run:

cargo run --example window
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].