yusefnapora / lumachromatic

An exploration of color and harmony, to be used with the Lumatone isomorphic keyboard. Work in progress.
https://app.lumachromatic.art
6 stars 3 forks source link

MIDI support #1

Closed yusefnapora closed 2 years ago

yusefnapora commented 2 years ago

Current state:

next step:

since we know the ping command works in the detection routine, try to ping via the driver FSM and see if we get a response. if so, figure out whats wrong with the key commands. If no response, figure out why.

yusefnapora commented 2 years ago

Made a lot of progress on this & will merge after some cleanup.

The driver FSM and commands to send the key mappings actually work, but the detection via ping routine that I was using somehow puts the driver into an unusable state. If you skip the detection and just use the midi device named 'Lumatone', the driver works.

For now, i think it's fine to just use the device name & make an issue to fix the detect routine.