HISE Logo Forum
    • Categories
    • Register
    • Login

    scripting routing matrix - add connections

    Scheduled Pinned Locked Moved Scripting
    86 Posts 7 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.
    • Christoph HartC
      Christoph Hart
      last edited by

      Also I'm happy to assist with any problem that occurs in the transition. The wide adoption of the develop branch is basically the only thing that keeps it from being HISE 3.0.

      1 Reply Last reply Reply Quote 1
      • NatanN
        Natan
        last edited by

        @Christoph-Hart @d-healey Thank You Guys.
        Will Give A Try Now, And See If The Compatibility Won't Break My Release Timing Schedule 👏

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

          @Natan said in scripting routing matrix - add connections:

          Won't Break My Release Timing Schedule

          Well it will definitely be faster than waiting on the master branch :)

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

          NatanN 1 Reply Last reply Reply Quote 1
          • NatanN
            Natan @d.healey
            last edited by

            @d-healey Actually From My Last Exprience With Develop, There Was An Big Issue.

            By Compiling The Project, Non Of My Daws Going Show The Plugin.

            I Already Posted About The Issue Somewhere On Forum.
            Just A Quick Question:

            Have You Compiled Your Vst Plugins?
            Do They Work As Expected On Your Daw?

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

              @Natan said in scripting routing matrix - add connections:

              Have You Compiled Your Vst Plugins?

              No, I'll try later today and let you know

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

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

                Let See How Lucky I Am :crossed_fingers:
                Screenshot 2021-08-20 154146.png

                1 Reply Last reply Reply Quote 0
                • NatanN
                  Natan
                  last edited by

                  First Error WIth Synth.getTableProcessor It Shows Erros :/

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

                    Are you trying to get an LFO as table processor?

                    NatanN 1 Reply Last reply Reply Quote 0
                    • NatanN
                      Natan @Christoph Hart
                      last edited by

                      @Christoph-Hart Yes :)

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

                        Yes, that's been mentioned a few times but it got burried under all the other bug reports. Try again now.

                        NatanN DanHD 2 Replies Last reply Reply Quote 2
                        • NatanN
                          Natan @Christoph Hart
                          last edited by

                          @Christoph-Hart said in scripting routing matrix - add connections:

                          d a few times but it got burried under all the other bug reports. Try again now.

                          Thanks A Ton Legend :)
                          Also, Typing Takes Too Much Time On ScriptEditor :|
                          I Pressed One Key, And Wait Like 10 Second And It Types :|

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

                            Have you enabled OpenGL in HISE?

                            NatanN 1 Reply Last reply Reply Quote 0
                            • NatanN
                              Natan @Christoph Hart
                              last edited by

                              @Christoph-Hart By Adding Flag HISE_USE_OPENGL_FOR_PLUGIN=1

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

                                @Christoph-Hart Just Removed It, And It Still Lags
                                Kinda By Typing It Searches For Similar API/Commands, So It Takes A While To Get The Type Input.

                                Also I Have 2 ScriptProcessors,
                                First One Works Okey // NO It LAgs Also
                                Second One Lags.

                                Also Defercallbaks Enables

                                EDIT:
                                It Searches For Similar Commands, And Takes Too Much Time

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

                                  No I meant the HISE OpenGL setting (it's unaffected by the flag for compiled plugins):

                                  8fbfdbdf-4043-42a8-a035-f39aeedffd49-image.png

                                  This will speed up the rendering of the scriptnode graph and the new editor by quite a bit.

                                  However if it lags as much as you describe there's something else. Does it also lag with a empty script or just when you load a big project?

                                  NatanN 1 Reply Last reply Reply Quote 0
                                  • NatanN
                                    Natan @Christoph Hart
                                    last edited by Natan

                                    @Christoph-Hart

                                    In An Empty, It won't Lag
                                    With My 8K-Line Project, It Lags Like I Can't Even Type A DASH /

                                    Enabling/Disabling won't Help :|

                                    And There is An Extra .0 In Everywhere, On LAF Painted Sliders, It Should Look Like 20000 Not 20000.0
                                    Also, It Is In The Min-Max For Slider Properties Aswell

                                    db4ceaa3-00de-45a3-8f59-99707f267717-image.png

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

                                      Ah, OK, I'll try to optimize it for larger files then.

                                      You can revert to the old editor by changing a flag in the Projucer, then recompile HISE (I kind of foreseen this being a PITA), so the editor should not keep you from using the develop branch:

                                      373f7912-4af4-43aa-ae9a-8687d9b2103d-image.png

                                      Open HISE Standalone in the Projucer, change that flag to disabled, then recompile HISE.

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

                                        Or you could take it as a hint to not put everything into one big script file but to modularize your code and use include statements to break it up :)

                                        NatanN 1 Reply Last reply Reply Quote 2
                                        • NatanN
                                          Natan @Christoph Hart
                                          last edited by

                                          @Christoph-Hart said in scripting routing matrix - add connections:

                                          uld take it as a hint to not put everything into one big script file but to modularize your code and use include statements to break it u

                                          Sure, I'll Clean Up The Code For The Next Week Once I Reached To 95% Doen, Now I'm At 90% Of Ideas. And All Works Nicely :)

                                          Thanks A Ton For The Help Christoph, You're A Legend :) :gem_stone:

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

                                            But yeah, I can also reproduce the lagginess, it becomes unusable for files with more than 1000 lines. Back to the text editor code now...

                                            NatanN 1 Reply Last reply Reply Quote 2
                                            • First post
                                              Last post

                                            22

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            103.2k

                                            Posts