Reply To: how to send program change with LUA

Home Forums General Programming how to send program change with LUA Reply To: how to send program change with LUA

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

    the function written in Lua only sends the first 3 bytes, does anyone know why and can help me?

    I guess because your synth is reading the first byte 0xB8 and recognizes a control change message. Your synths brain is made to think that a control change message consists of 3 bytes, the first byte containing the identification of the message with channel, the second containing the cc number, the thirth a value. So the brain of your synth is made to be not aware of the following bytes in order not to confuse the message, already complete.

    • This reply was modified 3 years, 3 months ago by samoht.
    • This reply was modified 3 years, 3 months ago by samoht.
    Ctrlr