HISE Logo Forum
    • Categories
    • Register
    • Login

    chord pad

    Scheduled Pinned Locked Moved General Questions
    40 Posts 8 Posters 1.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • d.healeyD
      d.healey
      last edited by

      That is some ugly code :D But it gets the job done!

      Libre Wave - Freedom respecting instruments and effects
      My Patreon - HISE tutorials
      YouTube Channel - Public HISE tutorials

      DanHD 1 Reply Last reply Reply Quote 0
      • ustkU
        ustk @yall
        last edited by

        @yall That is cool you found a way to make it work! :)
        Now you should definitely find a way to make the 1255 lines of code doing the same thing in 50 lines ;)

        Can't help pressing F5 in the forum...

        Y 1 Reply Last reply Reply Quote 1
        • Y
          yall @ustk
          last edited by

          @d-healey indeed it's the ugliest code I've ever done 😂 and still I wanted to do + but my eyes and brains are mush ^^ @ustk if you have something to offer me I m taker. :)

          d.healeyD 1 Reply Last reply Reply Quote 1
          • d.healeyD
            d.healey @yall
            last edited by d.healey

            @yall The best thing I can offer - https://docs.hise.audio/ - read everything 10 times and do all examples, follow all of the linked javascript tutorials and complete all of the exercises and examples. Repeat this for 5 years :D there is no shortcut.

            Libre Wave - Freedom respecting instruments and effects
            My Patreon - HISE tutorials
            YouTube Channel - Public HISE tutorials

            Y 1 Reply Last reply Reply Quote 0
            • Y
              yall @d.healey
              last edited by

              @d-healey I am only 1 years old. It's already not bad 😂 I have to work on adding an automatic button as in the example of your video above. I could reduce the code already with this. I have 48 line from constvar.button ..... It is at the level of the reminders that I have to work. I have already greatly reduced my plugin from 90MB to 8MB by resizing the images, by shortening the codes. but I haven't finished. :)

              d.healeyD C 2 Replies Last reply Reply Quote 0
              • d.healeyD
                d.healey @yall
                last edited by

                @yall You need one panel and one function for all of it, no buttons allowed.

                Libre Wave - Freedom respecting instruments and effects
                My Patreon - HISE tutorials
                YouTube Channel - Public HISE tutorials

                Y 1 Reply Last reply Reply Quote 0
                • Y
                  yall @d.healey
                  last edited by

                  @d-healey yes I saw that it was possible. I partially succeeded. but I could not integrate my pad image (on / off)

                  d.healeyD 1 Reply Last reply Reply Quote 0
                  • d.healeyD
                    d.healey @yall
                    last edited by

                    @yall Well you only tried for 2 hours, maybe try for 2 weeks and you'll have some success.

                    Libre Wave - Freedom respecting instruments and effects
                    My Patreon - HISE tutorials
                    YouTube Channel - Public HISE tutorials

                    Y 1 Reply Last reply Reply Quote 0
                    • Y
                      yall @d.healey
                      last edited by

                      @d-healey how mean is this boy with me 😂

                      d.healeyD 1 Reply Last reply Reply Quote 1
                      • d.healeyD
                        d.healey @yall
                        last edited by

                        ezgif-7-d7bc654f1de7.gif

                        Libre Wave - Freedom respecting instruments and effects
                        My Patreon - HISE tutorials
                        YouTube Channel - Public HISE tutorials

                        Y 1 Reply Last reply Reply Quote 2
                        • Y
                          yall @d.healey
                          last edited by

                          @d-healey 😂😂😂

                          1 Reply Last reply Reply Quote 0
                          • Y
                            yall
                            last edited by

                            oh great master @d-healey who loves polar bears,
                            I just saw that this script does not trigger the keyboard (visually).
                            how to make this possible? at the beginning I put a Label which allowed to see which chord was being played, but I told myself that seeing it directly on the piano was much better. :)

                            1 Reply Last reply Reply Quote 0
                            • DanHD
                              DanH @d.healey
                              last edited by

                              @d-healey said in chord pad:

                              That is some ugly code :D But it gets the job done!

                              Now this is my kind of code! :face_with_tears_of_joy:

                              DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                              https://dhplugins.com/ | https://dcbreaks.com/
                              London, UK

                              1 Reply Last reply Reply Quote 0
                              • Y
                                yall
                                last edited by

                                @d-healey Synth.getNumPressedKeys(); seems not to work. Plan B> create buttons in the form of a piano and put them in the recall of my pad ^^ this will make a few more buttons ^^

                                d.healeyD 1 Reply Last reply Reply Quote 0
                                • d.healeyD
                                  d.healey
                                  last edited by

                                  The keyboard only shows incoming MIDI notes.

                                  Libre Wave - Freedom respecting instruments and effects
                                  My Patreon - HISE tutorials
                                  YouTube Channel - Public HISE tutorials

                                  Y 1 Reply Last reply Reply Quote 0
                                  • Y
                                    yall @d.healey
                                    last edited by

                                    @d-healey I thought I heard. too bad

                                    1 Reply Last reply Reply Quote 0
                                    • d.healeyD
                                      d.healey @yall
                                      last edited by

                                      @yall said in chord pad:

                                      @d-healey Synth.getNumPressedKeys(); seems not to work.

                                      Of course it works, but not for what you want :p It tells you how many keys are pressed when you press some keys :)

                                      Plan B> create buttons in the form of a piano and put them in the recall of my pad ^^ this will make a few more buttons ^^

                                      I have a video about making a custom keyboard using a panel, might be interesting to you.

                                      Libre Wave - Freedom respecting instruments and effects
                                      My Patreon - HISE tutorials
                                      YouTube Channel - Public HISE tutorials

                                      1 Reply Last reply Reply Quote 0
                                      • Y
                                        yall
                                        last edited by

                                        @d-healey for that yes I would like to create it in panels and not with buttons because I am fed up with buttons I have too many ^^

                                        1 Reply Last reply Reply Quote 1
                                        • Y
                                          yall
                                          last edited by

                                          @d-healey little question. I therefore mapped a keyboard on a few buttons (code even more ugly obviously). everything works as I wanted but I omitted a detail. how to make so that my pad (button x48) also send a midi signal to the daw? after what I understood hise does not emit noon?

                                          d.healeyD 1 Reply Last reply Reply Quote 0
                                          • d.healeyD
                                            d.healey @yall
                                            last edited by

                                            @yall You can't, as far as I know.

                                            Libre Wave - Freedom respecting instruments and effects
                                            My Patreon - HISE tutorials
                                            YouTube Channel - Public HISE tutorials

                                            Y C 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            53

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            101.8k

                                            Posts