Reply To: Tx81z panel does not work

Home Forums General Using Ctrlr Tx81z panel does not work Reply To: Tx81z panel does not work

#30275
ELP
Participant
    • Topics: 0
    • Replies: 2
    • Total: 2

    I avoid this a little bit
    (mouse modulator changes to fast and maybe buffer overflow)
    by call
    (just for individual panels and modulators with SysEx data strings)
    a small Lua script.
    Not very effective but it does what it should.

    But, I think, the “sleep” function is only for Windows.(WinApi)
    sleep (millisec)
    sleep and use no processing time.
    For the TX81z around ~50ms is an acceptable value
    Script:
    — Called when a modulator value changes
    — @mod http://ctrlr.org/api/class_ctrlr_modulator.html
    — @value new numeric value of the modulator

    myModSysExDelay = function(mod, value)
    sleep(50)
    end

    • This reply was modified 9 years, 6 months ago by ELP.
    • This reply was modified 9 years, 6 months ago by ELP.
    Ctrlr