Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
3 lines (3 sloc) 150 Bytes
document.addEventListener('midiMsg', function(e) {
document.querySelector('vj-otg-visuals').style.setProperty('--'+e.target.id, e.detail.data[2])
});
You can’t perform that action at this time.