@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
@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
Ok great Excellent.
I will do that.
Thanks again david.
@d-healey Oh Thank you so much so much David ! It works
:folded_hands: :folded_hands:
Yes
I double click on HISE.exe and it crashes, not project.
Hi people
My hise app do not respond anymore after a crash.
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
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
I found myself
Rookie mistake !!
I have hit on double arrow on faust core instead of hit F5 KEY in faust editor.
Sorry
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.
Any ideas ?
thanks
Mathieu
@modularsamples thanks
I did not know clone container.
But there is no example, I am little confuse to make it work.
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
@lalalandsynth oh I see. Thanks :)
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
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
@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
HI
I have same the error.
I am not very familiar with mac environnment
I install Xcpretty and xcode 14.2
I have an error when exporting DLL scriptnode and instruments :
Thanks Guys.
It seems to work
I forgot to uncheck "debug executable" in RUN profile
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
5 - So I enable splash screen settings
6- Save and open in IDE
7 - I have several errors in Xcode :
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...
thanks
Math
@d-healey Ok thanks david.
it's much clearer for me