Reply To: Lua – Counter and Clock input ?

Home Forums General Programming Lua – Counter and Clock input ? Reply To: Lua – Counter and Clock input ?

#72155
human fly
Participant
    • Topics: 124
    • Replies: 1070
    • Total: 1194
    • ★★★★

    impressive panel 😉 thanks for giving a look at it all.
    hehe, i see you’ve already considered the chord thing.
    that is certainly something that could be done.
    (fan of Bomer’s Mouse Keyboard v2)

    so:

    timer:setCallback(3,PlaySeqCallback)
     timer:startTimer(3,300)

    oh: i see: “timerID” …you can number timers, and
    keep them separate(?)..and timing interval is ms.

    are those inbuilt classes? where do i find them in
    the *.h files?

    Ctrlr