Skip to content

Latest commit

 

History

History
74 lines (42 loc) · 1.22 KB

README.md

File metadata and controls

74 lines (42 loc) · 1.22 KB

Kotoist

VST plugin for live coding using Koto programming language.

video-demo.mov

Screenshot Ableton Screenshot FL Studio

Usage

Checkout documentation: https://kotoist.alestsurko.by.

Tested in Ableton and FL Studio on macOS. Also tested in Logic Pro via Element.

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.

Build

On macOS:

cargo xtask bundle-universal -p kotoist --release

On other systems:

cargo xtask bundle -p kotoist --release

Deployment

Warning

Needs update.

Just tag a new version and push it to remote.

git tag {version}
git push origin {version}

Docs

You need doctave and gh-pages node package.

To install gh-pages (it's important to use 3.0.0 version):

npm install -g [email protected]

Building and deploying the docs:

doctave build --release
gh-pages -d site