HISE Logo Forum
    • Categories
    • Register
    • Login

    Error on HISE latest develop build

    Scheduled Pinned Locked Moved Bug Reports
    37 Posts 4 Posters 2.6k 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.
    • M
      mwplugs @d.healey
      last edited by

      @d-healey i read in your develop branch thread how one person had to update im trying that now

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

        @mwplugs

        update im trying that now

        Update what?

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

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

          @d-healey VS2017 mine was from 2019 trying now

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

            @mwplugs You can use 2019 but you have to retarget the project that Projucer generates

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

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

              @d-healey im gonna try getting it thru as is. i swear i remember having to change the MFC in project settings to Static Library from Standard WIndows Libraries. but it doesnt say to do anything like that anywhere maybe i had to do that to compile vst3 or aax or something to do with IPP dont remember.

              M 1 Reply Last reply Reply Quote 0
              • M
                mwplugs @mwplugs
                last edited by

                @mwplugs ugh same errors over and over

                Severity Code Description Project File Line Suppression State
                Error C2039 'getNumAllocated': is not a member of 'juce::Arrayjuce::var,juce::DummyCriticalSection,0' (compiling source file ....\JuceLibraryCode\include_hi_scripting_01.cpp) HISE_SharedCode h:\hise-develop2\hise-develop\hi_scripting\scripting\engine\javascriptengineexpressions.cpp 136

                Severity Code Description Project File Line Suppression State
                Error C2039 'getNumAllocated': is not a member of 'juce::Arrayjuce::var,juce::DummyCriticalSection,0' (compiling source file ....\JuceLibraryCode\include_hi_scripting_01.cpp) HISE_SharedCode h:\hise-develop2\hise-develop\hi_scripting\scripting\engine\javascriptengineobjects.cpp 85

                Severity Code Description Project File Line Suppression State
                Error LNK1181 cannot open input file 'HISE x64 16 Out.lib' HISE_VST H:\HISE-develop2\HISE-develop\projects\plugin\Builds\VisualStudio2017\LINK 1

                M 1 Reply Last reply Reply Quote 0
                • M
                  mwplugs @mwplugs
                  last edited by

                  @mwplugs it is trying to use this file HISE x64 16 Out.lib and hise isnt creating it. so it never finds it...

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

                    @mwplugs Are you compiling the plugin version or the standalone version?

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

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

                      @d-healey plugin multichannel. i need the 16 outs. and the standalone version cant export properly routed multiple out plugins only the multi channel plugin version

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        mwplugs @mwplugs
                        last edited by

                        @mwplugs i would love to just use the standalone version but ive never gotten exported plugins to have more than 1 stereo out regardless of what i do

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          mwplugs @mwplugs
                          last edited by

                          @mwplugs i know thats how it was 3-4 years ago not sure if that changed or if there is a way to make the standalone have multiple outs in the juce settings hmmm

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

                            @mwplugs Hi, i use only the standalone version to export multichannel instruments, I just implement a Routing Matrix based on combo boxes or if you don't want the user can change the routing you can fix the outputs with a script. You can't monitor the outputs in Hise but in the compiled plugin works fine.

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

                              @mwplugs

                              make the standalone have multiple outs

                              Add this preprocessor definition in your project preferences HISE_NUM_PLUGIN_CHANNELS=16

                              You might also need to do some routing in the script, instructions in this thread - https://forum.hise.audio/topic/2479/build-fail-semantics-reference-to-point-is-ambiguous/35

                              btw did you try to compile the plugin version directly after compiling the standalone version?

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

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

                                @d-healey yeah ive implemented routing and multiple outputs in already compiled plugins i just know before a few years back hise wouldnt actually make the plugins multi out from the standalone only from the plugin version. that was many years ago. but im gonna see if i can get the standalone to compile. as the plugin version of the latest develop build is not working no matter what i try. now i rolled back a few days so we shall see.

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  mwplugs @mwplugs
                                  last edited by

                                  @mwplugs is there something i have to input in JUCE to make the standalone version 16 out? i know you put that in your hise preferences ive gotten all that to work. but i just cant get any of these develop builds to compile.

                                  S 1 Reply Last reply Reply Quote 0
                                  • S
                                    Soundavid @mwplugs
                                    last edited by

                                    @mwplugs In the Macros.h Header you can define the NUM_MAX_CHANNELS, actually I set this to 32 channels with no problem.

                                    M d.healeyD 2 Replies Last reply Reply Quote 0
                                    • M
                                      mwplugs @Soundavid
                                      last edited by

                                      @Soundavid where is that? and cant i just input something into JUCE before i open in VS2017? or do i have to edit the macros files?

                                      S 1 Reply Last reply Reply Quote 0
                                      • S
                                        Soundavid @mwplugs
                                        last edited by

                                        @mwplugs I don't know if there is a flag for that but you can find it in hi_tools - Macros.h, it's in the very beginning.

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          mwplugs @Soundavid
                                          last edited by

                                          @Soundavid alright i finally got the HISE standalone to compile. but the plugin version would not. im attempting to compile a plugin now to check and make sure.

                                          the layout is wayyy different

                                          i noticed one problem off the bat...

                                          the loop players are not displaying waveforms on GUI anymore. is there some new setting of change i have to make in order to have the WAVEFORM display on the GUI for the loop player? its displaying like nothing is loaded with that dialog it says to right click but the sounds are loaded and make noise? so weird

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

                                            @Soundavid said in Error on HISE latest develop build:

                                            @mwplugs In the Macros.h Header you can define the NUM_MAX_CHANNELS, actually I set this to 32 channels with no problem.

                                            You don't need to do this. Just use the the preprocessor definition in your project. I've just tested this and it works.

                                            but the plugin version would not.

                                            Did you clean the build directory after compiling the standalone version?

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

                                            M S 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            18

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.3k

                                            Posts