HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. JeHathor
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Groups 0

    JeHathor

    @JeHathor

    3
    Reputation
    7
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 25
    Location Germany

    JeHathor Unfollow Follow

    Best posts made by JeHathor

    • RE: Loading samples into compiled plugin

      Nevermind.
      I must have tried to load the samples before and pointed the plugin to the wrong project folder. After identifying and temporarily moving this folder I was able to relocate my samples.

      Thanks anyway!

      It's good to know were to find these files.

      posted in General Questions
      J
      JeHathor
    • RE: Problem with building scriptnote (ipp disabled)

      This Solved it.

      Thanks a lot !!! @d-healey

      posted in General Questions
      J
      JeHathor
    • Problem with building scriptnote (ipp disabled)

      I have been dealing with Hise for a few days now. I managed to build Hise-master with Visual Studio 2017 and create+export a first standalone application. When trying to export the whole thing as a vst plugin I got an error message and found out via the forum that the master version is outdated. So I switched to scriptnote and did exactly the same steps as needed to build Hise-master: Cloning the project, adding the third party SDKs and since I don't want to use IPP I disabled it in ProJucer in the module hi_core (both in plugin and standalone).
      However, in Visual Studio I keep getting the error message: "...\hise-scriptnode\hi_streaming\hi_streaming.h(69): fatal error C1083: Unable to open file (include): "ipp.h": No such file or directory"
      How can this be possible when I have excluded the use of IPP exactly as before? Have I perhaps overlooked something?

      posted in General Questions
      J
      JeHathor

    Latest posts made by JeHathor

    • RE: Loading samples into compiled plugin

      Nevermind.
      I must have tried to load the samples before and pointed the plugin to the wrong project folder. After identifying and temporarily moving this folder I was able to relocate my samples.

      Thanks anyway!

      It's good to know were to find these files.

      posted in General Questions
      J
      JeHathor
    • RE: Loading samples into compiled plugin

      Hmmm. I'll check it again.
      Maybe it's something with my samplemap.

      [edit]
      Let's assume I have already set a location.
      How can I relocate it then? @d-healey

      posted in General Questions
      J
      JeHathor
    • RE: Loading samples into compiled plugin

      @d-healey said in Loading samples into compiled plugin:

      @JeHathor If you haven't changed anything in the default HISE setup then the user will be prompted on first run to locate/install the samples.

      Only in the standalone application...

      posted in General Questions
      J
      JeHathor
    • RE: Loading samples into compiled plugin

      That's what I tried, but it didn't work.
      Can't I just point to a subfolder somehow?

      Or how can I give the user the choice to locate a folder?

      posted in General Questions
      J
      JeHathor
    • Loading samples into compiled plugin

      I currently have the problem that my compiled vst sampler only loads audio files if I specify a fixed path in the samplemap. E.g. "C:\Users\Public\MyPlugin\Samples\trumpet_080-G#.wav" But I want to be able to load the samples relative to the plugin location, so that both samples and plugin are in one place and loadable from anywhere. But if I compile the whole thing with something like "{PROJECT_FOLDER}trumpet_080-G#.wav" instead, I get no sound in my DAW. Unfortunately, for the time being, I have not been able to find a solution for this.

      posted in General Questions
      J
      JeHathor
    • RE: Problem with building scriptnote (ipp disabled)

      I would like to follow up on this post and report on the further progress. Maybe this will help others.

      After I successfully compiled HISE-scriptnote I got an error message after opening and exporting my project which I reproduced here:

      ...\binaries\source\plugin.cpp(30): error C2039: "getExpansionKey": Is not an element of
      "hise::FrontendHandler" [C:...\Binaries\Builds\VisualStudio2017\My_App.vcxproj]
      ...\binaries\source\plugin.cpp(31): error C2039: "getExpansionType": Is not an element of
      n "hise::FrontendHandler" [C:...\Binaries\Builds\VisualStudio2017\My_App.vcxproj]

      This error was due to the fact that in Preferences I had not yet changed the HISE path from HISE-master to HISE-scriptnote.

      After that the following error occurred (and it was rather a hard nut to crack):

      hise-scriptnode\juce\modules\juce_audio_plugin_client\vst\juce_vst_wrapper.cpp
      (95): fatal error C1083: unable to open file (include): "pluginterfaces/vst2.x/aeffect.h": No such file or
      directory [C:...\Binaries\Builds\VisualStudio2017\My_VST.vcxproj]

      It appears that "aeffect.h" is no longer included in the steinberg SDK because VST 2 support has been discontinued.
      "https://www.steinberg.net/en/newsandevents/news/newsdetail/article/vst-2-coming-to-an-end-4727.html"

      I don't know if there is another solution to the problem, but I was able to help myself with an archived version.
      "https://www.steinberg.net/sdk_downloads/vstsdk367_03_03_2017_build_352.zip" (!)

      After downloading just copy the unzipped folder VST_SDK/VST2_SDK_pluginterfaces and paste it into HISE-scriptnode\tools\SDK\VST3 SDK.
      Then everything should work.

      posted in General Questions
      J
      JeHathor
    • RE: Problem with building scriptnote (ipp disabled)

      This Solved it.

      Thanks a lot !!! @d-healey

      posted in General Questions
      J
      JeHathor
    • Problem with building scriptnote (ipp disabled)

      I have been dealing with Hise for a few days now. I managed to build Hise-master with Visual Studio 2017 and create+export a first standalone application. When trying to export the whole thing as a vst plugin I got an error message and found out via the forum that the master version is outdated. So I switched to scriptnote and did exactly the same steps as needed to build Hise-master: Cloning the project, adding the third party SDKs and since I don't want to use IPP I disabled it in ProJucer in the module hi_core (both in plugin and standalone).
      However, in Visual Studio I keep getting the error message: "...\hise-scriptnode\hi_streaming\hi_streaming.h(69): fatal error C1083: Unable to open file (include): "ipp.h": No such file or directory"
      How can this be possible when I have excluded the use of IPP exactly as before? Have I perhaps overlooked something?

      posted in General Questions
      J
      JeHathor