VST plugin for live coding using Koto programming language.
Checkout documentation: https://kotoist.alestsurko.by.
Tested in Ableton and FL Studio on macOS.
Might not work in Reaper as it steals keyboard input from the plugin. Previous workaround with enabling option "Send all keyboard input to plugin" doesn't work anymore.
On macOS:
cargo xtask bundle-universal -p kotoist --release
On other systems:
cargo xtask bundle -p kotoist --release
Warning
Needs update.
Just tag a new version and push it to remote.
git tag {version}
git push origin {version}
You need doctave and gh-pages node package.
To install gh-pages (it's important to use 3.0.0 version):
npm install -g gh-pages@3.0.0
Building and deploying the docs:
doctave build --release
gh-pages -d site