HISE Logo Forum
    • Categories
    • Register
    • Login

    VST export failed

    Scheduled Pinned Locked Moved Bug Reports
    89 Posts 13 Posters 11.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.
    • Dan KorneffD
      Dan Korneff @ulrik
      last edited by

      @ulrik It appears that my file structure is already like this
      vst location.png

      @gorangrooves @Christoph-Hart It looks like the flock.cpp files is located in a different folder
      HISE is looking for base/source/flock.cpp
      but the file is located in base/thread/source/flock.cpp
      flock location.png

      Dan Korneff - Producer / Mixer / Audio Nerd

      ulrikU 1 Reply Last reply Reply Quote 0
      • Dan KorneffD
        Dan Korneff
        last edited by

        I tried copying the file froom /thread/source to /source with no luck.

        Within juce_VST3Headers.h we have

        #if VST_VERSION >= 0x030608
         #include <base/thread/source/flock.cpp>
         #include <pluginterfaces/base/coreiids.cpp>
        #else
         #include <base/source/flock.cpp>
        

        What's the difference? and if they are different, where can I find the one I need?
        Also, the VST3 folder within \tools\SDK\VST3 SDK\base\source is very different than the one in \JUCE\modules\juce_audio_processors\format_types\VST3_SDK\base\source.
        Why do 2 exist?

        Dan Korneff - Producer / Mixer / Audio Nerd

        Dan KorneffD 1 Reply Last reply Reply Quote 0
        • Dan KorneffD
          Dan Korneff @Dan Korneff
          last edited by

          @dustbro said in VST export failed:

          I tried copying the file froom /thread/source to /source with no luck.

          Looks like i had to copy the file
          from

          \JUCE\modules\juce_audio_processors\format_types\VST3_SDK\base\source 
          

          to

           \tools\SDK\VST3 SDK\base\source
          

          Dan Korneff - Producer / Mixer / Audio Nerd

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

            @dustbro Ok, is it the expanded SDK that followed Hise?
            Cause the Steinberg SDK does not have the same structure

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

            Dan KorneffD 2 Replies Last reply Reply Quote 0
            • Dan KorneffD
              Dan Korneff @ulrik
              last edited by

              @ulrik :woman_shrugging_medium-light_skin_tone:

              c:\program files\hise-scriptnode\tools\sdk\vst3 sdk\base\source\flock.cpp(40): fatal error C1083: Cannot open include f
              ile: 'base/thread/include/flock.h': No such file or directory
              

              looks like I have more files to copy 💩

              Dan Korneff - Producer / Mixer / Audio Nerd

              ulrikU 1 Reply Last reply Reply Quote 0
              • Dan KorneffD
                Dan Korneff @ulrik
                last edited by

                c:\program files\hise-scriptnode\tools\sdk\vst3 sdk\base\thread\include\flock.h(105): error C3646: 'SMTG_OVERRIDE': unk
                nown override specifier
                

                It appears that it's just looking for the SDK located in

                \JUCE\modules\juce_audio_processors\format_types\
                

                can I just redirect HISE to use this SDK instead of the one within tools?

                Dan Korneff - Producer / Mixer / Audio Nerd

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

                  @dustbro sorry I can't figure it out what is wrong 🤔

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

                  Dan KorneffD 1 Reply Last reply Reply Quote 0
                  • Dan KorneffD
                    Dan Korneff @ulrik
                    last edited by Dan Korneff

                    @ulrik said in VST export failed:

                    orry I can't figure it out what is wrong

                    Figured it out.
                    #1 - copy the sdk from the JUCE folder to TOOLS folder

                    COPY
                    \JUCE\modules\juce_audio_processors\format_types\VST3_SDK
                    TO
                    \tools\SDK
                    

                    #2- copy vst2.x folder to new sdk

                    COPY
                    \tools\SDK\VST3 SDK\pluginterfaces\vst2.x
                    TO
                    \tools\SDK\VST3_SDK\pluginterfaces\vst2.x
                    

                    #3- in Tools folder

                    REMOVE OR RENAME VST3 SDK
                    

                    #4 - in Tools folder

                    RENAME VST3_SDK 
                    TO
                    VST3 SDK
                    

                    Dan Korneff - Producer / Mixer / Audio Nerd

                    ? 1 Reply Last reply Reply Quote 3
                    • D
                      Dewdman42
                      last edited by

                      Man I can't get HISE to compile either. I have extracted the sdk.zip with the secret password already. I can see vst2.x folders in the right place, but compiler in Xcode still gives me this

                      'pluginterfaces/vst2.x/aeffect.h' file not found
                      
                      d.healeyD ? 2 Replies Last reply Reply Quote 0
                      • d.healeyD
                        d.healey @Dewdman42
                        last edited by

                        @Dewdman42 Post a pic of your folder structure to the vst folder just to verify that it is correct. And are you compiling HISE as a plugin or exporting a plugin from HISE?

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

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

                          @dustbro i have done all the steps still having this problems.TestKnobs.zip

                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_product_unlocking.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                          Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                          Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                          Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                          Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                          Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                          Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                          Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                          Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                          Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                          Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                          Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                          Warning	C4589	Constructor of abstract class 'hise::TimeModulation' ignores initializer for virtual base class 'hise::Modulation' (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_dsp\modules\Modulators.cpp	224	
                          Warning	C4100	'putInTabWithMainInterface': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_core\hi_core\ExpansionHandler.cpp	40	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                          Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                          Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                          Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                          Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                          Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                          Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                          Warning	C4189	'numToDo': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\convolution\Convolution.cpp	298	
                          Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                          Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                          Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                          Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                          Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                          Warning	C4100	'c': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\api\ScriptingApiObjects.cpp	379	
                          Warning	C4100	'e': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\api\ScriptingApiObjects.cpp	379	
                          Warning	C4244	'initializing': conversion from 'juce::int64' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\api\ScriptingApiObjects.cpp	434	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_tools.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                          Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                          Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                          Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                          Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_audio_plugin_client_utils.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_audio_processors.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_audio_utils.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_gui_basics.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_gui_extra.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_opengl.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                          Error	C1083	Cannot open include file: 'pluginterfaces/vst2.x/aeffect.h': No such file or directory	TestKnobs_VST	C:\HISE-master\JUCE\modules\juce_audio_plugin_client\VST\juce_VST_Wrapper.cpp	95	
                          
                          
                          Dan KorneffD 1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User @Dewdman42
                            last edited by

                            @Dewdman42 Same problem for me too.

                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_product_unlocking.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                            Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                            Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                            Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                            Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                            Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                            Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                            Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                            Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                            Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                            Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                            Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                            Warning	C4589	Constructor of abstract class 'hise::TimeModulation' ignores initializer for virtual base class 'hise::Modulation' (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_dsp\modules\Modulators.cpp	224	
                            Warning	C4100	'putInTabWithMainInterface': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_core\hi_core\ExpansionHandler.cpp	40	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                            Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                            Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                            Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                            Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                            Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                            Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                            Warning	C4189	'numToDo': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\convolution\Convolution.cpp	298	
                            Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                            Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                            Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                            Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                            Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                            Warning	C4100	'c': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\api\ScriptingApiObjects.cpp	379	
                            Warning	C4100	'e': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\api\ScriptingApiObjects.cpp	379	
                            Warning	C4244	'initializing': conversion from 'juce::int64' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\api\ScriptingApiObjects.cpp	434	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_tools.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	353	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
                            Warning	C4267	'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
                            Warning	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	232	
                            Warning	C4189	'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	197	
                            Warning	C4458	declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	251	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_audio_plugin_client_utils.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_audio_processors.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_audio_utils.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_gui_basics.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_gui_extra.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Warning	C4100	'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_opengl.cpp)	TestKnobs_SharedCode	C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h	194	
                            Error	C1083	Cannot open include file: 'pluginterfaces/vst2.x/aeffect.h': No such file or directory	TestKnobs_VST	C:\HISE-master\JUCE\modules\juce_audio_plugin_client\VST\juce_VST_Wrapper.cpp	95	
                            
                            
                            1 Reply Last reply Reply Quote 0
                            • Dan KorneffD
                              Dan Korneff @A Former User
                              last edited by

                              @Tania-Mosh hmm....
                              C:\HISE-master
                              are you using the latest scriptnode version?

                              Dan Korneff - Producer / Mixer / Audio Nerd

                              d.healeyD ? 2 Replies Last reply Reply Quote 0
                              • d.healeyD
                                d.healey @Dan Korneff
                                last edited by

                                @dustbro https://forum.hise.audio/topic/3235/error-in-vst-plugins-compilation/8

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

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

                                  @dustbro Yup. @ustk and @d-healey are helping to get me to the right track.

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

                                  25

                                  Online

                                  1.7k

                                  Users

                                  11.9k

                                  Topics

                                  103.7k

                                  Posts