Reply To: Sending Midi Notes to a bidule rack

Home Forums General Using Ctrlr Sending Midi Notes to a bidule rack Reply To: Sending Midi Notes to a bidule rack

#23350
doudbassctrlr
Participant
    • Topics: 2
    • Replies: 13
    • Total: 15

    Hello,

    # I have tried to put in “called when modulator value is changed” a method with the following “forum-inspired” code:

    messageToSend=MemoryBlock({0x90,0x3C,0x00,0x40})
    message = CtrlrMidiMessage({0x90,0x3C,0x00,0x40})
    panel:sendMidiMessageNow(message)

    I have saved it and compiled but nothing happens, I have no output…

    # I don’t understand either how I can call some specific modulator values for tests. How does it work?
    # Is it possible also to define say a live configuration using uicombos and
    according to the selected name send the appropriate set of midi notes?

    Thanks a lot for consideration
    Doud

    Ctrlr