ListBox multiple select?

Home Forums General Programming ListBox multiple select?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #117009
    higgy
    Participant
      • Topics: 9
      • Replies: 11
      • Total: 20

      Hi,
      is it possible to read out he values of a multiple selection in ListBoxes, and if so, how ?
      Thx
      franky

      #117018
      dnaldoog
      Participant
        • Topics: 4
        • Replies: 480
        • Total: 484
        • ★★

        In the DEMO section when you installed Ctrlr (on Windows at least) you can find a panel named ListBox that shows how to do it.

        External link here.

        :)

        #117019
        higgy
        Participant
          • Topics: 9
          • Replies: 11
          • Total: 20

          shame on me. I always forget these demos…

          #117398
          autodafe
          Participant
            • Topics: 5
            • Replies: 6
            • Total: 11

            How do you use the List Box to send MIDI messages to the synth?

            #117404
            Tedjuh
            Participant
              • Topics: 9
              • Replies: 97
              • Total: 106
              • ★★

              Autodafe, which synth? Do you have a midi implementation? Or list with sysex?

              You can do it with lua. Or directly in the send midi/ sysex box in the editor. Through lua it should work with an if/ else statement. If directly, depending on sysex or midi you send f0 01 10 00 00 01 XX cs f7. Or midi b0 00 XX. Where XX counts from 00 to whatever value. Again.. much easier to tell if you tell us which synth.

              #117410
              dnaldoog
              Participant
                • Topics: 4
                • Replies: 480
                • Total: 484
                • ★★

                Hi Autodafe,

                Here is a panel that sends either static CC messages or sysex. The values are stored in a lua table.

                Attachments:
                You must be logged in to view attached files.
                #117449
                autodafe
                Participant
                  • Topics: 5
                  • Replies: 6
                  • Total: 11

                  thanks guys
                  iam building a teensy based synths and I am controlling it with CTRLR
                  I followed some examples an I think I managed to send MIDI CC after selection in the ListBox

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