@Gab I got the same issue with HISE 4.0.0 because my faust version was old and so updated to the latest one and then build the HISE again and after that compile all dll again. After that it started working for me.
Best posts made by Onik Sisodiya
-
RE: Faust not able to play Fx (Win 11, Hise 4.0.0, Faust 2.74.6)
-
Analyzer Look and Feel through FloatingTile AudioAnalyzer
Hello everyone, is there anyway to apply LAF on analyzer, As it looks like even by using the inbuilt LAF analyzer function in HISE doesn't make any changes in the look. I would really appreciate if someone can help me.
-
How to Change the Preset Browser Buttons like - Add, Rename, Delete to some image or maybe custom look and feel
Hello Everyone,
How can I change the Buttons in Preset Browser like Add, Rename, Delete to an icon/ custom LAF, or a + sign?
Latest posts made by Onik Sisodiya
-
RE: Any way to use JUCE api within HISE or creating our own auth
@d-healey Yeah but still the formats are different the juce function returns in this format
5B27871AC5C85AC7BF48785C2BAA8FEC and the hise function returns in this format MEC17F630E.However is there any way to import or use JUCE functions within HISE? Any other functions not just this one?
-
RE: Any way to use JUCE api within HISE or creating our own auth
@Onik-Sisodiya Thanks @d-healey Is there any way to call the some functions that juce has, within hise? Like this juce::SystemStats::getUniqueDeviceID()
-
Any way to use JUCE api within HISE or creating our own auth
Hello everyone, I need help creating an auth system in our products for that I need to use a Unique Identifier api to get device id. I found there is a class in JUCE that I used but how can I use it in the HISE product any idea?
Also is there any cpp script that is in every hise project and is needed to run the project or something.
Any help would be appreciated!
Thank you.
-
RE: How to make matrixpeakmeter flipped or inverted
@Onik-Sisodiya Without using the laf
-
How to make matrixpeakmeter flipped or inverted
Is there any way to make the matrixpeakmeter flipped or like from left to right
to right to left movement? -
RE: Plugin build on Sequoia
@Lindon I tried reinstalling HISE again but it still gives me the error with cycle dependencies when compiling a VST, I'm on the official release version of Mac OS Sequoia and still getting the same issue.
-
RE: Plugin build on Sequoia
@parabuh Hello I was on beta before and faced some issue with product export, even after updating to its release version the issue is still there. I hope christopher can help us with that.
-
Issues exporting VST plugin on Mac OS Sequoia Beta
Hello guys, I updated my macbook to MacOS sequoia and. after that when I export any instrument plugin it gives me error "
error: Cycle inside a single target; building could produce unreliable results.
"I have tried rebuilding HISE but the issue is still there I feel like its should be something with dependencies and I Cannot downgrade to a lower version of Xcode. The only option that I think for me is to downgrade my OS but its a long process in Mac. If someone can help me here, I would really appreciate it
-
RE: Help with Broadcaster to make componets visible and enabled
@Onik-Sisodiya Just got it figured out!! Thanks again
-
RE: How to add a Pitch LFO for a fx plugin
@Lindon Thanks, I will try to go through that, is there any example for pitch LFO that I can refer to that would be really helpful. I've worked with scriptnode but never made one.