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
4394 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.

State pattern implementation of finite state machine (FSM) with Laravel

In the previous article TDD IMPLEMENTATION OF FINITE STATE MACHINE (FSM) WITH LARAVEL I discussed a basic approach for implement a Finite State Machine (FSM) on a Laravel model. In this article I will further discuss the topic by applying a more engineered approach. It involves the usage of the State pattern

Design patterns in PHP: Strategy

This tutorial describes a TDD approach to refactor code to Strategy pattern. Starting from working code and some test, refactoring steps are applied to obtain cleaner code