CODE
virtual void on_volume_change( int new_val )
to my plugin and analyzed the changes of new_val.
there are two cases:
(1) new_val is zero
(2) HIWORD( new_val ) is always 65535/0xFFFF, LOWORD( new_val ) seems to be in range of 55536 and X which varies each time i draw the slider to the right end!? (65396, 64526, ...)
could anybody explain this to me please?!
whatever i do with the slider i do not reach 65535.
what does the zero-case stand for?