protofuse Posted November 10, 2009 Report Posted November 10, 2009 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?
TK. Posted November 10, 2009 Report Posted November 10, 2009 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.
protofuse Posted November 11, 2009 Author Report Posted November 11, 2009 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)
protofuse Posted November 11, 2009 Author Report Posted November 11, 2009 here is the basic mapping I'll use.
protofuse Posted November 11, 2009 Author Report Posted November 11, 2009 considering one core, are the midi messages send by this core also handled/received by this core itself? I guess no... but...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now