Reply To: Midi Settings dialog from lua

Home Forums General Programming Midi Settings dialog from lua Reply To: Midi Settings dialog from lua

#73249
Mr.ToR
Participant
    • Topics: 7
    • Replies: 51
    • Total: 58

    Hi infrasonic,

    Add a button, name it ‘MidiSettings’
    Set it’s ‘componentInternalFucntion’ property to ‘MIDI Device Selection’
    Make it invisible or hide it in an unused layer etc.

    assign it’s component to a variable:
    MidiSettings = panel:getModulatorByName(“MidiSettings”):getComponent()

    then on lua, maybe from a popup menu do
    MidiSettings:click()

    enjoy 🙂

    • This reply was modified 6 years, 6 months ago by Mr.ToR.
    Ctrlr