HISE Logo Forum
    • Categories
    • Register
    • Login

    How far is HISE 3.0?

    Scheduled Pinned Locked Moved General Questions
    36 Posts 10 Posters 1.7k 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.
    • MikeBM
      MikeB
      last edited by

      Now it gets a bit confusing

      What is the latest version now?
      Meanwhile there are 5 versions in the active branch

      If there is a test version is the question:
      What can it do? What has changed/improved compared to the last scriptnode version.

      @christoph, @david - Please write a few lines about it.

      "One hour of trial and error can save 10 minutes of reading the manual."
      "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
      HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

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

        @MikeB You'd need to read through the commit history on github to find out what all the changes are, far too many to list here.

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

        1 Reply Last reply Reply Quote 0
        • MikeBM
          MikeB
          last edited by

          That doesn't answer the question about the last version?
          What is the last version
          Where can I find the last version
          at Christoph or at your site?

          "One hour of trial and error can save 10 minutes of reading the manual."
          "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
          HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

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

            Last stable version that should be used in production => Github -> scriptnode branch
            bleeding edge with fancy new stuff: Github -> scriptnode codegen rewrite branch

            Everything else is completely outdated. And yes, I already feel ashamed about the branch policy, so don't rub it in...

            MikeBM 1 Reply Last reply Reply Quote 5
            • MikeBM
              MikeB @Christoph Hart
              last edited by

              @Christoph-Hart said in How far is HISE 3.0?:

              Last stable version that should be used in production => Github -> scriptnode branch
              bleeding edge with fancy new stuff: Github -> scriptnode codegen rewrite branch

              Everything else is completely outdated. And yes, I already feel ashamed about the branch policy, so don't rub it in...

              Ok ;-)

              "One hour of trial and error can save 10 minutes of reading the manual."
              "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
              HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User
                last edited by

                @Christoph-Hart have you looked at the Error Log (Windows) that I post above?

                Christoph HartC 1 Reply Last reply Reply Quote 0
                • d.healeyD
                  d.healey
                  last edited by

                  I'm hitting some errors I've not seen before when compiling the codegen branch

                  /JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:119:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[0]’ to ‘juce::uint8&’ {aka ‘unsigned char&’}
                    119 |     forcedinline uint8& getBlue() noexcept            { return comps [indexB]; }
                  

                  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
                  • ?
                    A Former User
                    last edited by

                    Well it does compile on OSX, but Xcode looks like a Christmas tree when doing so... 😂

                    MikeBM ustkU 2 Replies Last reply Reply Quote 0
                    • MikeBM
                      MikeB @A Former User
                      last edited by

                      @UrsBollhalder said in How far is HISE 3.0?:

                      Well it does compile on OSX, but Xcode looks like a Christmas tree when doing so... 😂

                      When does Xcode not do that :beaming_face_with_smiling_eyes:

                      "One hour of trial and error can save 10 minutes of reading the manual."
                      "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
                      HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

                      ? 1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User @MikeB
                        last edited by

                        @MikeB 😂 Well... I love Christmas!🎄🎁

                        1 Reply Last reply Reply Quote 0
                        • A
                          alepan
                          last edited by

                          Fails to compile here... I'm probably doing something wrong in the Projucer... I need to have another look at Dave's video on compiling HISE...
                          So bad not being an IT expert...:(

                          1 Reply Last reply Reply Quote 0
                          • ustkU
                            ustk @A Former User
                            last edited by

                            @UrsBollhalder Strange, I can't compile here on osx 🙄

                            Can't help pressing F5 in the forum...

                            ? Christoph HartC 2 Replies Last reply Reply Quote 0
                            • ?
                              A Former User @ustk
                              last edited by

                              @ustk Well... It compiles with around 385 orange flags, so... it's crashing quite a bit a.o.... I also think @Christoph-Hart pushed a new version yesterday... maybe??! I haven't checked what it was all about...

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

                                @harris-rosendahl said in How far is HISE 3.0?:

                                have you looked at the Error Log (Windows) that I post above?

                                Yes, I remember getting this error too, but not sure what I did to fix it.

                                Have you resaved the projucer project after switching the branches? The VS solution file needs to be updated to a new C++ standard (these error message point to the wrong C++ standard being used).

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

                                  @ustk Make sure that the C++ version is set to C++17 in the project settings and resave the projucer file so it creates a new XCode project.

                                  Are you using the projucer build that came with HISE? And can you build the snex_workbench?

                                  ulrikU ustkU 2 Replies Last reply Reply Quote 0
                                  • ?
                                    A Former User @Christoph Hart
                                    last edited by

                                    @Christoph-Hart said in How far is HISE 3.0?:

                                    @harris-rosendahl said in How far is HISE 3.0?:

                                    have you looked at the Error Log (Windows) that I post above?

                                    Yes, I remember getting this error too, but not sure what I did to fix it.

                                    Have you resaved the projucer project after switching the branches? The VS solution file needs to be updated to a new C++ standard (these error message point to the wrong C++ standard being used).

                                    Yes I did. I also renamed HISE folder and deleted Projucer file in the Roaming folder to reset the caches. I can see approx. 6000 files loading while C++ loads the solution file, this is the proof of the update.

                                    but still no ucj, both Rellease and Debug versions can't be compiled in Windows 10 :(

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

                                      @Christoph-Hart It fails here too, MacOS 10.15.7, Xcode 10.1
                                      the project already had set to C++17.

                                      This is where it fails

                                      Skärmavbild 2021-06-04 kl. 14.13.13.png

                                      Skärmavbild 2021-06-04 kl. 14.13.03.png

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

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

                                        @Christoph-Hart

                                        • Yes, C++ is 17 (as always)
                                        • Yes, Projucer from Hise repo
                                        • Yes, I always launch Xcode from the Projucer so it's automatically resaving
                                        • No, I'm not able to compile the Workbench either...
                                        • I deleted the Builds folder

                                        I use XCode 8 (High Sierra so I could use xcode 10), could it be the source of the problems in my life?

                                        Untitled.png

                                        Can't help pressing F5 in the forum...

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

                                          Yes, please try Xcode 10 - XCode 8 might not support the C++17 standard

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

                                            @ulrik I just pushed a fix for this line - not sure why my XCode doesn't complain, but it isn't standard compliant C++ anyways.

                                            Check the latest commit fixed missing array template....

                                            ustkU ulrikU 2 Replies Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            48

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            101.8k

                                            Posts