Dual Korg Volca Stand

In these days, I fell in love with Korg Volcas synthesizers. They are very enjoyable to play with. However, unlike many other synths and keyboards, they are not very nice. For this reason, I decided I needed a stand for those. 

Category: Synthesizers
Subcategories: Woodwork
22/01/2019
4618 times
Dual Korg Volca Stand
Related posts
Square Theremin

Square Theremin is a musical instrument allowing to play sounds by moving hand in a square-shaped frame, without touching the instrument itself

Granular Synth

An Arduino-based granular synthesizer, totally DIY, from the Arduino board to the controls and the encloure. It is inspired by the Auduino project.

Shibboleth: Using Relational DBMS as authentication backend

Learn how to use a relational DBMS as authentication provider for Shibboleth IDP instead of default LDAP

Learning PHP 8.1 Fibers using Tests

PHP 8.1 introduced the new Fiber class (see the proposed RFC here https://wiki.php.net/rfc/fiber), which allows running coroutines inside your script, i.e. two functions executing simultaneously