thumky
2010-09-07 19:07:04
Hi,
Great product. I'm trying to split a keyboard that's coming in on Midi Channel 14.
Everything below Note 60 ( or whatever ) should get mapped to Channel 13.
I'm trying to do this by using this as my trigger: 9D oo pp
And then using a Rule to say:
If oo is < 60 then set a local variable to 9C ( Note On channel 13 ): qq == 9C
and reference this local var in the Outgoing Midi Message: qq oo pp
The problem here is that you can't assign a character to a local variable. If i assign it to 13, will it automatically get turned into Hex in the Outgoing Midi message?
Am i approaching this wrong? Potentially i'd like to create other zones too, creating another Rule for each.
Thanks!!!
Great product. I'm trying to split a keyboard that's coming in on Midi Channel 14.
Everything below Note 60 ( or whatever ) should get mapped to Channel 13.
I'm trying to do this by using this as my trigger: 9D oo pp
And then using a Rule to say:
If oo is < 60 then set a local variable to 9C ( Note On channel 13 ): qq == 9C
and reference this local var in the Outgoing Midi Message: qq oo pp
The problem here is that you can't assign a character to a local variable. If i assign it to 13, will it automatically get turned into Hex in the Outgoing Midi message?
Am i approaching this wrong? Potentially i'd like to create other zones too, creating another Rule for each.
Thanks!!!