jmamma / MCL

MCL firmware for the MegaCommand MIDI Controller.
BSD 2-Clause "Simplified" License
53 stars 9 forks source link

Custom TI mode #101

Closed yatli closed 4 years ago

yatli commented 4 years ago
jmamma commented 4 years ago

How far along are you?

I am going to write up the Sysex handler now.

ie:

class TrigInterface : public MidiSysexListenerClass

yatli commented 4 years ago

MCL side? Still trying to bring up the dev env (single threaded mind). Can help testing the code tonight.

jmamma commented 4 years ago

All good, just dont want to double up on work. i'm 70% of the way there.

yatli commented 4 years ago

Tracking: #102

yatli commented 4 years ago

Related: #73

jmamma commented 4 years ago

Need to re-think global settings now.

Should we allow the user to specify base channel, or just stick with the default channels used by MCL.

--

Also, because we no are no longer monitoring note messages for TI, MIDI machines will be compatible with MCL.

yatli commented 4 years ago

Should we allow the user to specify base channel, or just stick with the default channels used by MCL.

What's the implication?

yatli commented 4 years ago

Closing now. Implemented.