All Projects → ales-tsurko → kotoist

ales-tsurko / kotoist

Licence: GPL-3.0 license
A VST plugin for live coding and algorithmic composition

Programming Languages

javascript
184084 projects - #8 most used programming language
rust
11053 projects
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to kotoist

Protoplug
Create audio plugins on-the-fly with LuaJIT.
Stars: ✭ 175 (+372.97%)
Mutual labels:  midi, live-coding, vst
Audiobench
Open source modular synthesizer
Stars: ✭ 63 (+70.27%)
Mutual labels:  midi, vst
Giada
Your Hardcore Loop Machine.
Stars: ✭ 903 (+2340.54%)
Mutual labels:  midi, vst
Helio Workstation
One music sequencer for all major platforms, desktop and mobile
Stars: ✭ 2,257 (+6000%)
Mutual labels:  midi, vst
cl-patterns
Library for writing patterns to generate or process (a)musical sequences of mathematically (un)related (non-)compound values in Lisp.
Stars: ✭ 62 (+67.57%)
Mutual labels:  midi, live-coding
Zrythm
a highly automated and intuitive digital audio workstation - official mirror
Stars: ✭ 703 (+1800%)
Mutual labels:  midi, vst
Ardour
Mirror of Ardour Source Code
Stars: ✭ 2,318 (+6164.86%)
Mutual labels:  midi, vst
Afterglow
A live-coding lighting controller, building on the Open Lighting Architecture with Clojure and bits of Overtone.
Stars: ✭ 321 (+767.57%)
Mutual labels:  midi, live-coding
Adlplug
FM Chip Synthesizer — OPL & OPN — VST/LV2/Standalone
Stars: ✭ 249 (+572.97%)
Mutual labels:  midi, vst
midiomatic
A collection of MIDI filter, generator and processor plugins
Stars: ✭ 23 (-37.84%)
Mutual labels:  midi, vst
recurse
re<urse is a declarative language for generating musical patterns
Stars: ✭ 32 (-13.51%)
Mutual labels:  midi, live-coding
ziffers
Numbered musical notation for composing algorithmic and generative melodies
Stars: ✭ 53 (+43.24%)
Mutual labels:  algorithmic-composition, generative-music
Fsynth
Web-based and pixels-based collaborative synthesizer
Stars: ✭ 146 (+294.59%)
Mutual labels:  midi, live-coding
Jamtaba
Jamtaba is a software to play online music jam sessions.
Stars: ✭ 174 (+370.27%)
Mutual labels:  midi, vst
alda-clj
A Clojure library for live-coding music with Alda
Stars: ✭ 54 (+45.95%)
Mutual labels:  live-coding, algorithmic-composition
Melodrumatic
Audio plugin that lets you use MIDI to pitch-shift via delay to turn unpitched audio into melodies
Stars: ✭ 26 (-29.73%)
Mutual labels:  midi, vst
BS2-Web
Novation Bass Station II Web interface
Stars: ✭ 34 (-8.11%)
Mutual labels:  midi
portmidi
PortMidi is a cross platform (Windows, macOS, Linux, and BSDs which support alsalib) library for interfacing with operating systems' MIDI I/O APIs.
Stars: ✭ 16 (-56.76%)
Mutual labels:  midi
apollo-studio
Apollo Studio is a standalone editor and live playback engine for RGB Launchpad light effects.
Stars: ✭ 115 (+210.81%)
Mutual labels:  midi
libDaisy
Hardware Library for the Daisy Audio Platform
Stars: ✭ 164 (+343.24%)
Mutual labels:  midi

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].