HISE Logo Forum
    • Categories
    • Register
    • Login

    Paint Routines ADSR

    Scheduled Pinned Locked Moved General Questions
    65 Posts 9 Posters 7.1k 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.
    • NatanN
      Natan @MikeB
      last edited by

      @MikeB Dear Mike
      Why Not Making It With Sliders And LAF?
      So They Look Nicer, And Draggable Aswell?

      You Just Need Rectangles And Triangle, Right?

      MikeBM 1 Reply Last reply Reply Quote 0
      • MikeBM
        MikeB @Natan
        last edited by

        @Natan Actually, I would like to display this in my gui
        Bildschirmfoto 2021-08-20 um 17.43.50.png

        only without animation like in the FloatingTile
        But drawn as a path and moved by the knobs.
        As in my first snippet above.

        I hope one of the PaintRoutine masters here has a few minutes to do this. :folded_hands:

        "One hour of trial and error can save 10 minutes of reading the manual."
        "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
        HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

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

          @MikeB I really think we can do this with the default floating tile and just disable the animation in the source (maybe we could even add it as a setting).

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

          MikeBM 1 Reply Last reply Reply Quote 2
          • MikeBM
            MikeB @d.healey
            last edited by

            @d-healey That would be fantastic of course. I already thought that it can't be impossible to switch off the animation and wanted to search the source code. But if you can do it, that's better.
            Thanks Dave.

            "One hour of trial and error can save 10 minutes of reading the manual."
            "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
            HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

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

              @MikeB I'll look into it. Just so I can check though, you have a project with several envelopes and they all have the same adsr values, so you just need to display one?

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

              MikeBM 1 Reply Last reply Reply Quote 1
              • MikeBM
                MikeB @d.healey
                last edited by

                @d-healey
                Great - no I have several ADSR FloatingTiles and they all have different values.
                Therefore a standard AHDSR graph without animation would be wonderful.
                Alternatively an AHDSR-Graph drawn with PaintRoutine.

                "One hour of trial and error can save 10 minutes of reading the manual."
                "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
                HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

                NatanN d.healeyD 2 Replies Last reply Reply Quote 0
                • NatanN
                  Natan @MikeB
                  last edited by

                  @MikeB Dear Mike

                  You Don't Like That Moving Circle Animation, On Adsr! Correct?

                  1 Reply Last reply Reply Quote 0
                  • Matt_SFM
                    Matt_SF @MikeB
                    last edited by

                    @MikeB I'm scratching my head since yesterday to get Path.quadraticTo() working correctly with ADSR knobs + atkCurve and dcyCurve. It can work but it's a mess and requires a bunch of code lines (although I'm sure @d-healey would find a beautiful way to write it).
                    If there's a way to use the default floating tile to do it, I think it would be much better.

                    Develop branch
                    Win10 & VS17 / Ventura & Xcode 14. 3

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

                      @MikeB said in Paint Routines ADSR:

                      herefore a standard AHDSR graph without animation would be wonderful.

                      I think this is the way to go. I'll try and figure it out for you.

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

                      MikeBM 1 Reply Last reply Reply Quote 1
                      • MikeBM
                        MikeB @d.healey
                        last edited by

                        @d-healey You are my hero ⭐ ⭐ ⭐ ⭐ ⭐ 👍 👍 👍 👍 👏 👏 👏 👏

                        "One hour of trial and error can save 10 minutes of reading the manual."
                        "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
                        HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

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

                          @MikeB Comment out this line - https://github.com/christophhart/HISE/blob/develop/hi_modules/modulators/mods/AhdsrEnvelope.cpp#L298

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

                          MikeBM 1 Reply Last reply Reply Quote 3
                          • MikeBM
                            MikeB @d.healey
                            last edited by

                            @d-healey Thank you Dave as always. I hope it still finds its place in the official build!
                            Do I have to do something or are you pushing this?

                            "One hour of trial and error can save 10 minutes of reading the manual."
                            "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
                            HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

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

                              @MikeB I like the animation so I won't be removing it in my build. The ideal solution would be to add an option for this but I don't have time at the moment to investigate it. You should make a separate git branch and comment out the line and rebuild.

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

                              MikeBM 1 Reply Last reply Reply Quote 1
                              • MikeBM
                                MikeB @d.healey
                                last edited by

                                @d-healey

                                Thanks I have already done that.
                                As you can see, others welcome this possibility.
                                So it would be nice if there was an option in the FloatingTile Data where you can switch the animation on or off as you wish.

                                If there is time

                                AHDSRGraph
                                {
                                  "ProcessorId": "",
                                  "Index": -1,
                                  "Animation": false or true
                                }
                                

                                "One hour of trial and error can save 10 minutes of reading the manual."
                                "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
                                HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

                                NatanN 1 Reply Last reply Reply Quote 3
                                • NatanN
                                  Natan @MikeB
                                  last edited by

                                  @MikeB @d-healey And For Audiowaveform Comoponent To Didable The Dragging Corners 👋👏👏 Please Please 👏

                                  And Plotter Colors Not Connected To The Interface Designer

                                  d.healeyD MikeBM 2 Replies Last reply Reply Quote 1
                                  • d.healeyD
                                    d.healey @Natan
                                    last edited by

                                    @Natan This isn't a feature request thread :p

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

                                    1 Reply Last reply Reply Quote 2
                                    • MikeBM
                                      MikeB @Natan
                                      last edited by

                                      @Natan I have just opened a feature request thread - if you want to get involved

                                      "One hour of trial and error can save 10 minutes of reading the manual."
                                      "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
                                      HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

                                      1 Reply Last reply Reply Quote 1
                                      • ulrikU
                                        ulrik @Matt_SF
                                        last edited by ulrik

                                        @Matt_SF I made this in a panel, and yes it's a lot of code.
                                        This is almost a mimic of the original AHDSR in Hise but it's easy to remove Hold I think.
                                        And there is a lot of code for controlling it with the mouse, you can remove that
                                        Try and see if it's usable

                                        HiseSnippet 2409.3oc4Z07aabbEeojVGSZIaGjhbdf.J.oEs3Ghx1HpthTTRVBwxlPz1IoBJIK2cH4TsbmM6NjRp0FPn8f6s1iMWJ5+F8ltVzKEHG5U+OPABxgdoGTeyLK4NjZI8JA3.qzEvRZl48wu2GyLuYFWyiZh88odZIR9ricwZIlUu9wNr1UaaPbz1dcsD2RuxVqWeWTMnCF1RasicM78g+HQhoeDmnDImQS788qtlgsgiINrKMsWPIl3GS5PXg8Vq7mRrs2zvB+LRGEpKUdaSpSUpMsK.no0yq4ZXdfQK7SL3jMktVhqsgEgQ8pyLXXesDyrF0535soG5Ho+EDeRCaLuQAs5ffjcuI01hiXduZUaSrsp02v80zRnWKzMLszM7yz2gXQFzen631hAPgbn5ORL0jfWAU3kO9vKgB7lQBuOTutoGwkENBGa2PeaHD40z.BApvRRq1T+m4zqRAJbXK1w3.7ldPiAbj9d4ymEsT97YVIEDE7YndFdHYr+gHQRwhsvrcnVcsM.aL87hwleHx2voG1l5hq4XCL0WY.aUocboNPizyqPy7YFUUepSCefy8hl0JymIapj7ODZLRuxi4zfh9KZV15Byw5WXNpeg4X2KLGUpNel8WYb7jh3XSbvnlccLYDpCh5.d7cqy83b44QsSa1WXYgHhcWblT+1TIsolF1nJLlGoQWHslGdJBYJYQkxhVNK5dYQ2OK5AflCH00vAa+BN+BZCGf.+USpGJMA5O+JHB5WftO7qEVHSpjflRJRAVzGyFnszg5cOx9YCSRfVbyWnlzYfjvjIUz6htc8amNRheB0qigM42fsjr8pTISkTImjqdoTUjGmPUZLaa3zhKgUR8pToD1zAHhSH7DdtC3xJv2V0v1tArZV5y61kBIWtj01M4CeaeoFAphkk2k1kAw1z8isoaIzOeV0gfql0l3ys+OiXwZywrXj1JirElzpMavP8TFJvCuB2MwGy2lxfgODkCsb.4GE7aqFCnxUY5uoGFVNrlQftcWzzFa3EHR2E8YFdrmfOrd2FBZfUgZyG6HPDbkcmd6kmmC0auB6i9knd6UZezpftfgaemzEtKu+LnOYndJseeo+McMr7LXDymQSeTNHuc.Oxeeu8yjIK5nr.6YVAkKmAiAQIt1WXf5Ktu.17oOboLf11v51CS4R6emhANi5B7rCXQK5wSVRa0X.13RHKpfzaLDBu6.AkUwVD.LroP4VXSiiyh76B9Ohih6pzHfUkugQ6x6Od.rLG.R8JTmGFBZ93jJxtefRZuFPTFffKOmYMZWGK+zBCr0hMgM6qXamteFU54azRtI+7YjTHllv6PgFBC2YXp3xQjg3lUns3vaw9LCV3gpLmEUjOuC9Gel2NUWKY7mysCsqOdvD5AS5v8frcwDOz3m4glvTOTvvQO8CQZhj5.l.QLO.agd4KQxN.qClxmDwWD87zkg2KenjRwZYvLFHifbzl1TXOcIaGAysODcGzxHw5pRPAKXM7Z5P+QtvGefjCnVtR7Aic4WNwifrd8Uy.gHoKWtPZNvoAPFPS3Z7myzhdM+yKKG7Qr3HuEJLdIhfsQRlKG7C+CILy1nzmictmQDDLg4Qn7ehnPlvXkeaRS15PohBOnjxfcDEv4d6OXmIEkOpWCHCsfRRwmmqHuhNvdQUPlc85giPtJ6lwG6Uhehs8wQij7wCI4m.RXPc+iJ1BwSrvl.2UQregpXsg9si.tiXfCqzHs9FvRDGrxfnUAYzJjuhwCrEGqOXqPevPRcDzLBNJNJNVJd3Xowhi0iBGK81vwRihiRwCGkFavqtRvaHwNYfTZTfrb7.xxi0graTNjkGONf7EXxOrQhRg0OgxvO0IsXu.n1NznC0rYjiETOnM1Kxg4GV1aRLl1oamFXO0h24DBmZb3ikpO9ikpdpYSY8aJDRc11gvdpK1YbGVUKnnO3XqeP.p.RYhCsdyfCsV2lXg8zHhS7VQS.V9k.7627u+q92e2OrpVLXbF8JONjy9W1PL4r5PbdxCS8uhkNmVeqPFu8e9VOvobpxwiw0GAq+2+QLYr9PL9lyNqzowiwcGhwxEuweor1y2dcXJ.+FEBhRPjyE6wH7jhDqi6QLwx6WHo95X+CXTWAsAGJTKw0kJbt929.+.RB88Q58KQhKYndT.GGoFYNVswg7pgFzwo+txsE0.E1iW4vJ3fdu1YmcVd9.J00w69jSNQzchqqfwaLNLNmtRYbpnqT4iUaLL59SmLJ5z9xxPoezC6W.nu3NxrsQgcLBNA3eHmQWnvSGlBVixs0u1XNiu90u94Ca2Ah6QAY6CjzrSbJ1XL1x+5QL1S16bF61k6Ps.IeMcwc00wHTV+guqrOC6VGVgU8R.861rIAnRWG0wWqCwxxFWi5S3qUEp5+X4X4MTsw4l7pAiKhZEeijm1aRZ.ILcTuXyu3TUyF9Fwr+qe6292TMaq0FmYqU7zKrYmZxKkEBrxe8kzr+X8vsJqg8LA0ZzBq02hlV+mOV64MqdgsmYm3BriwbthkpN6D2KPIWx4mhSG4aaEhq2z8RZiuWNab1ItmaHtN8kWwhrm+QFts9fK6W88O3O5Sv.bEo9PC7GSvA.vwpv7cxihDW39g503GGOZ7NUD3Epl3cMdCdhIndjlMwlrPvNi9le9692SREJ2TBkanWGRBDuwi.HernM5yL5gQOBCoGbmZgw8zemb7G8Oi6S+4F6m96olLP8Oyyvw2k5Ojfqi6PdFjK6q14y8wa5g+lc4QY09qRM7hbnue0MAiLRdpav55IRWpzg10gMT5wzwNlD8SPlOp23al2qeBxe7VbX534MeKuR5sjX7CjOcs.Z8+aUDsC0g51l5PLUCv6hYdjVsvdpcFI3qHdqfp7aUS8rjqyuYd0dEeRhC54q4myU1yi4W6gJgaAgh9GaieBSg3TO4Xc4U9Gxyxmtq714UOs2Flzcjai9NvYqGyDh4zkFIRLa+86sJtYerJiHueC1Y0EoEWE7q2ROHg8Jgi8l5AyktJ3ZmX0MS++mU2HeK7V6X.qhyKN9Ic6TGJpvDCHwwAayu+yDSwKLP1NOusrpBGKQiyfufAKvamHXvB8G7GEczwvzi9Ulx65iul60E8.1si3+MTI02g2FUn+E8oqmew77iAP9JSSt69tf+IZdJdI3YoKAOktD7r7kfm6cI349WBddvD4gWUVktLZG4TQniZaHtv0DI1vw.xjEY8Z+OfrNfZk
                                        

                                        AHDSR.gif

                                        Hise Develop branch
                                        MacOs 15.3.1, Xcode 16.2
                                        http://musikboden.se

                                        ulrikU Tania GhoshT MikeBM 3 Replies Last reply Reply Quote 3
                                        • ulrikU
                                          ulrik @ulrik
                                          last edited by

                                          @Christoph-Hart btw, the "Decay curve" in the AHDSR Envelope modul, seems to be broken, nothing happens, at least not visually

                                          Hise Develop branch
                                          MacOs 15.3.1, Xcode 16.2
                                          http://musikboden.se

                                          ulrikU 1 Reply Last reply Reply Quote 0
                                          • ulrikU
                                            ulrik @ulrik
                                            last edited by

                                            @ulrik Ok, I checked, it's working but not showing in the graf

                                            Hise Develop branch
                                            MacOs 15.3.1, Xcode 16.2
                                            http://musikboden.se

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            25

                                            Online

                                            1.8k

                                            Users

                                            12.0k

                                            Topics

                                            104.2k

                                            Posts