clockwork VS vst3-rs

Compare clockwork vs vst3-rs and see what are their differences.

clockwork

🎹 Simple MIDI note repeater plugin (VST3/CLAP). (by AlexW00)

vst3-rs

Easy to use VST3 library for Rust (by jesnor)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
clockwork vst3-rs
1 2
17 3
- -
10.0 0.0
over 1 year ago about 2 years ago
Rust Rust
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

clockwork

Posts with mentions or reviews of clockwork. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-02.

vst3-rs

Posts with mentions or reviews of vst3-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-16.
  • VST in Rust - interact with C++?
    1 project | /r/learnrust | 25 Sep 2022
    That crate is for VST2 which is much simpler than VST3, doesnt require any interop with C++ and has simpler licensing I think. At the moment it's very well supported by a lot of hosts but it will get deprecated sooner or later. Steinberg already anounced that nuendo/cubase will drop vst2 support in the near future. Apart from that it lacks some features of more modern plugin formats. This might be promising: https://github.com/jesnor/vst3-rs
  • Noob question about rust and GUIs and audio programming
    2 projects | /r/rust | 16 May 2022
    You can quite easily create VST2 and VST3 plugins in Rust, for example you can look at my VST3 library project at Github (very prototypish!). As for the GUI part I started experimenting with integrating egui, which is very lightweight and should work fine, but I haven't gotten very far yet.

What are some alternatives?

When comparing clockwork and vst3-rs you can also consider the following projects:

midir - Cross-platform realtime MIDI processing in Rust.

nih-plug - Rust VST3 and CLAP plugin framework and plugins - because everything is better when you do it yourself

JUCE - JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.

egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

yew - Rust / Wasm framework for creating reliable and efficient web applications

baseplug - MVC audio plugin framework for rust

iced - A cross-platform GUI library for Rust, inspired by Elm [Moved to: https://github.com/iced-rs/iced]

OctaSine - Frequency modulation synthesizer plugin (VST2, CLAP). Runs on macOS, Windows and Linux.