goodlucknow

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: uiListBox output multiple CC #72791
    goodlucknow
    Participant
      • Topics: 4
      • Replies: 7
      • Total: 11

      perfect!
      was able to edit the partial onoff method down with a bit of trial and error, and seems to be working as desired…
      if only i’d found that this morning 🙂 hell of a lot of panels, and functions within, to browse through, that panel&function was exactly what i needed, thanks so much!

      in reply to: uiListBox output multiple CC #72790
      goodlucknow
      Participant
        • Topics: 4
        • Replies: 7
        • Total: 11

        ok, thanks.
        appreciate your input. i’ll take a look at that panel and see what I can glean from it.
        that’s very much what i’m doing, i’ve been copying and splicing other examples all day trying to get something that works.

        in reply to: uiListBox output multiple CC #72787
        goodlucknow
        Participant
          • Topics: 4
          • Replies: 7
          • Total: 11

          i am using a uiListbox rather than a uiCombo.
          copying and pasting your example directly also fails to compile…
          using my first example i can add more messages(msg1, msg2 etc) but the all seem to fire at once, as if i was sending a multi message list. also fires no matter which item from the list i’m selecting. if i add ‘else’ between the ‘if’s, it also fails to compile…
          instead of ‘value==’ should i be using ‘list==’?

          • This reply was modified 6 years, 8 months ago by goodlucknow.
          in reply to: uiListBox output multiple CC #72785
          goodlucknow
          Participant
            • Topics: 4
            • Replies: 7
            • Total: 11

            thanks human fly.
            i am making small progress with lua from other examples on the forums.
            i had gotten this far

            if value==0 then
            msg = CtrlrMidiMessage({0xB0, 0x01, 0xf0})
            end
            panel:sendMidiMessageNow(msg)

            and this outputs the midi message.

            for some reason, maybe you could shed some light, if i just use

            if value==0 then
            panel:sendMidiMessageNow(CtrlrMidiMessage({0xB0, 0x01, 0xf0}))
            end

            directly it fails to compile?

            • This reply was modified 6 years, 8 months ago by goodlucknow.
            in reply to: display value as time #72737
            goodlucknow
            Participant
              • Topics: 4
              • Replies: 7
              • Total: 11

              Thank you so much! I will try this out this evening, appreciate your help!

              in reply to: BAR OR NOT TO BAR #72726
              goodlucknow
              Participant
                • Topics: 4
                • Replies: 7
                • Total: 11

                please disregard my request. this thread was the first result in a google search yesterday and i thought it would be my solution, i have since instead moved to using image sliders instead of the standard ones.

                in reply to: BAR OR NOT TO BAR #72720
                goodlucknow
                Participant
                  • Topics: 4
                  • Replies: 7
                  • Total: 11

                  Hi Kalyway,
                  Sorry to ressurect an old thread, but I am looking to do exactly this, could you please provide instructions on what modifications were needed to add the vertical bar?
                  Many thanks

                Viewing 7 posts - 1 through 7 (of 7 total)
                Ctrlr