Reply To: MIDI device refresh

Home Forums General Using Ctrlr MIDI device refresh Reply To: MIDI device refresh

#60917
daimondamps
Participant
    • Topics: 8
    • Replies: 80
    • Total: 88

    Maybe you could use something like this script on loading panel with some timer

    initialize = function()
    a=panel:getProperty("panelMidiControllerDevice")
    panel:setPropertyString("panelMidiControllerDevice","-- None")
    panel:setPropertyString("panelMidiControllerDevice",a)
    console(a)
    end
    Ctrlr