Hi.
I have some problem with ain_mode=Snap
this is a part of my configuration file
These are the pots configuration
EVENT_AINSER id= 57 type=PolyPressure chn= 1 key= 71 range= 0:127 offset=0 ports=1000100000001000 ain_mode=Snap lcd_pos=1:1:1 label=“CH RATE %3d”
EVENT_AINSER id= 58 type=PolyPressure chn= 1 key= 72 range= 0:127 offset=0 ports=1000100000001000 ain_mode=Snap lcd_pos=1:1:1 label=“CH PHASE %3d”
EVENT_AINSER id= 59 type=PolyPressure chn= 1 key= 73 range= 0:127 offset=0 ports=1000100000001000 ain_mode=Snap lcd_pos=1:1:1 label=“CH DEPTH %3d”
EVENT_AINSER id= 60 type=CC chn= 1 cc= 91 range= 0:127 offset=0 ports=1000100000001000 ain_mode=Snap lcd_pos=1:1:1 label=“CH DRYWET %3d”
EVENT_AINSER id= 61 type=CC chn= 1 cc= 7 range= 0:127 offset=0 ports=1000100000001000 ain_mode=Snap lcd_pos=1:1:1 label=“VOLUME %3d”
…
these are buttons for recall snapshots
…
EVENT_BUTTON id= 1 fwd_id=LED:1 type=Meta meta=setSnapshot meta=LoadSnapshot meta=DumpSnapshot range= 1:1 radio_group=1 button_mode=OnOnly lcd_pos=1:1:1 label=“%Cmem%S”
EVENT_BUTTON id= 2 fwd_id=LED:2 type=Meta meta=setSnapshot meta=LoadSnapshot meta=DumpSnapshot range= 2:2 radio_group=1 button_mode=OnOnly lcd_pos=1:1:1 label=“%Cmem%S”
EVENT_BUTTON id= 3 fwd_id=LED:3 type=Meta meta=setSnapshot meta=LoadSnapshot meta=DumpSnapshot range= 3:3 radio_group=1 button_mode=OnOnly lcd_pos=1:1:1 label=“%Cmem%S”
EVENT_BUTTON id= 4 fwd_id=LED:4 type=Meta meta=setSnapshot meta=LoadSnapshot meta=DumpSnapshot range= 4:4 radio_group=1 button_mode=OnOnly lcd_pos=1:1:1 label=“%Cmem%S”
…
this is the button for save snapshot
EVENT_BUTTON id= 18 type=Meta meta=SaveSnapshot meta=DumpSnapshot button_mode=OnOnly lcd_pos=1:17:1 label=“%Csave mem%S”
when i move the pots of of EVENT_AINSER events the output value jumps directly to the new conversion value ( like in Direct mode)
not like in Snap mode definition " whenever a new value is received from external, pot/fader movements won’t generate MIDI events until it passed beyond the new position"
The strange thing is thant if i change the ain_mode from Snap to Relative all it’s ok
I try to delete the .ngs file from sd card so that a new one will be created but i have the same problem.
thanks for help