jmarco

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 22 total)
  • Author
    Posts
  • in reply to: Korg N1 #117760
    jmarco
    Participant
      • Topics: 9
      • Replies: 22
      • Total: 31

      I have a new version. That one has some issues. The arpeggiator on off doesnt work as it should. Sorry about that.

      • This reply was modified 4 years ago by jmarco.
      • This reply was modified 4 years ago by jmarco.
      in reply to: Korg N1 #117759
      jmarco
      Participant
        • Topics: 9
        • Replies: 22
        • Total: 31

        Open n1.EXE

        Configure your midi interface in the menu. Link it to the n1r and shoot it.

        It is a standalone file.

        Hope you line it.

        in reply to: Icon personalized for stand-alone instance #117752
        jmarco
        Participant
          • Topics: 9
          • Replies: 22
          • Total: 31

          Hello.

          Right. First you export it as a standalone, then you open the Resourse Hacker and replace the two icons ctrlr uses in the exe final file.
          When open, you right click in the explorer, on the icons folder, you can replace it in a easy way.

          Cheers.

          João Marco

          • This reply was modified 4 years ago by jmarco.
          in reply to: LCD Synth to LCD Ctrlr #117747
          jmarco
          Participant
            • Topics: 9
            • Replies: 22
            • Total: 31

            Thansk a lot, guys.

            I’ll manage that. I’ve used the color switch in my project.

            I made my first version of my panel and upload it. The screen dump is my next step. Thanks for your help.

            João Marco

            You can take a look in here, Maybe you can give me some feedback:

            Korg N1


            in reply to: Icon personalized for stand-alone instance #117746
            jmarco
            Participant
              • Topics: 9
              • Replies: 22
              • Total: 31

              Hello.

              Yes, it is!

              Use this:
              http://www.angusj.com/resourcehacker/

              Is a small free software.

              Get gimp or photoshop and save your image in .ico file – 32×32 to 128×128, maybe more…

              Cheers.

              João Marco

              in reply to: Deselect all iuboxes not working… #117684
              jmarco
              Participant
                • Topics: 9
                • Replies: 22
                • Total: 31

                FIND IT!! two typos!! Letting the RIGHT code here! Thanks!

                function init(mod, value)

                n = panel:getNumModulators()

                for i=0,n-1 do

                mod = panel:getModulatorByIndex(i)

                nome = mod:getProperty(“name”)

                modulatorType = panel:getModulatorByName(nome):getComponent():getProperty(“uiType”)

                if modulatorType == “uiListBox” then

                panel:getListBox(nome):deselectAllRows()

                end

                end

                end

                in reply to: Order in Graphic Component? #117680
                jmarco
                Participant
                  • Topics: 9
                  • Replies: 22
                  • Total: 31

                  Thanks you, HFly!

                  But I almost give up!

                  Groups are the way to go! Forget layers and orders! Groups, saving a lot, and stay one or two steps ahead of Ctrlr. OR else he would hit you bad!! 🙂

                  Thanks a lot. I’ll post my panel soon!

                  João Marco

                  in reply to: Help! LSB MSB issues| #117633
                  jmarco
                  Participant
                    • Topics: 9
                    • Replies: 22
                    • Total: 31

                    Thanks. I’ll run some testes to put my mind into place! 🙂

                    João Marco

                    in reply to: Send Sysex in a Method #117632
                    jmarco
                    Participant
                      • Topics: 9
                      • Replies: 22
                      • Total: 31

                      Hello, Dnalnoog.

                      I’ve found it!

                      panel:sendMidiMessageNow(CtrlrMidiMessage(“f0 42 30 4c 7e 1a 00 f7″))

                      Well, now Ctrlr begins to open my spirit to MIDI – Lua is a simple languange but can be deep and complex.

                      I’m compiling some codes to get into programing in a faster way.

                      IS there some dictionary with Ctrlr lines? For example:

                      To send MIDI:
                      panel:sendMidiMessageNow(CtrlrMidiMessage(” your Sysex here”))
                      something like that would simplify all my life! 🙂

                      Thanks for your answer.

                      João Marco

                      in reply to: Help! LSB MSB issues| #117621
                      jmarco
                      Participant
                        • Topics: 9
                        • Replies: 22
                        • Total: 31

                        Thanks for this! It give me another perpective about it!

                        But why the negative numbers?

                        What is the relation with the “MIDI controler Number 1” in the dialog box above?

                        Sorry about my lack of MIDI smartness. 🙂

                        in reply to: LCD Synth to LCD Ctrlr #117620
                        jmarco
                        Participant
                          • Topics: 9
                          • Replies: 22
                          • Total: 31

                          Maybe that’s a request and then we should send another message?

                          in reply to: LCD Synth to LCD Ctrlr #117618
                          jmarco
                          Participant
                            • Topics: 9
                            • Replies: 22
                            • Total: 31

                            Well, maybe there is another way…

                            I’ll take a closer look.

                            Attachments:
                            You must be logged in to view attached files.
                            in reply to: Sysex and Msb/Lsb – too hard for me (noob) #117617
                            jmarco
                            Participant
                              • Topics: 9
                              • Replies: 22
                              • Total: 31

                              Thanks a lot. I seems very good this Ctrlr.

                              Let me jump into it!

                              in reply to: Help! LSB MSB issues| #117612
                              jmarco
                              Participant
                                • Topics: 9
                                • Replies: 22
                                • Total: 31

                                Wow!

                                Ok, ok! That was amazing!!

                                Please, take some time and explain it to me, I you can!

                                MIDI controler Number 1

                                CC,ByteValue,MSB7bitValue,101,-2
                                CC,ByteValue,LSB7bitValue,100,-2
                                CC,Default, Default, 6,-1
                                CC,ByteValue,MSB7bitValue,101,16384
                                CC,ByteValue,LSB7bitValue,100,127

                                I really want to learn this thing!

                                Ctrlr is really buggy, or it’s just my system?

                                Thanks in advance!
                                ..
                                João Marco

                                in reply to: LCD Synth to LCD Ctrlr #117608
                                jmarco
                                Participant
                                  • Topics: 9
                                  • Replies: 22
                                  • Total: 31

                                  Hello. Sorry for my small understand. 🙂

                                  Step by step, I’ll achieve it!

                                  Well I don’t know, but the dump doesn’t seems a lot. If I am doing something wrong, please let know.

                                  João Marco

                                  Attachments:
                                  You must be logged in to view attached files.
                                  in reply to: Deselect a listbox #117607
                                  jmarco
                                  Participant
                                    • Topics: 9
                                    • Replies: 22
                                    • Total: 31

                                    Yes that worked! Thanks!

                                    How can I reset all boxes, mods, etc to initial state in panel load.
                                    Because when I load it some boxes are selected and I must select another value to start the method you teach me.

                                    Thanks.

                                    João Marco

                                    in reply to: Sysex and Msb/Lsb – too hard for me (noob) #117577
                                    jmarco
                                    Participant
                                      • Topics: 9
                                      • Replies: 22
                                      • Total: 31

                                      Thank you. It’s a great mini method.

                                      Not working… 🙁

                                      Maybe it’something to do with edit parameter change / part parameter change?

                                      I can make it work in the list attached to number 7 Arp. Switch, but no more… and I don’t have a clue why.

                                      EDIT:
                                      It’s Working!!
                                      F0 42 %.2x 4C 08 0b 00 %.2X %.2x F7

                                      You send it as b0. GREAT!

                                      And also “1” not “128” in the end:

                                      elseif name == “v2” then
                                      lsb,msb=value,0
                                      if value > 127 then
                                      lsb=value-128
                                      msb=1
                                      end

                                      GREAT, GREAT!

                                      Thanks a LOT

                                      • This reply was modified 4 years ago by jmarco.
                                      • This reply was modified 4 years ago by jmarco.
                                      • This reply was modified 4 years ago by jmarco.
                                      Attachments:
                                      You must be logged in to view attached files.
                                      in reply to: Deselect a listbox #117576
                                      jmarco
                                      Participant
                                        • Topics: 9
                                        • Replies: 22
                                        • Total: 31

                                        Hello, again.

                                        How can I use it? Can you give me an sintaxe example?

                                        Thanks in advance.

                                        in reply to: LCD Synth to LCD Ctrlr #117574
                                        jmarco
                                        Participant
                                          • Topics: 9
                                          • Replies: 22
                                          • Total: 31

                                          Thanks, for you interest.

                                          I’ve attached in the original message above a pdf with the tech manual.

                                          But for speed up, I’m sending a piece of that manual with the instructions I believe are the correct ones.

                                          Thanks in advance.

                                          Cheers.

                                          João Marco

                                          • This reply was modified 4 years ago by jmarco.
                                          Attachments:
                                          You must be logged in to view attached files.
                                          in reply to: Korg N1 #117566
                                          jmarco
                                          Participant
                                            • Topics: 9
                                            • Replies: 22
                                            • Total: 31

                                            I’ve made some nices upgrades. I hope you like it!

                                          Viewing 20 posts - 1 through 20 (of 22 total)
                                          Ctrlr