@griffinboy great will try that thanks
Best posts made by DobleDot23
Latest posts made by DobleDot23
-
RE: Compilation Error ;)
@griffinboy Hi I download everything again while following the instruction of the compilation video. but it still does the same thing. it closes and gives me a compilation error. its showing this error before I don't know if it is the cause of the problem.
-
RE: Compilation Error ;)
@d-healey sorry I might have missed that in the documentation. where can I find this part?
-
RE: Compilation Error ;)
@d-healey I don't know if you mean from the git hub repo when you say from source. but yes I downloaded hise from the git hub.
-
Compilation Error ;)
I am trying to export my vst3 project but when I start the export process it closes and give me a compilation error,
I checked the vst3 support box, I renamed the vst_sdk has VST3 SDK
and I made sure I took it from the right website and its the right version. I don't really know what I am missing. -
RE: Modify the attack of the sampler from a scripting knob call back
@d-healey Thanks how do I reference the envelope in the script?
-
Modify the attack of the sampler from a scripting knob call back
I've been looking a lot but I couldn't find a good answer. I think it has smt to do with
const var sampler = Sampler.getSampler("SamplerName");
sampler.setAttribute(Sampler.Attack, value);thats the chatgpt answer but it doesn't work lol.
-
setMouseDragCallback
I am pretty new to hise. I am trying to make a slider using image with lines on an eq. by dragging the image line accross the spectrum. but I can't find anyway to drag an image. I saw the panel with dragging but it does give any option to drag only on the x axis and I can't seem to make the setDraggingBounds option to work. I tried using setMouseDragCallback option but the function doesn't seem to exist in the context of images. would really appreciate a hand thx.