Reply To: Demo panel for MIDI receive/transmit routines

Home Forums General Using Ctrlr Demo panel for MIDI receive/transmit routines Reply To: Demo panel for MIDI receive/transmit routines

#73345
dnaldoog
Participant
    • Topics: 4
    • Replies: 480
    • Total: 484
    • ★★

    Hi Proton,

    The reason why the values are all zero is that in the received() function I had written:
    panel:getModulatorByName(t[j]):getComponent():setValue(m,false)
    Changing it to
    panel:getModulatorByName(t[j]):getComponent():setValue(m,true)
    fixes that!

    Regards,

    Attachments:
    You must be logged in to view attached files.
    Ctrlr