ELP

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in 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.
      in reply to: Tx81z panel does not work #30266
      ELP
      Participant
        • Topics: 0
        • Replies: 2
        • Total: 2

        Moin, atom
        What he mean is, I think one
        Modulator Send Delay between movements(changes).

        Like the snapshoot delay does, but for the modulator(knobs etc.pp) between the movements. So that the messages not send directly after each other.

        For almost every older and sometimes newer Hardware Synth is that a big problem,
        (with SysEx data messages trans!)
        The global Delay function does nothing for that.

        tested 5.2.174 Nb

        • This reply was modified 9 years, 6 months ago by ELP.
        • This reply was modified 9 years, 6 months ago by ELP.
      Viewing 2 posts - 1 through 2 (of 2 total)
      Ctrlr