Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/alexw00/clockwork
- Owner: AlexW00
- License: gpl-3.0
- Created: 2022-09-01T21:18:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T05:33:04.000Z (about 2 years ago)
- Last Synced: 2024-10-02T00:22:13.004Z (about 1 month ago)
- Topics: audio, audio-effect, clap, midi, midi-effect, midi-plugin, plugin, rust, vst, vst3
- Language: Rust
- Homepage:
- Size: 1.98 MB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 frameworkContributions are welcome, please keep it simple and clean.