Skip to content

ales-tsurko/kotoist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotoist

VST plugin for live coding using Koto programming language.

Screenshot Ableton Screenshot FL Studio

Usage

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.

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 gh-pages@3.0.0

Building and deploying the docs:

doctave build --release
gh-pages -d site