katbinaris / NanoD_RatchetH1

FW for Ratchet / NanoD++
5 stars 4 forks source link

Rename com_thread to midi_thread #1

Closed runger1101001 closed 4 months ago

runger1101001 commented 7 months ago

Rename the com_thread to midi_thread, because that's what it's for.

Define how midi will work, and which values need to be passed to the thread. Is the MIDI output-only or is MIDI input supported?

katbinaris commented 7 months ago

Despite that currently com_thread contain only very primitive midi function. My idea was that com_thread would contain both midi and pc->device communication functions.

MIDI part would:

If Device mode == midi && button/knob mapping contain midi parameter, this task would read that value and push it out via hardware MIDI OUT port.

runger1101001 commented 4 months ago

I think this can be closed