Forum
    • Categories
    • Register
    • Login

    No sound from HISE Controller on macOS

    Scheduled Pinned Locked Moved General Questions
    24 Posts 5 Posters 65 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.
    • X
      xsaad @ulrik
      last edited by

      @ulrik Do I have to change the version?

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

        @xsaad What version do you have?, Is it from the develop branch?

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

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

          @ulrik Yes, the version i downloaded yesterday is from the develop branch

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

            @xsaad Ok, well maybe the new version is broken then, I don't know, I don't dare to change version in the middle of developments to check

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

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

              @ulrik Well thanks I'll hope someone who went through the same problem

              David HealeyD 2 Replies Last reply Reply Quote 0
              • David HealeyD
                David Healey @xsaad
                last edited by

                @xsaad Confirmed, I get no sound output with a build from yesterday.

                Free HISE Bootcamp Full Course for beginners.
                YouTube Channel - Public HISE tutorials
                My Patreon - HISE tutorials

                1 Reply Last reply Reply Quote 0
                • SifresS
                  Sifres
                  last edited by

                  Its been there a while I guess. It didnt work for me in my en of februay / march build.

                  1 Reply Last reply Reply Quote 0
                  • David HealeyD
                    David Healey @xsaad
                    last edited by

                    @xsaad If you could test out some earlier commits and try and figure out when the issue started it would be helpful.

                    @ulrik What commit are you using? We can work forward from there.

                    Free HISE Bootcamp Full Course for beginners.
                    YouTube Channel - Public HISE tutorials
                    My Patreon - HISE tutorials

                    X 1 Reply Last reply Reply Quote 0
                    • X
                      xsaad @David Healey
                      last edited by

                      @David-Healey Where can I find previous versions to start trying them out?

                      David HealeyD 1 Reply Last reply Reply Quote 0
                      • David HealeyD
                        David Healey @xsaad
                        last edited by

                        @xsaad Through the commit history on github. You have to checkout a commit and then build it and test it. However if you go back/forth between the commits when the JUCE submodule was added it might get a bit messy so unless you're familiar with working with git you might run into issues.

                        Free HISE Bootcamp Full Course for beginners.
                        YouTube Channel - Public HISE tutorials
                        My Patreon - HISE tutorials

                        X 1 Reply Last reply Reply Quote 0
                        • X
                          xsaad @David Healey
                          last edited by

                          @David-Healey Thanks for confirming! I'm not very familiar with Git, so I don't know how to revert to an older version. Which stable build should I use for macOS, and where can I find it?

                          David HealeyD 1 Reply Last reply Reply Quote 0
                          • David HealeyD
                            David Healey @xsaad
                            last edited by

                            @xsaad If a commit builds then it's probably as stable as any other commit... if you want that specific feature working then wait to see which commit @ulrik is using and use that one.

                            Free HISE Bootcamp Full Course for beginners.
                            YouTube Channel - Public HISE tutorials
                            My Patreon - HISE tutorials

                            X 1 Reply Last reply Reply Quote 0
                            • X
                              xsaad @David Healey
                              last edited by

                              @David-Healey I'll wait for @ulrik to share the commit he’s using. Hopefully, I can find a pre-built version of that stable commit or wait for a fix in the latest one.
                              ​I really appreciate the support!

                              David HealeyD ulrikU 2 Replies Last reply Reply Quote 0
                              • David HealeyD
                                David Healey @xsaad
                                last edited by

                                @xsaad said in No sound from HISE Controller on macOS:

                                can find a pre-built version

                                You won't find a prebuilt version of the commit he's using. But you need to be able to compile HISE from source anyway in order to export your project, so now is a good time to learn.

                                Free HISE Bootcamp Full Course for beginners.
                                YouTube Channel - Public HISE tutorials
                                My Patreon - HISE tutorials

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

                                  @xsaad The "about Hise" shows no commit

                                  Skärmavbild 2026-05-04 kl. 17.29.02.png

                                  but I found this:

                                  Skärmavbild 2026-05-04 kl. 17.31.35.png

                                  It is created on 20 Dec 2025 and the file contains this:
                                  cd4c4c6b41aaf71b6eb8171e8c5d9ccac5bc133a

                                  So it leads me to this commit:
                                  https://github.com/christophhart/HISE/commit/cd4c4c6b41aaf71b6eb8171e8c5d9ccac5bc133a

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

                                  David HealeyD Christoph HartC 2 Replies Last reply Reply Quote 0
                                  • David HealeyD
                                    David Healey @ulrik
                                    last edited by

                                    @ulrik Don't trust it, open your HISE source folder in a terminal and run git log

                                    Free HISE Bootcamp Full Course for beginners.
                                    YouTube Channel - Public HISE tutorials
                                    My Patreon - HISE tutorials

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

                                      Fixed on develop. There was a build-flag mismatch that prevented all incoming buffer content to be propagated through the signal path in the HISE standalone build configuration.

                                      That affected the HISE controller playback as well as the latency check - which is also fixed now.

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

                                        @David-Healey That will not work, I'm not using git

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

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

                                          @ulrik said in No sound from HISE Controller on macOS:

                                          I'm not using git

                                          lol why?

                                          X ulrikU 2 Replies Last reply Reply Quote 0
                                          • X
                                            xsaad @Christoph Hart
                                            last edited by

                                            @Christoph-Hart Thanks! I just updated HISE via Terminal using git pull origin develop, rebuilt the standalone version in Xcode, and the audio playback in the HISE Controller is now working perfectly. I appreciate the quick fix!
                                            Thank you also to @David-Healey and @ulrik

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

                                            11

                                            Online

                                            2.3k

                                            Users

                                            13.7k

                                            Topics

                                            118.8k

                                            Posts