Hi. I just whant trigger integer values by white midi keys on my Axiom 49. I found a module, thats sent midi note number, but i whant trigger 1 from first white midi key, 2 from second. But they have 36 and 38 notes numbers. Can i found other way?
i’m afraid you will have to do some math :)
either by hand with - (Value) , + (Value) , some Switch (Value Input) …
or with Map (Value) Interval (mapping every key to the integer you want it to be).
Thx, i solved it.