So check this out i have this continuous stream of Analogue to Digital converted values from a sensor and i want to map them into dynamic velocity control for a triggered note.
Is it possible that when the incoming value exceeds zero '0' the note is triggered 'on' and further incoming stream of values is mapped to the velocity of that note just like i am turning the volume knob while the note is turned on , until the value from sensor reaches zero'0' again i.e the note turns 'off'. The note should not be re triggered during this process .
I cannot use cc control for volume because i am using more than one sensor to trigger midi note on same channel , if i use volume control the values from sensors will overwrite the state of volume for each other.
???