TK,
Is it possible to use duplicate midi note numbers in the outputs if the channel numbers are different?
Pin# Byte 1 byte 2
1 = 90 1
2 = 91 1
johnc
TK,
Is it possible to use duplicate midi note numbers in the outputs if the channel numbers are different?
Pin# Byte 1 byte 2
1 = 90 1
2 = 91 1
johnc
Hi,
yes, this can be achieved with following setup:
...
[MIDI_IN]
1 = 90 30
2 = 91 30
3 = 92 30
4 = 93 30
...
[/code]
This passes C-2 on Channel 1/2/3/4 to DOUT pin 1/2/3/4
Best Regards, Thorsten.
Thanks TK, you made my day!
Johnc