JDXA

Forum Replies Created

Viewing 20 posts - 21 through 40 (of 45 total)
  • Author
    Posts
  • in reply to: Replic buttons… #70496
    JDXA
    Participant
      • Topics: 10
      • Replies: 45
      • Total: 55

      Possemo,

      Your solution works very well, I can lite on and lite off buttons but when I introduce it into a LUA routine, I think I’m not aware where to put it and it make freeze CTRLR…
      But, I use your solution for other routines and it’s working very well… it’s perfect !
      I’m very happy with your LUA routine…

      I have adapted it to lite on “ON” and “OFF”

      in reply to: Replic buttons… #70495
      JDXA
      Participant
        • Topics: 10
        • Replies: 45
        • Total: 55

        Hi Possemo,

        I have found a solution but I don’t know if it’s will be correct ?

        First… I have noticed that when I put the same VST Index I can do that :
        A1 linked with A1-1 that is linked with A1-2 that is linked with A1 and A1-3 is linked A1-1

        Only the fist (A1) has the sysex formula and ON/OFF Routine to liteon and off on my JD-XA.

        Well, it’s working fine but they have the same VST Index !

        Is it a problem ?

        • This reply was modified 7 years, 5 months ago by JDXA.
        in reply to: Replic buttons… #70493
        JDXA
        Participant
          • Topics: 10
          • Replies: 45
          • Total: 55

          Well, I have tried the solution teached by Possemo but CTRLR freeze !

          in reply to: [SOLVED] Command to open an uiTabs with a button #70425
          JDXA
          Participant
            • Topics: 10
            • Replies: 45
            • Total: 55

            Yes it’s working, but I have not the sign “+” before positive values…

            Not a big problem !!!!

            • This reply was modified 7 years, 5 months ago by JDXA.
            in reply to: [SOLVED] Command to open an uiTabs with a button #70424
            JDXA
            Participant
              • Topics: 10
              • Replies: 45
              • Total: 55

              Hi Possemo,

              Perhaps I have an idea…

              I put these special sliders into a different group and I modify the LUA code and put :
              displayThis = modulatorName..” : “..value-63

              So,
              I think it will give the same value as the FixedSlider….

              I’m going to try !

              in reply to: [SOLVED] Command to open an uiTabs with a button #70423
              JDXA
              Participant
                • Topics: 10
                • Replies: 45
                • Total: 55

                Hi Possemo,
                Thanks for your reply…

                I have both -63 +63 and -50 +50…

                I have to adapt !

                Can I put plenty of command on the same LUA routine ?

                in reply to: [SOLVED] Command to open an uiTabs with a button #70412
                JDXA
                Participant
                  • Topics: 10
                  • Replies: 45
                  • Total: 55

                  Hi Possemo,

                  Ok, I’ve seen the difference…

                  So, if I have well understood… the names at the left side, are the names I can use to name modulators into LUA routine ?

                  Wel, do you remember the routine to display only into Labels or LCDLabels (with custom group number) ?
                  When the slider has values 0 to 127, all is ok but when I use FixedImageSlider, I have mapped -63 to + 63… the display is not correct (not the same as the JD-XA display)
                  Slider contents becomes, with Property ID’s/Panel, uiFixedSliderContent… so, I can use this name to display the mapped values ?

                  in reply to: [SOLVED] Command to open an uiTabs with a button #70397
                  JDXA
                  Participant
                    • Topics: 10
                    • Replies: 45
                    • Total: 55

                    Hi Possemo,

                    Wow, thanks, it’s exactly what I was looking for !

                    I’m going to adapt with the last routine you teach me to lite off when another button is ON !

                    I will not find these syntaxe : getComponent():setPropertyInt !

                    So, it’s also possible to make an individual routine for each button. I take note.

                    Thanks so much…

                    Have a nice day,

                    Xavier-Joseph from Reunion Island (where the summer is coming quickly !!!)

                    in reply to: [SOLVED] Command to open an uiTabs with a button #70390
                    JDXA
                    Participant
                      • Topics: 10
                      • Replies: 45
                      • Total: 55

                      It’s not OK because I can open only 2 tabs…

                      If I modify “Button values” content with 1,2,3,4 the same button can open each Tabs on each mouse click but image button is not preview for 4 different positions !

                      I’m searching !!!

                      • This reply was modified 7 years, 5 months ago by JDXA.
                      in reply to: [SOLVED] Command to open an uiTabs with a button #70389
                      JDXA
                      Participant
                        • Topics: 10
                        • Replies: 45
                        • Total: 55

                        Hi,

                        I’ve found quite a solution…
                        On button option Link to PANAL property : panelIndex
                        Link to MODULATOR property : uiTabsCurrentTab
                        Link to MODULATOR : GeneralTab (my Tab name)
                        Link tom MODULATOR modulation type : numeric
                        Link to what type of MODULATOR property : Component

                        So,
                        When button value = 0 it opens Tab 0 and when button value = 1 it opens Tab 1

                        it’s quite a solution…

                        in reply to: uiLCDLabel or uiLabel question… #70376
                        JDXA
                        Participant
                          • Topics: 10
                          • Replies: 45
                          • Total: 55

                          Hi Possemo,

                          You’re great !

                          I’ve tested and it’s very good.. just what I thought !

                          The timer it’s very interesting…

                          I’ve learn many things with your job.

                          – you can put a custom group without necessity to include into a group object !
                          – how to link and distinguish some modulators.

                          Well , I’m very happy because on each sample of you, you teach me plenty of things…

                          Thanks so much !

                          Have a nice day,

                          Xavier-Joseph from Reunion Island,

                          in reply to: uiLCDLabel or uiLabel question… #70371
                          JDXA
                          Participant
                            • Topics: 10
                            • Replies: 45
                            • Total: 55

                            Wow, problem with my Internet here…

                            I write another message !

                            Thanks a lot Possemo ! You’re great !!!

                            I’m going to see your link because I love learning…

                            • This reply was modified 7 years, 5 months ago by JDXA.
                            in reply to: [SOLVED] Button question #70364
                            JDXA
                            Participant
                              • Topics: 10
                              • Replies: 45
                              • Total: 55

                              Ah yes… I haven’t see the B.

                              You’re great, it’s working perfect !

                              But it’s working with : “Called when a mouse is down on this component”

                              Perhaps because it executes after the first order !

                              • This reply was modified 7 years, 5 months ago by JDXA.
                              in reply to: [SOLVED] Button question #70362
                              JDXA
                              Participant
                                • Topics: 10
                                • Replies: 45
                                • Total: 55

                                Well, I have an error message :

                                At line [8]: [string “buttonS1”]

                                Error message: [string “buttonS1”]:8: attempt to call method ‘getModulatorbyName’ (a nil value)

                                in reply to: [SOLVED] Button question #70361
                                JDXA
                                Participant
                                  • Topics: 10
                                  • Replies: 45
                                  • Total: 55

                                  Ok, I’m going to test…

                                  Thanks a lot.

                                  I tell you if it’s ok !

                                  in reply to: [SOLVED] Button question #70356
                                  JDXA
                                  Participant
                                    • Topics: 10
                                    • Replies: 45
                                    • Total: 55

                                    Hello,

                                    I’ve tried this option…

                                    Well, when I press a S button, all the A buttons lite off… but If I want to reopen some A buttons at the same time, it’s impossible…

                                    I think, I would like to send just an implusion and only 1 time…

                                    It’s complicate to explain but I’m going to try !

                                    The JD-XA has 4 analog parts + 4 Digital parts (and each Digital part has 3 partials).

                                    There’s a button “Poly Stack” to play all the Analog Parts in Polyphonie…

                                    If I press Poly Stack and I haven’t lite off all my CTRLR buttons, when I live Poly Stack, my JD-XA dels are lite on or off and in CTRLR, some are lite on or off !

                                    No correspondance !

                                    I have to click on each buttons to lite off.

                                    It’s only a graphical problem because all is OK on my JD-XA !

                                    So, I think, just an impulsion to tell them… LITE OFF (only one time) will be efficient.

                                    Thanks a lot for your info because you teach me another tip !

                                    I’m going to looking for…

                                    In Lua, I’m searching a demo because I’m not aware how to call a modulator…

                                    panel: getModulator ?

                                    I’m learning every day but my spirit wants to go faster !!

                                    A question :

                                    Why Slider can be move from my JD-XA and buttons no ?
                                    Is there a solution to pilot CTRLR from my synth ?

                                    If yes, it’s my solution because, I have a mirror situation between CTRLR and my JD-XA ???

                                    • This reply was modified 7 years, 5 months ago by JDXA.
                                    • This reply was modified 7 years, 5 months ago by JDXA.
                                    • This reply was modified 7 years, 5 months ago by JDXA.
                                    in reply to: Write into the synth from CTRLR #70352
                                    JDXA
                                    Participant
                                      • Topics: 10
                                      • Replies: 45
                                      • Total: 55

                                      Hello World,

                                      Well, the DELs problem is solved !

                                      Thanks for your precious help !

                                      Xavier-Joseph from Reunion Island

                                      in reply to: Write into the synth from CTRLR #70351
                                      JDXA
                                      Participant
                                        • Topics: 10
                                        • Replies: 45
                                        • Total: 55

                                        Hi,

                                        Ok,

                                        I’m going to read carefully to try to understand all your infos !

                                        Thanks a lot for your help !

                                        Just another stupid question :

                                        Is it possible to OFF a buton from another button !

                                        I Explain :

                                        To modify Analog or Digital parts you have to SELECT the part you want to modify.

                                        Well… I can select with a button and a Sysex formula.

                                        But when I select the second button, the light of the first must be set off

                                        I don’t know if it’s possible !

                                        I’m searching a tip to do that…

                                        Also,

                                        Sometime when I press the virtual CTRLR button, le DEL on the JD-XA set off directly but sometimes I have to play a note on the keyboard to set off the DEL…

                                        I don’t know why !

                                        Goodnight World…

                                        Xavier-Joseph from Reunion Island

                                        in reply to: Write into the synth from CTRLR #70345
                                        JDXA
                                        Participant
                                          • Topics: 10
                                          • Replies: 45
                                          • Total: 55

                                          Hi Possemo,

                                          Thanks for your answer !

                                          Yes, Roland JD-XA is a very complex synth !

                                          I’m going to see how to do a Sysex Dump…

                                          Work is not a problem if I can learn some things.

                                          I’m going to see that straight away !

                                          Have a nice day…

                                          in reply to: [SOLVED] Changing MIDI Output #70334
                                          JDXA
                                          Participant
                                            • Topics: 10
                                            • Replies: 45
                                            • Total: 55

                                            I’ve found : “Add Tab” to insert tabs into uiTabs

                                            Very good option !

                                          Viewing 20 posts - 21 through 40 (of 45 total)
                                          Ctrlr