Skip to content

Instantly share code, notes, and snippets.

View xangadix's full-sized avatar

xangadix

View GitHub Profile
@xangadix
xangadix / akai_apc_mini_leds_webmidi.js
Last active September 14, 2022 23:15
Controlling Leds on an AKAI APC mini through WebMidi
// Check this image, with all the buttons etc.
// https://s3.amazonaws.com/ext.agencewebdiffusion.com/Daniel/APCmini-vMix.PNG
// these are the available colors
var OFF = 0;
var GREEN = 1;
var GREEN_BLINK = 2;
var RED = 3;
var RED_BLINK = 4;
var YELLOW = 5;