Jump to content

Recommended Posts

Posted

hello experts,

I have:

- 87 pots (sending CC values)

- 82 buttons (sending midi note on & off)

- 86 RGB leds (receiving midi note on message to be light or not (8 states including off))

thus for my mapping, I need:

87 CC + (82 + 86) Notes

right?

how could I use only one midi channel to do that ?

this constraint exists in my DAW.

I could make a different treatment for note to midi in, and note to midi out.

in that case, as 1 channel = 127 CC + 127 Notes, it would be enough!

ideas? way?

Posted

I could make a different treatment for note to midi in, and note to midi out.

in that case, as 1 channel = 127 CC + 127 Notes, it would be enough!

Why are you not doing this?

Best Regards, Thorsten.

Posted

Why are you not doing this?

Best Regards, Thorsten.

first,I was/am afraid about most unfriendly parsing (unfriendly only in the design step.. indeed)

second, I have some doubt about midi notes treatments:

I have 2 core, on each one, a DOUT and DIN.

so, DINs have to send midi note ONLY to the midi output (from the midibox point of view)

and DOUTs have to receive midi note ONLY from the midi input.

probably I can do that by using if() statements in MPROC_NotifyReceivedEvnt()

I'll do that today (day off in france! yeah!)

fyi, this mapping is targeted for be used in max for live (the max/msp software hosted in Ableton Live)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...