Coder Social home page Coder Social logo

ales-tsurko / kotoist Goto Github PK

View Code? Open in Web Editor NEW
45.0 6.0 5.0 3.66 MB

A VST plugin for live coding and algorithmic composition

Home Page: https://kotoist.alestsurko.by

License: GNU General Public License v3.0

Rust 39.47% Shell 1.85% JavaScript 58.07% HTML 0.61%
vst plugin algorithmic-composition generative-music scripting midi live-coding

kotoist's Introduction

Kotoist

VST plugin for live coding using Koto programming language.

Build

Use ./build.sh win on Windows or ./build.sh mac on macOS.

If you wish to build manually, you should build GUI first:

cd gui
yarn
yarn build

Then you can build the plugin:

cd ..
cargo build

On OS X VST plugins are packaged inside of loadable bundles. To package your VST as a loadable bundle you may use the osx_vst_bundler.sh script this library provides.

Example:

./osx_vst_bundler.sh Plugin target/release/plugin.dylib
Creates a Plugin.vst bundle

ref

REAPER Specific

To make the plugin work as expected, you should right-click on the plugin in the FX Rack and choose "Send all keyboard input to plugin".

FL Studio Specific

The debug build initialize a log file on your desktop. At least on macOS this crashes FL Studio on start. To prevent it, comment out the log initialization.

Deployment

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.