HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Sounddiy
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 50
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Impulse Response File switching?

      Hi!

      Is this problem have been solved?
      I encountere the same problem with my project.

      When I export FX plugin Impulses files are switching.
      The file "Room_size1_time1L" number 16 become file number 1

      Thanks

      Math

      See pictures...

      HISE PROJECT : OK

      Capture1.PNG

      VST PLUGIN
      Capture2.PNG

      posted in General Questions
      S
      Sounddiy
    • RE: Error creating DLL

      @RenSot Read this post
      https://forum.hise.audio/post/77072

      I have the same issue.
      I need to copy and paste SRC folder and File.h (yourprojectfolder/DSPNetworks/ThirdParty/)
      to my project to Hise App root folder.

      Math

      posted in General Questions
      S
      Sounddiy
    • RE: Hise app is not open anymore after crash

      Ok great Excellent.
      I will do that.

      Thanks again david.

      posted in Bug Reports
      S
      Sounddiy
    • RE: Hise app is not open anymore after crash

      @d-healey Oh Thank you so much so much David ! It works
      :folded_hands: :folded_hands:

      posted in Bug Reports
      S
      Sounddiy
    • RE: Hise app is not open anymore after crash

      @d-healey

      Yes
      I double click on HISE.exe and it crashes, not project.

      posted in Bug Reports
      S
      Sounddiy
    • RE: Hise app is not open anymore after crash

      Hi David

      HISE.exe app crash

      posted in Bug Reports
      S
      Sounddiy
    • Hise app is not open anymore after crash

      Hi people

      My hise app do not respond anymore after a crash.

      • tested it on windows safe mode
      • Compiled another projucer projects

      I installed procdump to find the bug
      Crash line is : ( bold)

      Component* ScriptComponentList::Panel::createContentComponent(int /index/)
      {
      auto jp = dynamic_cast<JavascriptProcessor*>(getConnectedProcessor());
      auto c = jp->getContent();
      return new ScriptComponentList(c, defaultOpeness);

      Any ideas?

      thanks

      Math

      posted in Bug Reports
      S
      Sounddiy
    • RE: Faust error when compiling dll

      Same Problem here.

      @obolig , your solution works for me but how could we manage to find an other way to skip this error each times we compil?

      thanks

      Math

      posted in Faust Development
      S
      Sounddiy
    • RE: FAUST Doesn't work anymore

      @Sounddiy

      I found myself
      Rookie mistake !!

      I have hit on double arrow on faust core instead of hit F5 KEY in faust editor.
      Sorry

      posted in Faust Development
      S
      Sounddiy
    • FAUST Doesn't work anymore

      Hi !

      I recently started using hise again and my Script FX with FAUST doesn't work anymore.
      When I click on double arrow nothing happens.
      There is only a message that suddenly dissapears at the top, " kill voices...."

      So I rebuild hise with latest develop version and latest faust program.
      Build with faust succeed but I have again the same bug.

      hise.png
      Capture5.PNG

      Any ideas ?

      thanks

      Mathieu

      posted in Faust Development
      S
      Sounddiy
    • RE: How create a filterbank with Faust

      @modularsamples thanks

      I did not know clone container.
      But there is no example, I am little confuse to make it work.

      posted in Faust Development
      S
      Sounddiy
    • How create a filterbank with Faust

      Hi

      I tested the Filterbank demo from Faust program.
      I would like to code a filterbank myself with differents Frequencies, Gain, Bypass for each frequency etc...

      I do not really how I can code that :

      Example from faust :

      Usage
      
      _ : filterbank (O,freqs) : par(i,N,_) // Butterworth band-splits
      
      Where:
      
          O: band-split filter order (odd integer required for filterbank[i], a constant numerical expression)
          freqs: (fc1,fc2,...,fcNs) [in numerically ascending order], where Ns=N-1 is the number of octave band-splits (total number of bands N=Ns+1).
      
      If frequencies are listed explicitly as arguments, enclose them in parens:*
      
      _ : filterbank(3,(fc1,fc2)) : _,_,_
      

      Is there a simple way ?

      thanks

      Math

      posted in Faust Development
      S
      Sounddiy
    • RE: Need advice from Blender 'user (knob gui)

      @lalalandsynth oh I see. Thanks :)

      posted in General Questions
      S
      Sounddiy
    • RE: Need advice from Blender 'user (knob gui)

      @Dan-Korneff

      I do not really understand the trick?
      Do you have some pictures?

      Thanks

      Math

      posted in General Questions
      S
      Sounddiy
    • RE: Need advice from Blender 'user (knob gui)

      thanks @lalalandsynth and @Dan-Korneff

      I succeed to achieve what I want by removing cast shadow on the other lights.
      I only put cast shadow on one light.
      I will try with sun light

      @Dan-Korneff So you design all in blender ( Text, graphic lines etc..)?
      "You can print the static shadow in your front panel image." yes :)
      I did not think about it

      posted in General Questions
      S
      Sounddiy
    • Need advice from Blender 'user (knob gui)

      Hi,

      I design some knobs with blender software

      I use a HDRi world and 4 Lights with shadow caustics...
      I tried several times to adjust power of lights but I have some shadows around the knob.
      Render crop region is still visible when I import filmstrip in Hise.

      thanks

      Math

      Capture d’écran 2023-03-03 113537.png

      posted in General Questions
      S
      Sounddiy
    • RE: Export VST/AU Xcode Issue

      @d-healey thanks.

      I found :

      Install Xcode (get it from https://appstore.com/mac/apple/xcode) if you don't have it yet.
      Accept the Terms and Conditions.

      Ensure Xcode app is in the /Applications directory (NOT /Users/{user}/Applications).

      Point xcode-select to the Xcode app Developer directory using the following command:

      sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
      
      posted in General Questions
      S
      Sounddiy
    • RE: Export VST/AU Xcode Issue

      HI

      I have same the error.
      I am not very familiar with mac environnment

      I install Xcpretty and xcode 14.2

      Capture d’écran 2023-02-27 à 16.52.35.png

      I have an error when exporting DLL scriptnode and instruments :

      Capture d’écran 2023-02-27 à 16.53.22.png

      posted in General Questions
      S
      Sounddiy
    • RE: Errors compile Hise with faust on macbook pro intel

      Thanks Guys.

      It seems to work

      I forgot to uncheck "debug executable" in RUN profile

      Capture d’écran 2023-02-27 à 15.30.41.png

      posted in General Questions
      S
      Sounddiy
    • Errors compile Hise with faust on macbook pro intel

      Hi,

      I successfully build HISE on windows .
      On my macbook pro intel 2019 , I have several Errors:

      Mac os monterey 12.6.1
      I use last hise develop branch and
      Faust-VERSION-x64.dmg 2.50.6

      1- extract Hise develop folder
      2- extract sdk.zip and xtract all folders from Faust into the subdirecty. ( Tools/faust)
      3- Install xcprettry and last Xcode (14.2).
      4- Open projucer and open Hise standalone

      Error : incompatible license ans splash screen settings

      Capture d’écran 2023-02-27 à 14.18.54.png

      5 - So I enable splash screen settings
      6- Save and open in IDE

      7 - I have several errors in Xcode :

      Capture d’écran 2023-02-27 à 14.56.06.png

      8- I edit scheme to export as Faust release
      The executable stay on Hise Debug

      I can compile but Hise executable stay on Debug mode...

      Capture d’écran 2023-02-27 à 14.56.21.png

      thanks

      Math

      posted in General Questions
      S
      Sounddiy