Colour scheme
Auto
Light
Dark
Orange Green
Blue Yellow
MIDI access
Pad Down
console.log('Pressed ' + event.detail.pitch)
Pad Up
console.log('Released ' + event.detail.pitch)
XY Move
if ('x' in event.detail) { console.log(`XY Pad X = ${event.detail.x}`) } if ('y' in event.detail) { console.log(`XY Pad Y = ${event.detail.y}`) }