Reply To: Sysex problem – doubled sysex recived.

Home Forums General Programming Sysex problem – doubled sysex recived. Reply To: Sysex problem – doubled sysex recived.

#59895
dasfaker
Keymaster
    • Topics: 80
    • Replies: 793
    • Total: 873
    • ★★★

    Good that i found that reseting the MIDI Controler device in CTRLR is working for me.

    A clever trick. I remember using something similar to solve a bug that made components not hide using componentVisibility, I had to write

    m:getComponent():setPropertyString ("componentVisibility", "1")
    m:getComponent():setPropertyString ("componentVisibility", "0")

    I still use it and I don’t even know if it was fixed.

    Ctrlr