MIDI device refresh

Home Forums General Using Ctrlr MIDI device refresh

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #60912
    goodweather
    Participant
      • Topics: 45
      • Replies: 550
      • Total: 595
      • ★★★

      Hi,
      for the moment, it is needed to first start the physical devices then Ctrlr in order to get the Midi interface visible in Ctrlr and have the panel loaded without the “Open failed” error message (the panel opens any way correctly).
      Example: to see my Sub37 Midi device, the Sub37 must be ON and I must start Ctrlr after.
      Question: would it be possible to refresh the list of devices on the fly and if yes, to add such command in the Midi menu?
      Thx in advance!

      #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
        #60943
        atom
        Keymaster
          • Topics: 159
          • Replies: 2945
          • Total: 3104
          • ★★★★★

          Seems like a good request, i’ll add that.

          #60966
          goodweather
          Participant
            • Topics: 45
            • Replies: 550
            • Total: 595
            • ★★★

            Thanks Atom!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The forum ‘Using Ctrlr’ is closed to new topics and replies.
          There is currently 0 users and 57 guests online
          No users are currently active
          Forum Statistics
          Threads: 2,495, Posts: 17,374, Members: 77,605
          Most users ever online was 12 on January 22, 2019 3:47 pm
          Ctrlr