Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexw00/clockwork

🎹 Simple MIDI note repeater plugin (VST3/CLAP).
https://github.com/alexw00/clockwork

audio audio-effect clap midi midi-effect midi-plugin plugin rust vst vst3

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## ⏱️ Clockwork

A simple MIDI note repeater plugin, written in Rust.

### 🎬 Showcase:

(turn on audio)

https://user-images.githubusercontent.com/55558407/188208661-bbd208e8-f71d-4786-9e27-0cc5133f5c66.mp4

### 📖 Manual:

The user manual can be found [here](https://github.com/AlexW00/clockwork/blob/master/docs/manual.md#-clockwork-manual).

### 💾 Download

Clockwork is available as a VST3 and CLAP plugin [here](https://github.com/AlexW00/clockwork/releases/latest).

### 👨‍💻 Development

This plugin is written in Rust, using:

- [NIH-plug](https://github.com/robbert-vdh/nih-plug) as a plugin framework
- [NIH-plug-egui](https://github.com/robbert-vdh/nih-plug/tree/master/nih_plug_egui) as a GUI framework

Contributions are welcome, please keep it simple and clean.