Reply To: MIDI TX Speed on Ctrlr

Home Forums General Panels, Components, Macros MIDI TX Speed on Ctrlr Reply To: MIDI TX Speed on Ctrlr

#118668
samoht
Participant
    • Topics: 1
    • Replies: 54
    • Total: 55

    Hi,

    Timer:startTimer(“integer interval in milliseconds”)
    Timer:getTimerInterval(“const”)
    Timer:stopTimer()

    (See: https://docs.juce.com/master/classTimer.html#a3515b6e7a1e3777965e35686eaeb2da7)

    Armed with Lua and the Juce Timer class functions, it should be possible to generate a delay.
    I just started studying lua, ctrlr and Juce, so for now I leave it to others to work out the script :-).

    Thomas

    Ctrlr