HISE Logo Forum
    • Categories
    • Register
    • Login

    assign FX to Effect slot

    Scheduled Pinned Locked Moved Bug Reports
    67 Posts 16 Posters 4.6k 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.
    • MikeBM
      MikeB
      last edited by MikeB

      Yesterday I saw this nice implementation of a freely definable effect chain.

      content_Lifeline-Demo.gif

      When I look at the tooltip below - ????

      "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

      ulrikU 1 Reply Last reply Reply Quote 1
      • Christoph HartC
        Christoph Hart
        last edited by

        Seems like somebody has been lurking this thread...

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

          @MikeB Nice 🎶

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

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

            @ustk said in assign FX to Effect slot:

            All gain are -100 to 0, all freq 20 to 20000, etc…

            I've noticed that it is not entirely true for all effects, for instance
            Saturator: Pre & Post gain 0 - 24 dB
            Convolution: PreDelay 0 - 500ms...
            Dynamics: Attacks & Releases also have another range 0 -100 ms etc..

            I did it the way you suggested but instead of a 2d array, every effect has an object connected to it with, min, max, which attributes to use (leaving the deprecated out) and suffixes,
            it work fine so far... :)

            effect slot.gif

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

            UD AUDIOU whereami518W 2 Replies Last reply Reply Quote 3
            • UD AUDIOU
              UD AUDIO @ulrik
              last edited by UD AUDIO

              @ulrik This is so damn helpful! Thanks a million for sharing :)
              Some of my plugins are prepared for this and I had to pause.
              It seems like I can go on soon.

              1 Reply Last reply Reply Quote 1
              • UD AUDIOU
                UD AUDIO
                last edited by UD AUDIO

                @ulrik Wouldn't it be more comfortable to get rid of the "edit effect" and to select it with a left click which would activate the editing?!

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

                  @UD-AUDIO that's a good idea, I might do that, thanks!

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

                  UD AUDIOU 1 Reply Last reply Reply Quote 0
                  • UD AUDIOU
                    UD AUDIO @ulrik
                    last edited by

                    @ulrik I like the way vital does it but it can be even better.

                    N3eWPbROqE.gif

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

                      @UD-AUDIO that's very nice, I don't have anything fancy like that, in a minute I'll show you how far I'm at the moment

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

                      ulrikU UD AUDIOU 2 Replies Last reply Reply Quote 0
                      • ulrikU
                        ulrik @ulrik
                        last edited by

                        @UD-AUDIO I decided to keep the edit button at the moment
                        I use click on fx btn to set top-level z st the moment
                        New:

                        • implemented midi learn (shortcut click)
                        • z-level
                        • new colour coding to keep track of draggable edit panels
                        • load/save presets
                          and small bug fixes

                        This is how it looks at the moment
                        Midi learn
                        midilearn.gif

                        presets
                        presets.gif

                        because I use a template for every fx, it's possible to load any effect into all slots, except for the eq & analyser

                        severalsimilar.gif

                        allslots.gif

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

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

                          @ulrik You're always pushing the boundaries 🚀

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

                          ulrikU 1 Reply Last reply Reply Quote 1
                          • ulrikU
                            ulrik @d.healey
                            last edited by

                            @d-healey said in assign FX to Effect slot:

                            @ulrik You're always pushing the boundaries 🚀

                            funny you should say that, I just used this for the first time ever 🤪

                            //	set all Editpanels to stay inside
                            const draggingBounds = GlobalContainer.getLocalBounds(1);
                            
                            for (e in EditContainers)
                            {
                            	e.setDraggingBounds(draggingBounds);
                            };
                            

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

                            1 Reply Last reply Reply Quote 2
                            • UD AUDIOU
                              UD AUDIO @ulrik
                              last edited by

                              @ulrik It's so fancy because it's my own custom skin. The default is pretty boring :) Your fx panels are popping up like FL Studio windows hahaha..
                              Is your plan to make a fixed layout for the final version? (Pointing to vital again)

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

                                @UD-AUDIO Yes, I have made it fixed now, and also splitted the "Dynamics" module in 3 different strips, Gate, Compressor and Limiter

                                effect slot.gif

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

                                1 Reply Last reply Reply Quote 2
                                • whereami518W
                                  whereami518 @ulrik
                                  last edited by

                                  @ulrik so i see you figured this out actually ran into same problem do you have a snippet showing how you got this all set up im a little confused

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

                                    @whereami518 Oh this was a long time ago, I'll dig around and see if I find anything useful

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

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

                                      @ulrik THANK YOU SO MUCH I have been trying to implement something like this for awhile now and any help is greatly appreciated

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

                                        @whereami518

                                        HiseSnippet 2222.3oc6Y01baabDFTRHS.ZbaxLYxmOiOjBVSQSpWhyXWMQT7kH1H9xHREaOttZf.NRbUf.n.GkDmF8Op+A525Oo9Kno6dG.AHEkrpZbF+ASaIy61cu6Ye41a2y8iBrowwAQJEzFNKjpT3yTGLym6V20h4qztgRgemZKVTLmTiyoSB4JGLKzJNl5nTnv5eOxTAsMTDe92e2AVdV91zroTT9w.lM8H1DFOa196+CLOuVVNzgrI43dm8aaG3WOvKXJ.n0UqnDZYet0XZWKjs0TUJ7IMcX7fnAbKNMVovFGD3Lafavk9R9+QVL6LOJNnpx.XgjS2JvyAQLNqRcWlmS+TEOVAVk9Ylg0klguTsCygMe9LywmKHPxjHu8nvZKBu0W.dUyCuJ4f2JfTgbPZCIj9B0A1QrPdFEDO+F019bZzHKvrmGJRdUV6+7H05A.G97xSrNm1JBFLWByuoRkRjcqTo3Kz0e5S05VqSSRuVjgG1jz5Ujg8Hs6Nn4wCIlM6ze3qI6Q5F.DJps4p9nCNOHP4BqHT38HuQ2nIDwLynjtQ8oQWPa92vuNfMIzidL8BZzYYiwPIbTCpmkPBQLCMRN23HHXQrNtAQSiwu020Jl15UhUvhOMxBr6Blm4aMgYK3YfqUHxi9ak5G.qAG0a3.xwMa073lcq2T61zfAdA7XgRHNOTdLkiS05UlFMGMhZyEbT0nXo6jgsdWLr86hgcdWLrKxPhB1uV2lGg9sFsGz+nZuN0SVu2Qmzo6McaZvGh3WK375a4S8.kOMxA135ASBC7gAlFIzMvfFbSG7xZ8wMo0IcqOrcutqJ5Pm46w7ojQS8s4r.eR7kVglLmqpVh.+dqh5+ccMu.aKOxnqpBasv9+FjAP0lSYq7T1BonqA7WVrZ.4hhYR.X4HZHDUwMgYudd.fzD0uV6tCIG26jgs6tPPfdpvwTdeT5iClxAjalhbywBrNt7HHGVMOOStKKFsPlFmMVl6xnnDGnwzEPbJGGRYicEvQP5xbjdIyg6ZlIVLnj.YWxSk5aYOp+XtqTgChHlLfZkWPXj+3hLPXO4IE00.DpA562ebsCDw.G0qVilMPuTuC9SMqODHiaynqxLnuU3lmFEANYY3k.OZxUpV2Fj1C+8wj1MRjENlQAoGcEJWam4Liz3zq3RaANYBm3+TNd5Yw7Hl+XSwPluC8pdiLMN0nH4IDHZPLsTYRWQ1HB3bKyhSSvYVj7S+TB.1ijjkAzZgZqks4vlZT4pm8rVhOF3xcM7C0KltRlybkYSaTLUL3uiwvB47476PdpI487oXVvgiE2prsGy9bpC4w6QXywoLDBhu.afywf81xerG07MaUhrEXKDg.+ABqDDnrIYmRxIfu81RjsEayhvYNhSo4DYcYMO1XepyPfnvfWh7lJkxuzxAvRZXC98HpSl9l2LcOwJ70LkF1+wu98H5W4lc65y05WWbor.c5cxflj50N5nCpU+GVNuU9TAcBlFSqa44cFTQRVt.3RLetHe.4NNrSRHe6GpQNvHFw5U1M.taj70eM4wxwQz3odv1.opyTXIS6Q5XA2LLxKHHJQ5Yvxi6Dpr4W0rUA8nDvN.5EXJXwDqr7xbWKN4RvWS7BrbfgTHoAxufYyk1+RD4Zim.PujPaudw8MM1GNwJm.cUygwh77cjadl4tTQxyIFhi0D7mr8bB5tNIDOpI1FsEhTBBCeGqqHFTdG0M.ToatVI7uJruYUIMDIWmBzkBaA1xrLu9Ey4v1ENkQkYVIYguCnb4MyWwmB2JNg5OU6tuqEOlkxuoUTj0rb22h9NYkNZFaRV5OPUTZFA9OMXzHwWinS.+NANHHFtZ9wuw7ioQ7zodatKtfsCnRRfgH8h.BkCmF6JHi5KFDk67moQXP3zvNft1FY1njD2k+qALeSi+ruHyKdK+hJKTrpznkyfkZWVcUr2pIDh9ghNj6qv7EeIia6J0nDEwFpIkrBqxyWfVNaCRP6rHp04uXNKIlaAIoK5rj68xW8ypttdgqHEwc2M6fVMm+GmtIRAWBS476BbIbkwneTrC3AM4EEZPXqG0JJY+udEqk755muD7xK0pD.Ji+dIB3qODpsm7RYQOhpepUe3I0NBq9Ap5qWZQwXq.f.NzQVPhwkWbv1jXmxBIusJK0mGmD32MfS64aJhPzuVmrLoQiVIML9LJvyiFsRxXixQ2kfl9SmbFlP9BKuoz4LBcOtXKop2dKo46X1VV4eNFC7a6y38Bo92VezJIsK.e6j1MfraXerIyA7EBw7LDBEZPufYSkc0po1fFeNOHTvaROFJE9Ltf5iR64Es5JLGj+DefxUye3f+k29yxdEgg6eIVLc1D+k8cE2Emwez9Y0a.y9I+L7AI.g2AWldKeL91GPA9jrIVLGjRg+g5MNpqKO8pmcfQ+l7rXR.cQ7sdRKx546OVOq4XcQmw5IsEqmzSrtrgX8jtg0m2JrdZev5IMAqjUkJpxGd3gBUNsmEgY3epHlKiysvogY9Y461bi2j3yU6D3L0C2v7OQBh2DBPP5BuKA91C9wL9r7uazxuaxF2u2M4teVm6Kb+B09Xd7Ui20VAdgv5223M4UndjpLETFX2.B+uymbZi6246LnrxmeR8lX4SUku8f.F+V07OBxh.Z868afU89+FXqmlsH4t.AJ9x7nX2SEjd+fEE4q.LFpXLhAIdT6Ncx.37gMEbM9P1HLyZg0vbfxwUvwXnx.puiX.liIgXUbbgDhUSI9qxd7+hecqOH7q67Q+5uv90s+fvut8G8q+B6W24WA+pZpeMoZEAJ9pExZbZJo7nArMsXdPgKwoFgVsF1z2BPvG87+e6428ChSzU+3I5OP1iIV1QAmZK6LDcjepXFv15K9eRUSsCNlTUQzsHHmZkxUTlvbXmZaiUYtITg5pkYqGfLa+.jYmGfL69.j4ad.x7rGfLe6cJC9epbso7fIxNPfI52TzBcgB4xRp7eAvxVm2D
                                        

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

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

                                          @ulrik it's only a small snippet how to load and swap effect modules using SlotFX

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

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

                                            @ulrik yea im trying to understand how you got the parameters for each effect to actually work in the set effect panel im gonna try to rig something with this i guess with a animated sli=ding panel call back or something try to get the same effect

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

                                            22

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            103.1k

                                            Posts