Online Circuit Patch Converter

less than 1 minute read

Made a small web-based tool for fast conversion between Novation Circuit patches and Circuit Tracks patches (and vise versa). Patch files are actually the same, except SysEx MIDI Product ID byte, which I am swapping with this converter:

Patch files diff

Patch Packs from the original Circuit will be unpacked as a separate patch files, because there is no way of loading such files into the Novation Components for the Circuit Tracks.

All files remain on your PC, converter works locally in your browser. There is no server-side code at all.

As usual, all code is available on GitHub, feel free to use, fork: https://github.com/yuriizubkov/circuit-patch-converter

Works in Chrome browser.
Online Circuit Patch Converter

Comments