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

Create LazyCollection from API resource

Laravel 6 introduced the LazyCollection, a different kind of collection which exploits php generators to save memory usage. While data fetching from database is natively managed by eloquent, Web API-based data fetching is not provided. This article describes how to use a paginated api endpoint to fetch data to a LazyCollection instance.

Laravel Visitor

LaravelVisitor is a Visitor Design Pattern implementation for Laravel. It allows to easily execute processing of collections of arbitrary elements, without requiring to use repeated conditionals, thus improving code abstraction.