-
Error Code - The source code has a different commit hash than the HISE build. This will likely lead to undefined behaviour
including compile errors or undetected errors. In order to proceed with the …
-
Strange that nowhere in the docs or anywhere is there explanation of if HISE is an acronym and what that stands for, or if the name means anything.
I'm really curious, as you might imagine from my…
-
I use HISE 4.1.0 on Fedora 40, compiled from sources.
When HISE starts or when I click on "Export->Setup Export Wizard", the dialog is displayed as a gray area.
![image](https://github.com/user-at…
-
Hi. The tutorials on the website are not avaliable.
Tutorial pages throw the following php error:
```
file_get_contents(https://raw.githubusercontent.com/christophhart/hise_documentation/mas…
l0ner updated
4 years ago
-
I was making the node-like FX VST x64 plugin followed from the video (https://www.youtube.com/watch?v=DrnGI6ce8fY&t=116s), and then the error appeared, i have installed Faust and compiled HISE with it…
-
Using external display buffers in a timer crashes HISE after hitting "Compile".
What the IDE outputs :
1 - There's a debug breakpoint in
```
HISE Debug.exe!hise::HiseJavascriptEngine::Root…
-
hi, I can't find the Linux version. Is it available?
Thanks.....
Regards
-
PMX Mutate does not recognize the residue names HISE nor HISD when using a PDB as input.
-
Open a Faust file and paste this
```
import("stdfaust.lib");
process = par(i, 2, no.rnoise * 0.5);
```
rnoise by itself is fine. As soon as you attempt to multiply it, it crashes HISE on Wi…
-
if you call `g.addDropShadowFromAlpha()` within a layer, either in a paint routine or laf, and then zoom, either in HISE or a compiled plugin, it will stay at the absolute pixel position and scale as …