Forum

    • Register
    • Login
    • Search
    • Categories

    Error in VST Plugins Compilation

    Bug Reports
    5
    19
    260
    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.
    • ?
      A Former User last edited by

      I am new to Hise. Last couple of days I was watching David Healey's Tutorials on Youtube. But when I tried to make a simple VST plugins(just a knob) it ends up with the following errors.

      " include_juce_audio_plugin_client_VST2.cpp
      C:\HISE-master\JUCE\modules\juce_audio_plugin_client\VST\juce_VST_Wrapper.cpp(95,10): fatal error C1083: Cannot open include file: 'pluginterfaces/vst2.x/aeffect.h': No such file or directory"
      But I have installed VST SDK in exact same directory showed by D.Healey.
      alt text
      alt text

      Please solve my problem. I want to make VST plugins with HISE.[0_1606538817828_TestKnobs.rar](Uploading 100%)

      Severity	Code	Description	Project	File	Line	Suppression State
      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 ..\..\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_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	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 ..\..\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 ..\..\JuceLibraryCode\include_hi_core.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	546	
      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 ..\..\Source\Plugin.cpp)	TestKnobs_SharedCode	C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h	550	
      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	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_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	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	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	C4244	'+=': conversion from 'double' to 'Type', possible loss of data	TestKnobs_SharedCode	C:\HISE-master\hi_modules\effects\fx\GainEffect.h	231	
      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	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_core.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	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	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	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	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	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	'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	'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	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	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	
      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	
      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	
      
      ```[TestKnobs.zip](/assets/uploads/files/1606538952898-testknobs.zip)
      1 Reply Last reply Reply Quote 0
      • d.healey
        d.healey last edited by

        Have you checked that the file it is looking for exists pluginterfaces/vst2.x/aeffect.h ?

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

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

          @d-healey It's in the screenshot

          so is:

          a1752c75-d4ca-43ce-bd47-66eb9bee20e6-image.png

          I assume HISE-master is the old version right? Not scriptnode?

          Music - Instruments

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

            Yeah, use Scriptnode

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

            ? 2 Replies Last reply Reply Quote 0
            • ?
              A Former User @d.healey last edited by

              @d-healey Scriptnode? How will I get it? Every thing I am trying after watching your tutorial "Building HISE on Windows 10 2019" Youtube video. And from the video description I got this link HISE GitHub (source code) - https://github.com/christophhart/HISE

              Can you make a Simple VST (export and compile) tutorials ? There is no proper tutorials on HISE regarding VST building. Thanks.

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

                @iamlamprey What is scriptnode? How will I get it? I'm total newbie on Hise plugins development. I hope I'm not bothering you by my silly questions.
                Regards,
                TM

                A 1 Reply Last reply Reply Quote 0
                • ?
                  A Former User @d.healey last edited by

                  @d-healey I'm total newbie on Hise plugins development. I hope I'm not bothering you by my silly questions.
                  Regards,
                  TM

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

                    Scriptnode is one of the HISE development branches. You can get it here - https://github.com/christophhart/HISE/tree/scriptnode.

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

                    ustk ? 3 Replies Last reply Reply Quote 2
                    • ustk
                      ustk @Guest last edited by

                      @Tania-Mosh On github you have several Branches per Repository. The default one is the "master" branch. But this one is deprecated, so the one we all use is "scriptnode" branch. So if for the moment you just download online and not yet use .git from your computer, you have to download the scriptnode branch manually.
                      go there => https://github.com/christophhart/HISE
                      Click the "master" drop menu and select scriptnode (all the way down)
                      Then you should be able to download the ZIP file (green button)

                      @d-healey already made videos on how to export VST and other formats.

                      I cannot help pressing F5 in the forum...
                      Studio427 Audio - Audio Instruments & FX Plugins for music production. Website - Facebook

                      ? 1 Reply Last reply Reply Quote 2
                      • ustk
                        ustk @d.healey last edited by

                        @d-healey sorry for the cross-post...

                        I cannot help pressing F5 in the forum...
                        Studio427 Audio - Audio Instruments & FX Plugins for music production. Website - Facebook

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

                          @ustk Thank you so much. Now I got it.

                          1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User @d.healey last edited by

                            @d-healey Thank you very much sir.

                            1 Reply Last reply Reply Quote 0
                            • ?
                              A Former User @d.healey last edited by

                              @d-healey Now my problem is.. I use JUCE (latest version 6.o) but and when I open projucer and trying to open the HISE Standalone.jucer file, it is asking to update JUCE(Hise Scriptnode projucer 5.4) What should I do? Can I open it in the Latest version ofJUCE or do I need the old one?

                              1 Reply Last reply Reply Quote 0
                              • iamlamprey
                                iamlamprey last edited by

                                There's a specific version of Projucer in the HISE folder, use that:

                                89f6a728-0453-49fc-9295-f90226acb6cc-image.png
                                e8f9273a-cc97-44fb-a40e-79d8189daf20-image.png

                                Music - Instruments

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

                                  @iamlamprey Ok.. Got it. Thankyou.

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    andioak @Guest last edited by

                                    @Tania-Mosh said in Error in VST Plugins Compilation:

                                    @iamlamprey What is scriptnode? How will I get it? I'm total newbie on Hise plugins development. I hope I'm not bothering you by my silly questions.
                                    Regards,
                                    TM

                                    @d-healey I was there a few weeks ago, I would love a Youtube video on "hise development from start to finish" that could include the choosing of the "edition/version/branch" of hise. It is a bit confusing when getting into it. 🙂

                                    ? d.healey 2 Replies Last reply Reply Quote 0
                                    • ?
                                      A Former User @andioak last edited by

                                      @andioak Exactly. Same here. It will be nice if anyone makes a complete guide/getting started type of videos. It is very daunting to follow some abrupt tutorials from here and there.
                                      Cheers !!

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

                                        @andioak It's in the works

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

                                        A 1 Reply Last reply Reply Quote 2
                                        • A
                                          andioak @d.healey last edited by

                                          @d-healey Yeeeeei!!! Supreme 👍 ☺

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

                                          15
                                          Online

                                          977
                                          Users

                                          6.6k
                                          Topics

                                          60.6k
                                          Posts