uiFixedImageSlider no incoming data on the panel

Home Forums General Programming uiFixedImageSlider no incoming data on the panel

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #82869
    tangram
    Participant
      • Topics: 1
      • Replies: 4
      • Total: 5

      Hello,
      The uiSlider reacts to incoming MIDI data when I turn my controller pot, the value is displayed and the potentiometer in the panel rotates.
      The uiFixedImageSlider unfortunately not. Am I doing something wrong or how does it work?
      Hope for help,
      Greeting tangram

      #82870
      dasfaker
      Keymaster
        • Topics: 80
        • Replies: 793
        • Total: 873
        • ★★★

        Are you assigning the correspondent image file to the FixedImageSlider? The difference between both is that the second one needs a image resource to replace the standard appearance of the slider.

        #82871
        tangram
        Participant
          • Topics: 1
          • Replies: 4
          • Total: 5

          Hello,
          it’s not about the image file. When I turn the potentiometers on the hardware controller, Fine Tune, Shape, etc., the pointer and the value on the panel changes.
          If I turn the potentiometer Osc1 Type on the hardware controller, nothing changes on the panel.
          Greeting tangram

          Attachments:
          You must be logged in to view attached files.
          #82873
          dasfaker
          Keymaster
            • Topics: 80
            • Replies: 793
            • Total: 873
            • ★★★

            Could be many things, can you share a panel with just the ImageSlider?

            #82876
            tangram
            Participant
              • Topics: 1
              • Replies: 4
              • Total: 5

              Hello,
              Thanks für your help. Here my panel. Hope you understand, what I mean.
              Klaus

              Attachments:
              You must be logged in to view attached files.
              #82878
              dasfaker
              Keymaster
                • Topics: 80
                • Replies: 793
                • Total: 873
                • ★★★

                After looking at the panel, the FixedImageSlider have “multi” as midi message type, with 4 CC messages. What message send your controller pot to control this slider?

                I’ve never tested this, but 4 individual messages will be treated by Ctrlr as independent one of another, and to control a panel slider only one message is needed, it can’t be controlled by a group of different CC messages.

                You’ll need to use one single CC message for input, to control the pot, and create a LUA method to output the group of messages needed.

                #82880
                tangram
                Participant
                  • Topics: 1
                  • Replies: 4
                  • Total: 5

                  Hallo,
                  please look at the Attachment. You can see,monitor output 4 messages from panel to hardware,
                  monitor input 3 messages.
                  I must use the multi. For my MicroMonst it is ok. Thr MIDIMessages are NRPN.
                  In the attachment there is a new Test, you can see the Octave Pot. It works from Hardware to Panel and from panel to hardware.
                  Klaus

                  Attachments:
                  You must be logged in to view attached files.
                  #82883
                  dasfaker
                  Keymaster
                    • Topics: 80
                    • Replies: 793
                    • Total: 873
                    • ★★★

                    I don’t understand what the problem is: How many message do you expect on input, 3 or 4? The MIDI monitor only receives 3 messages, is the hardware sending 3 messages or 4? The slider will not react if it’s expecting 4 messages and only 3 are received.

                    #82884
                    tangram
                    Participant
                      • Topics: 1
                      • Replies: 4
                      • Total: 5

                      Hey,
                      It’s all very strange. The hardware sends 3 messages and the panel must send 4. With uiImageSlider everything works as it should. Only with uiFixedImageSlider unfortunately not.
                      Checked it with MIDIOx, too.
                      I don’t know what to do.
                      Greeting klaus

                      #82889
                      dasfaker
                      Keymaster
                        • Topics: 80
                        • Replies: 793
                        • Total: 873
                        • ★★★

                        Let’s see if I understand: Both Octave knob and Wave knob output 4 messages and receive 3 messages?
                        And Octave knob work bidirectionally but Wave knob don’t?

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