Menu Close

GRAPH Understanding

What is Moss ? forums General GRAPH Understanding

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #4949
    warking
    Participant

    Hello,

    first of all thank you for MOSS, its a very nice tool.

    I have some questions regarding the GRAPH of keystrokes.

    Can you explain to me please what X, Y coords represent and also what is the “X”?

    I setup a macro for testing purposes in my mouse (we are hosting a cod4 tournaments and we want to detect peoples macros).

    Macro is supposed to do this:

    Press key 1 and wait 0.05 seconds, press 2 and wait 0.05 seconds.

    I want to understand the graph so im able to recognize a macro pattern asap.

    Thank You very much for explanations

    https://pastebin.com/aDyYJ1FK

    #4950
    ADM_nohope
    Keymaster

    your graph shows what you tried to do:
    the system received 74 times a 1 then a 2 in less than 140 ms during your recorded session , the delay beetween the 2 keys is always more or less 50-55 ms.
    the event axis details the dispatch for the 74 events.
    the ms axis the delay beetween keys for each case

    #4951
    warking
    Participant

    “your graph shows what you tried to do:
    the system received 74 times a 1 then a 2 in less than 140 ms during your recorded”

    Okay I understand this.

    “the delay beetween the 2 keys is always more or less 50-55 ms”

    How do you know the delay is always 50-55ms?

    “the event axis details the dispatch for the 74 events.”

    I dont understand what u mean, for example these lines:

    10 | XX X
    7 | XXXXX
    5 | XXXXXX
    2 | XXXXXX

    What does 10,7,5,2 values represent?

    #4952
    ADM_nohope
    Keymaster

    https://pastebin.com/raw/aDyYJ1FK
    because events are always at this timing , over the horizontal axis
    and yes vertical axis is events #

    #4953
    warking
    Participant

    How do u know EXACTLY 50-50ms? from these lines?

    0100000000111111111122222222223333333333444444444455555555556666666666777777777788888888889999999999111111111111111111111111111111111111111111

    And what does 10,7,5,2 values represent?

    Thank you, im tryin to understand the graph, sorry for noobish questions 🙂

    #4954
    ADM_nohope
    Keymaster

    check my link value are
    555555
    012345

    vertically displayed

    • This reply was modified 3 years, 9 months ago by ADM_nohope.
    #4956
    warking
    Participant

    oh okay i get the time now 50-55ms, but i still dont understand what 10,7,5,2 values represent, thank you

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.