Select modulators when they are inside a tab

Home Forums General Programming Select modulators when they are inside a tab

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33058
    artofnois
    Participant
      • Topics: 26
      • Replies: 40
      • Total: 66

      How can I select several (100 o r more ) components that are inside a Tab object? Other way that selecting one to one with the Alt key pressed…
      I’m sure there are a way…..

      #33063
      zeoka
      Participant
        • Topics: 73
        • Replies: 466
        • Total: 539
        • ★★★

        It depends what you want with the components
        a button with a little script
        that selects the propertyString “componentTabName ”
        as component selector and apply a loop

        PROP = “componentTabName ”
        VALUE = “MYnAME”
        destP = ????
        destV = ????

        for u = 0,1000 do — select your own range or use ~= nil to prevent errors
        r = panel:getModulatorWithProperty(“vstIndex”,u):getComponent()
        f = r:getProperty(PROP)
        if f == VALUE then
        r:setProperty(destP,destV,false)
        end
        end

        A multifunction loop you can even use kinda loops just to remove them of the tab

        #33072
        artofnois
        Participant
          • Topics: 26
          • Replies: 40
          • Total: 66

          I was thinking in something more.. visual?.
          I must select several zones. That work when components are over de desktop but when you insert into a tab or a panel, when make a rectangle to select, what you get is that you move the tab and select the tab component…

          • This reply was modified 9 years, 4 months ago by artofnois.
          #33148
          atom
          Keymaster
            • Topics: 159
            • Replies: 2945
            • Total: 3104
            • ★★★★★

            I think right now you can only use CTRL+click to add items to selection (this will be command on MAC)

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The forum ‘Programming’ is closed to new topics and replies.
          There is currently 0 users and 118 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