Forum

    • Register
    • Login
    • Search
    • Categories

    Link To An Up To Date Commit ( Stable )

    General Questions
    6
    14
    232
    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.
    • Natan
      Natan last edited by

      Hello Everyone, Hope All IsDoing Well
      Trying To Build A Stable And Up To Date, Any Link Is Appreciated

      Note: @d-healey Is This One Stable Enough?
      https://github.com/davidhealey/HISE/tree/e634e73fc542f0c1c015524022b5640246237ca4

      Thanks

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

        @Natanr Ya should be

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

        1 Reply Last reply Reply Quote 0
        • Casey Kolb
          Casey Kolb last edited by

          @d-healey I'm having some issues compiling your most recent develop branch commit. Coming up with some of the following errors along with a few errors that still exist on Christoph's most recent scriptnode commit.

          ❌  /Users/brandonmontell/Documents/HISE/hi_components/plugin_components/PresetBrowser.cpp:912:50: use of undeclared identifier 'bankColumnWidth'; did you mean 'columnWidth'?
          
                                  bankColumn->setBounds(listArea.removeFromLeft(bankColumnWidth).reduced(2, 2));
                              ^
          
          ❌  /Users/brandonmontell/Documents/HISE/hi_components/plugin_components/PresetBrowser.cpp:915:54: use of undeclared identifier 'bankColumnWidth'; did you mean 'columnWidth'?
          
                                  categoryColumn->setBounds(listArea.removeFromLeft(bankColumnWidth).reduced(2, 2));
                                    ^
          
          ❌  /Users/brandonmontell/Documents/HISE/hi_components/plugin_components/PresetBrowser.cpp:917:51: use of undeclared identifier 'presetColumnWidth'
          
                          presetColumn->setBounds(listArea.removeFromLeft(presetColumnWidth).reduced(2, 2));
                                    ^
          
          ❌  /Users/brandonmontell/Documents/HISE/hi_components/plugin_components/PresetBrowser.cpp:1036:21: out-of-line definition of 'setColumnWidthRatio' does not match any declaration in 'hise::PresetBrowser'
          
          void PresetBrowser::setColumnWidthRatio(double newColumnWidthRatio)
                                                                          ^
          ❌  /Users/brandonmontell/Documents/HISE/hi_components/plugin_components/PresetBrowser.cpp:1178:19: use of overloaded operator '=' is ambiguous (with operand types 'juce::File' and 'void')
          
                          currentBankFile = {};
                              ^~~~~~~~~~~~~~~~~~~
          
          ❌  /Users/brandonmontell/Documents/HISE/hi_components/plugin_components/PresetBrowser.cpp:1179:23: use of overloaded operator '=' is ambiguous (with operand types 'juce::File' and 'void')
          
                          currentCategoryFile = {};
          

          Any ideas?

          Casey Kolb
          Founder & CEO of Lunacy Audio
          Composer | Producer | Software Developer

          d.healey 1 Reply Last reply Reply Quote 0
          • d.healey
            d.healey @Casey Kolb last edited by

            @Lunacy-Audio Most recent doesn't work, I think any commit before Christoph merged in his scriptnode updates should still work, if not just keep going back until you find a working one.

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

            1 Reply Last reply Reply Quote 1
            • Casey Kolb
              Casey Kolb last edited by

              Got it! Thanks.

              Casey Kolb
              Founder & CEO of Lunacy Audio
              Composer | Producer | Software Developer

              1 Reply Last reply Reply Quote 0
              • Casey Kolb
                Casey Kolb last edited by

                Mostly just trying to find a way to use the new Server API with a stable build.

                Casey Kolb
                Founder & CEO of Lunacy Audio
                Composer | Producer | Software Developer

                d.healey 1 Reply Last reply Reply Quote 0
                • d.healey
                  d.healey @Casey Kolb last edited by

                  @Lunacy-Audio I haven't been successful with this yet either 😞

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

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

                    Yeah, macOS is not behaving again 🙂 I'll fix it real quick.

                    However please be aware that the Server API is not final and might be changed in the next weeks, but for checking stuff out it's fine - also let me know if you need anything in there, the idea is to make this as generic as possible.

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

                      Alright I've fixed the lines that @arminh was also reporting in the other thread, but please make sure you've got the right version, because I don't have the lines where the other errors occur (also your error line numbers are off by about 20 lines).

                      A hisefilo 2 Replies Last reply Reply Quote 0
                      • Casey Kolb
                        Casey Kolb last edited by

                        Ok sounds great! I tested the server stuff in some previous scriptnode commits with my site's licensing system and it all seemed to be working well 😀

                        Casey Kolb
                        Founder & CEO of Lunacy Audio
                        Composer | Producer | Software Developer

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

                          @Christoph-Hart ok thanks! 🙂

                          Build without problems but like you said - expansion system is still unusable 😛

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

                            @Christoph-Hart compiled. working like a charm. will be my stable version from now (Waiting anxiously for HISE 3.0)

                            hisefilo 1 Reply Last reply Reply Quote 1
                            • hisefilo
                              hisefilo @hisefilo last edited by

                              @Christoph-Hart well, now noticing an Unexpected Quit eveyy time I close Hise

                              
                              Crashed Thread:        0  JUCE Message Thread  Dispatch queue: com.apple.main-thread
                              
                              Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
                              Exception Codes:       EXC_I386_GPFLT
                              Exception Note:        EXC_CORPSE_NOTIFY
                              
                              Termination Signal:    Segmentation fault: 11
                              Termination Reason:    Namespace SIGNAL, Code 0xb
                              Terminating Process:   exc handler [48804]
                              
                              Application Specific Information:
                              Performing @selector(terminate:) from sender NSMenuItem 0x600000731260
                              
                              Natan 1 Reply Last reply Reply Quote 1
                              • Natan
                                Natan @hisefilo last edited by Natan

                                @hisefilo Same Here On Hise Itself And Also In Ableton When Closing The DAW Or Hise☹
                                Edit: Win10 64

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

                                14
                                Online

                                1.1k
                                Users

                                6.7k
                                Topics

                                62.1k
                                Posts