Few quick questions.

Home Forums General Programming Few quick questions.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9184
    Bomma72
    Participant
      • Topics: 20
      • Replies: 68
      • Total: 88

      1. Is there a way to add an image to a custom components. I would also like to change that image programmatically if possible.

      2. Can you force the popup bubble to show for a control that is being changed by a lua function?

      3. Is there anyway to display a bubble that would give a short description of a control via mouse over. Like a tool-tip?

      4. Finally how do I change the max value of a control via Lua.

      • This topic was modified 10 years, 11 months ago by Bomma72.
      #9197
      atom
      Keymaster
        • Topics: 159
        • Replies: 2945
        • Total: 3104
        • ★★★★★

        1. have a look at the rendering demo, it’s all there

        2. it’s possible to do in lua, there is a BubbleMessageComponent class that can be used for that, there is an example in DEMO – Request Program panel

        3. not at the moment i never added tooltips due to issues in VST modes, it’s easy to add it just never came up

        4. you can change any property of a modulator/component by changing it’s actual property using the setProperty() method. the max value is a property, you can toggle the property ID/human names in the View menu.

        • This reply was modified 10 years, 11 months ago by atom.
        • This reply was modified 10 years, 11 months ago by atom.
      Viewing 2 posts - 1 through 2 (of 2 total)
      • The forum ‘Programming’ is closed to new topics and replies.
      There is currently 0 users and 71 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