Forum
    • Categories
    • Register
    • Login

    Hise Crashing

    Scheduled Pinned Locked Moved General Questions
    39 Posts 2 Posters 106 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.
    • David HealeyD
      David Healey @LucaL
      last edited by

      @LucaL I think so, I've not tried. Click the little help icon and see if it says anything useful. You probably need to include it in your project preferences though before exporting.

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

      1 Reply Last reply Reply Quote 0
      • L
        LucaL @LucaL
        last edited by

        @LucaL I´ve tried changing it directly there but it wouldn´t let me change anything, so I can't override it.

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

          @LucaL Looks like you'll need to add it in Projucer then and recompile HISE.

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

          L 1 Reply Last reply Reply Quote 0
          • L
            LucaL @David Healey
            last edited by

            @David-Healey alright, but are there some specific lines of code I need to add, or is it just available in a drop down of some sort?

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

              @LucaL You add that preprocessor definition NUM_MAX_CHANNELS

              a18047c1-013b-4587-b13e-36f2ed5171af-image.png

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

              L 1 Reply Last reply Reply Quote 0
              • L
                LucaL @David Healey
                last edited by

                @David-Healey I added the preprocessor in Projucer, cleaned the build and tried building hise again, but now following error pops up 43f87786-4414-40d2-acad-884ac30aa804-image.png

                David HealeyD L 3 Replies Last reply Reply Quote 0
                • David HealeyD
                  David Healey @LucaL
                  last edited by

                  @LucaL I don't know what that message means, see what AI says

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

                  1 Reply Last reply Reply Quote 0
                  • L
                    LucaL @LucaL
                    last edited by

                    @David-Healey just fixed it. It now seems to all work like intended. Again thank you so much for your help, I was panicking so much before. I'll now try to get it running in the project where the interface is already designed

                    L 1 Reply Last reply Reply Quote 1
                    • L
                      LucaL @LucaL
                      last edited by

                      @David-Healey I just got one more problem with my mute and solo script which is always throwing the error unknown function setControlCallback. This is the part of the code which it is referring to
                      // Initialize channel components
                      for (i = 0; i < NUM_CHANNELS; i++)
                      {
                      gainFX[i] = Synth.getEffect("SimpleGain" + i);

                      knbGain[i] = Content.getComponent("knbGain" + i);
                      knbGain[i].setControlCallback(onknbGainControl);
                      
                      1 Reply Last reply Reply Quote 0
                      • L
                        LucaL @LucaL
                        last edited by

                        @David-Healey and one more issue sadly, I only got audio coming from the left channel only

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

                          @LucaL knbGain[i] doesn't contain what you think it contains

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

                          1 Reply Last reply Reply Quote 0
                          • L
                            LucaL @LucaL
                            last edited by

                            @David-Healey what am I overlooking?

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

                            26

                            Online

                            2.5k

                            Users

                            13.9k

                            Topics

                            121.3k

                            Posts