Music Pattern Generator is updated to version 2.2 with the new Snaphots functionality. Snapshots store the current state of all processors running in the app. A snapshot can be instantly recalled, making it possible to quickly change many settings in one go.
Music Pattern Generator is an ongoing project of mine. A web app that creates musical rhythm patterns in MIDI. I finished a new update that introduces snapshots. Snapshots let you store and instantly recall the settings of many rhythm settings at once, which is helpful when switching between sections in a musical piece. Read the… Read more »
In collaboration with music technology company Kodaly I started investigating possible web apps for their Kibo MIDI controller. Kibo Keyboard is a first experiment where I connect a web app running in the Chrome browser to the the Kibo controller via Bluetooth LE, using the MIDI over Bluetooth protocol to send data from the Kibo… Read more »
Earlier this year Italian company Kodaly proposed a collaboration. They created the Kibo MIDI controller instrument and I enjoy making web apps for musical use. Together we will explore how the Kibo instrument and online apps can be integrated. As a first experiment I made the Kibo Keyboard app.
A project to combine software development and painting. For this project I filmed the Leidseplein in Amsterdam and then projected the recordings on animated 3D shapes. The resulting recreation of the square (the video above) led to two paintings. The software that I use to mix video and 3D shapes is an ongoing project, that… Read more »
This year I’ve joined Singulart, who’ve kindly invited me to join their online gallery and art platform. A selection of my paintings is presented for sale on my artist page on Singulart.
Music Pattern Generator v2.1 is a web app for making complex polyrhythms. Animated graphics make the patterns easy to create and understand. This app is a new version of my old Euclidean Pattern Generator. I rewrote it in JavaScript so it now runs in the browser, although it can also be downloaded and installed as… Read more »
Music Pattern Generator is an app to create musical rhythms. It generates patterns of MIDI notes. It runs online in the browser, or can be downloaded and installed as a desktop application. This article gives an overview of the app and describes how to use it.
Music Pattern Generator is the new version of my old Euclidean Pattern Generator. Instead of Java it’s now written in JavaScript. So it runs in the browser. But if you prefer there are desktop installers for Linux, Windows and Mac as well.
This is an overview and tutorial of how to create desktop programs for Linux, Mac and Windows using NW.js. NW.js is a framework for building desktop applications with HTML, CSS, and JavaScript. It works by combining a JavaScript app with Node.js and Google’s Chromium browser engine into a single desktop program.