MIDI FX
As a musician and programmer, I found myself building various MIDI tools to fill gaps in my workflow. Eventually, I decided to make a swiss-army knife for MIDI and started building MIDI FX.
MIDI FX is a node editor. It is built around the idea of emergence. Simple things coming together to create something complex and interesting.
Nodes can manipulate MIDI in various ways, and can also interact with the outside world using Web APIs. Web APIs are diverse — you can even receive MIDI from the serial port of an Arduino.
The project is open-source, which enables the creation of custom nodes, each of which is just a single Svelte component.
I had the honor and priviledge to present this project at ADCx India 25.
I’ve been working with my good friend Dimitri Aatos on a successor to MIDI FX. Stay tuned for more updates!