Two problems in Ctrlr in Mac

Home Forums General Programming Two problems in Ctrlr in Mac

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

      I have 2 problems detectect in Mac Ctrlr:
      1.- I have to receive a Full bank lika a syxes (203800 bytes) but after finishing the reception, the PanelMidiReceived function say the message have a length of 7192 bytes. ¿¿¿¿¿¿????????

      2.- I have uiCombo with name “Patch” for the patchs number of a synth. If I select one value with the mouse clicking in the combo, I get a simple call to the function linked with the combo (called when value change). But if I manually set a value for the combo with the line:
      panel:getModulatorByName( “Patch” ):setModulatorValue( value, false, false, false )
      then the function linked is called 2 times, wich is a problem for me.

      #55130
      Puppeteer
      Participant
        • Topics: 16
        • Replies: 185
        • Total: 201
        • ★★

        For 1 – You may need to change the MIDI Mon input bugger size in the Preferences. It is set to 8192 by default.

        You may be better off seeing if you can do smaller dumps of individual objects, rather than everything. It may make it easier to deceipher them within Ctrlr.

        I’ve seen a small issue in Windows where if you set the Controller MIDI to a channel then messages get received twice. Setting it to All seems to fix it, but haven’t seen an issue of something being called twice from LUA.

        The Puppeteer
        http://godlike.com.au

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

          I’ve reported a similar issue some time ago. http://ctrlr.org/forums/topic/best-way-to-assign-values-to-modulator/page/2/#post-38028

          but can’t test it right now.

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

            puppeteer: Max size for midi input is 65535. This message is 203800 bytes.
            dasfaker: I will take a look your old post. Thanks.

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

              The MIDI monitor buffer is only for what is displayed in the monitor, it’s not related to Ctrlr max size for midi messages (Ctrlr should receive messages of any size).

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

                Well .. Should receive…… but don’t do. (Mac)
                I have tried to use Midi Monitor at the same time and in Miidi Monitor is recibed completed.

                #55186
                Puppeteer
                Participant
                  • Topics: 16
                  • Replies: 185
                  • Total: 201
                  • ★★

                  I haven’t tested, but see if setValueMapped, or setValue work any better.

                  The Puppeteer
                  http://godlike.com.au

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

                    Tried both… Don’t work

                    #55869
                    atom
                    Keymaster
                      • Topics: 159
                      • Replies: 2945
                      • Total: 3104
                      • ★★★★★

                      I’d have to test messages that big, are they sent in bulk are are they split by the other end (the synth/sampler) ?

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

                        This is one message “F0………F7” 203800 bytes length.
                        I’ts a bulk dumb sended by the Moog Sub-37 to my editor.
                        The same message received by the “Sysex Librarian” app is received completed, and with the Moog editor for the Sub-37 too.
                        I’ts only my editor wich are not receiving the whole message. 🙁

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

                          I continue with the same problems… any other idea?

                          #60782
                          daimondamps
                          Participant
                            • Topics: 8
                            • Replies: 80
                            • Total: 88

                            Check this thread – maybe this will help you with double called script:

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