Reply To: Need help with complex MIDI CC Expression

Home Forums General Programming Need help with complex MIDI CC Expression Reply To: Need help with complex MIDI CC Expression

#45266
Puppeteer
Participant
    • Topics: 16
    • Replies: 185
    • Total: 201
    • ★★

    Hi Dasfaker,

    Thanks so much for your help. I got it working, now the hard work begins to start populating it all.

    I’m sure I’ll have more questions as I get my head around everything.

    Just one minor change for anyone coming along afterwards

    One of the lines above is missing a “)”

    m = CtrlrMidiMessage({0xb0, 0x6f, panel:getModulatorByName(“AEnvA1TLayer”:getValue()})

    should be

    m = CtrlrMidiMessage({0xb0, 0x6f, panel:getModulatorByName(“AEnvA1TLayer”):getValue()})

    The Puppeteer
    http://godlike.com.au

    Ctrlr