Here is my problem :
I use a joystick to drive synthétizers (in reaktor, but I don't think it has an importance). The note is triggered by the trigger of the joystick. It works fine but I don't want that notepitch is changed while I'm moving the joystick once it's triggered. It makes an awful noise to have all those notes triggered when I move the joystick, even 1/10th mm ! So I would like to use only the X axis value output by the joystick when I trigger it and I want to ignore all values sent by X axis while joystick's trigger is on.
Example : here is what is output by the X axis from trigger start to trigger end :
255 256 236 284 124 236 2358 etc I want to use the first value (255) and that's it and ignore all what is output afterwards by the X axis.
Is it clear ?