HISE Logo Forum
    • Categories
    • Register
    • Login

    Faust linking Mac

    Scheduled Pinned Locked Moved Faust Development
    34 Posts 4 Posters 1.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

      But if you send me the faust file I‘ll try to debug the crash.

      hisefiloH 1 Reply Last reply Reply Quote 0
      • hisefiloH
        hisefilo @Christoph Hart
        last edited by

        @Christoph-Hart Diagram is not needed. I can see it in Faust, but. I cannot make it make a sound, nor edit the code :downcast_face_with_sweat:

        Faust Code

        import("music.lib");
        import("filter.lib");
        
        myString(freq,feedback) = +~(fdelay4(1024,delLength) <: (_+_')/2 : *(feedback))
        with{
        	delLength = SR/freq - 1;
        };
        
        frequency = hslider("freq",440,51,2000,0.01);
        feedback = hslider("feedback",0.99,0.95,1,0.01);
        gate = button("gate");
        
        impulse = gate <: _,_' : - : >(0);
        
        process = impulse : myString(frequency,feedback)<:_,_;
        
        1 Reply Last reply Reply Quote 0
        • hisefiloH
          hisefilo @hisefilo
          last edited by hisefilo

          @hisefilo @Christoph-Hart Figured out!!!!!!!! You NEED to create a new project folder, not to load an old one created with a previous version of HISE. I guess the faust thing needs some subfolders
          That was causing the alert to be shown every time HISE started

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

            @hisefilo weird, normally it should create all missing folders when a old project is loaded...

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

              BTW, I've just pushed a change to the build procedure that removes the necessity of putting in compiler flags into the projucer on macOS.

              The instructions and how to install it are available here:

              Link Preview Image
              HISE/tools/faust at develop · christophhart/HISE

              The open source framework for sample based instruments - HISE/tools/faust at develop · christophhart/HISE

              favicon

              GitHub (github.com)

              If you want you can check whether this works on your end too, would be great to have confirmation that it works.

              hisefiloH 2 Replies Last reply Reply Quote 4
              • hisefiloH
                hisefilo @Christoph Hart
                last edited by

                @Christoph-Hart will do!!! Thanks mate

                1 Reply Last reply Reply Quote 0
                • hisefiloH
                  hisefilo @Christoph Hart
                  last edited by

                  @Christoph-Hart Confirmed! Works like a charm!

                  Screen Shot 2022-10-29 at 2.50.44 PM.png

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sawer
                    last edited by

                    Hello.
                    Still getting Linking errors after following eXzat website and reading this thread.
                    Screenshot 2022-10-31 at 13.08.33.png
                    The include and lib paths set on Projucer are set by following the instructions.

                    But after 3 builds (Profiling on Xcode), I am still getting this error.

                    Any Idea?
                    Thanks.

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

                      @Sawer Use Xcode 13.1

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

                      S 2 Replies Last reply Reply Quote 0
                      • S
                        Sawer @d.healey
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • S
                          Sawer @d.healey
                          last edited by

                          @d-healey Screenshot 2022-10-31 at 13.33.19.png

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            Sawer @Sawer
                            last edited by

                            @Sawer Might be a space in the path. Re-building it. Will update soon.

                            1 Reply Last reply Reply Quote 0
                            • hisefiloH
                              hisefilo @Sawer
                              last edited by

                              @Sawer have u pulled the last commit?

                              S 1 Reply Last reply Reply Quote 0
                              • S
                                Sawer @hisefilo
                                last edited by Sawer

                                @hisefilo Hello.
                                Fortunately solved the issue by removing spaces on path folders.

                                hisefiloH 1 Reply Last reply Reply Quote 0
                                • hisefiloH
                                  hisefilo @Sawer
                                  last edited by

                                  @Sawer cool then!!!!!

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

                                  36

                                  Online

                                  1.7k

                                  Users

                                  11.8k

                                  Topics

                                  103.0k

                                  Posts