ReaSnow Forum

Products => ReaSnow S1 => Topic started by: AH on October 12, 2020, 09:49:44 AM

Title: About Quick Scope.Can it work?
Post by: AH on October 12, 2020, 09:49:44 AM
Quick Scope
Tap 500ms Adjustable – if you fully tap down the ADS Scope (default L2) for less than half a second it will QuickScope upon release. If you hold it instead, it will scope in normally without firing.

And this is the video.  https://www.youtube.com/watch?v=JCZlTO1H2WA
Title: Re: About Quick Scope.Can it work?
Post by: richard on October 12, 2020, 10:44:07 AM
yes, it can be done easily.
just create a quick scope macro in our macro editor,

Mode: Hold
Terminated: Immediately
line 1: L2    , 200~400ms
line 2:(Blank), 20000ms

More support in need, please let us know.
Title: Re: About Quick Scope.Can it work?
Post by: AH on October 12, 2020, 01:30:01 PM
OK,but I don't seem to express myself clearly.

x=300/400/500 ms;
t=0 ms

if   
0 ms<L2(time)<x;
then
L2,500ms

if   500 ms>=L2; then nothing happened
Title: Re: About Quick Scope.Can it work?
Post by: AH on October 12, 2020, 01:45:29 PM
OK,but I don't seem to express myself clearly.

x=300/400/500 ;
y=L2 time(the time you press  L2 button)

Mode: Hold
Terminated: Immediately
hot key:L 2

if   
***0 ms<y ms<x ms;
then
***1. L 2 ,             x ms
***2. L 2 , R 2      30 ms

if   
***x ms <=y ms
then
***1.L 2 ,              y ms

please see that youtube video again and pay attention to the controller operation.