HISE Logo Forum
    • Categories
    • Register
    • Login

    Develop branch build status

    Scheduled Pinned Locked Moved General Questions
    compilebuilddeveloplatest
    300 Posts 21 Posters 45.1k 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

      I've changed this line to something else, but I have no idea why it would crash or if the new way fixes it, so please have a go :)

      d.healeyD 2 Replies Last reply Reply Quote 1
      • d.healeyD
        d.healey @Christoph Hart
        last edited by

        @Christoph-Hart Thanks, I'll try it this evening :)

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

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

          @Christoph-Hart said in Develop branch build status:

          I've changed this line to something else, but I have no idea why it would crash or if the new way fixes it, so please have a go :)

          Yep that seems to have fixed it (in debug at least, building release now).

          End/Home keys are still messed up. Where should I hunt in the codebase to try and fix this myself?

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

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

            Link Preview Image
            HISE/hi_tools/mcl_editor/code_editor/TextEditor.cpp at 3c0afbf057a7323458a721ad1967fa4722289d1c · christophhart/HISE

            The open source framework for sample based instruments - HISE/hi_tools/mcl_editor/code_editor/TextEditor.cpp at 3c0afbf057a7323458a721ad1967fa4722289d1c · christophhart/HISE

            favicon

            GitHub (github.com)

            Try

            #if JUCE_WINDOWS || JUCE_LINUX
            

            instead.

            d.healeyD 1 Reply Last reply Reply Quote 1
            • d.healeyD
              d.healey @Christoph Hart
              last edited by

              @Christoph-Hart Yep that did it, thanks!

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

              1 Reply Last reply Reply Quote 0
              • orangeO
                orange @LinuxVst
                last edited by orange

                @LinuxVst said in Develop branch build status:

                Mac OS Big Sur Intel: Updated
                Compiled Successfully the Latest Develop ( 22-07-2021) under Big Sur 11.1
                on a Mac Pro 4.1 Flashed to 5.1

                i Used Xcode 12 and also installed Command_Line_Tools_for_Xcode_12 from
                September 17 2020
                Works! Under Intel

                This is Xcode 12.0

                For ARM & Intel universal binaries, minimum version must be Xcode 12.2. So this won't built ARM based plugins on Intel machines.

                Link Preview Image
                Building a Universal macOS Binary | Apple Developer Documentation

                Create macOS apps and other executables that run natively on both Apple silicon and Intel-based Mac computers.

                favicon

                Apple Developer Documentation (developer.apple.com)

                develop Branch / XCode 13.1
                macOS Monterey / M1 Max

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

                  Exporting projects with latest commit produces an error

                  HISE/hi_components/markdown_components/MarkdownComponents.cpp:516:17: error: ‘PopupIncludeEditor’ has not been declared
                  

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

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

                    @d-healey Can confirm on OSX as well.

                    DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                    https://dhplugins.com/ | https://dcbreaks.com/
                    London, UK

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

                      There's a quirk when dragging to highlight text in the new editor. If you drag from right to left into the margin the cursor and highlight jumps to the end of the line.

                      Peek 2021-08-25 12-05.gif

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

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

                        Shift+Tab behaviour is problematic

                        Peek 2021-08-25 12-31.gif

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

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

                          Tab spacing is inconsistent. First tab on a line is 6 spaces, after that they're 5 spaces and the cursor doesn't indicate which column the text will be entered.

                          Peek 2021-08-25 12-40.gif

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

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

                            Closing quotation mark isn't automatically added

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

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

                              Console doesn't autoscroll to the end of the output

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

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

                                Another highlighting glitch. I can't select the closing curly brace with the mouse when line breaks are disabled, re-enabling line breaks solves the issue.

                                Peek 2021-08-25 14-46.gif

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

                                1 Reply Last reply Reply Quote 2
                                • d.healeyD
                                  d.healey
                                  last edited by

                                  No horizontal scrollbar when line exceeds editor width and line breaks are disabled.

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

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

                                    Tab spacing is inconsistent.

                                    This might be a linux only problem - I remember fixing tab intention on macOS (I think the new line characters messed it up somehow). Can you reproduce this on windows? (I can't).

                                    No horizontal scrollbar when line exceeds editor width and line breaks are disabled.

                                    Yeah, I haven't added one yet, I'm too lazy.

                                    The rest of the editor things should be fixed.

                                    d.healeyD 2 Replies Last reply Reply Quote 1
                                    • MikeBM
                                      MikeB
                                      last edited by

                                      A double click on an entry in the APICollection now does not add a new line in the editor with the selected entry.

                                      Is this only the case for me?

                                      "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

                                      Matt_SFM ulrikU 2 Replies Last reply Reply Quote 2
                                      • Matt_SFM
                                        Matt_SF @MikeB
                                        last edited by

                                        @MikeB same here 🙂

                                        Develop branch
                                        Win10 & VS17 / Ventura & Xcode 14. 3

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

                                          @MikeB same here

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

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

                                            @Christoph-Hart said in Develop branch build status:

                                            Tab spacing is inconsistent.

                                            This might be a linux only problem - I remember fixing tab intention on macOS (I think the new line characters messed it up somehow). Can you reproduce this on windows? (I can't).

                                            No horizontal scrollbar when line exceeds editor width and line breaks are disabled.

                                            Yeah, I haven't added one yet, I'm too lazy.

                                            The rest of the editor things should be fixed.

                                            Thanks, you've been busy!

                                            I'll investigate the tab spacing further.

                                            Is this only the case for me?

                                            Me too

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

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

                                            25

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.6k

                                            Posts