KORG Volca Keys patch 1.0

Volca keys patch is a web app for controlling sound data of Korg Volca Keys synth. It offers a simple user interface in a web browser environment. Thanks to the webmidi standard (https://www.w3.org/TR/webmidi/) it works on supported browsers including mobile.

The basic idea is to control the sound with the onscreen controls and saving the results in form of “patchdata” as text file for later use. This can be done with a lot of apps, DAW’s etc. This is just the lightweightest version to me and hopefully will get some use by other users.

The random patch generator is especial fun for quickly getting very different sound out of the volca keys. By tweaking some crucial parameters like vco egint or lfo vco int  to zero you get quickly some very usable sound. You can listen to results of quick random patch changes on my soundcloud here.  

If you have some suggestions please comment here on wavesontable.com I have a few ideas to incorporate into the design like custom webaudio based lfo’s, obviously a better preset management, some midi filtering (using the Novation Launchkeys knobs for control) and tweaks to the random generation pattern.

The app runs on Bootstrap 4 for good responsivity and uses a webmidi.js javascript library by Jean-Philippe Côté https://github.com/djipco/webmidi for easier interaction with the webmidi API standard. The knobs comes from Anthony Terrien jQuery.Knob library (https://github.com/aterrien/jQuery-Knob).

Checkout the app here.

Volca keys patch mobile version
volca keys patch app on iOS
volcakeyspatch_desktop app

volca keys patch app on desktop (chrome)

KORG volca keys random patch generator

VOLCA RANDOM PATCH is a little experiment in me learning javascript and CSS and application of WebMIDI standard in a simple webapp for creating random patch data for KORG volca keys.

It is a work in progress, but from version 0.1 its functional and a lot of fun if you have a volca keys some midiinterface and a web browser that supports the WebMIDI standard (Chrome is the best, on iOS I have successfully tested the free Web MIDI Browser).

There is an updated version 1.0 with more functionality for anyone to try.