@udalilprofile
0xFFE5FF00
Posts made by Shelest
-
RE: Colours
@udalilprofile said in Colours:
For some reason, transparency is written at the beginning of the object properties. Move it to the end. In your example, it will be like this:
"0xE5FF00FF" -
RE: Free LED - Activity Indicator
@HISEnberg Thank you very much. Very realistic!
-
RE: GLOBAL CABLE not working in compiled vst
@glek I would compile a scriptnode dll in a static position of the parameter range you need. And then in the code editor, I would affect them using the gain reduction of the dynamics module.
-
RE: [Tutorial] How to create a c++ custom node
@griffinboy said in [Tutorial] How to create a c++ custom node:
I also have a general hise startup guide, but this is aimed at complete beginners.
And there are such people here! For example, it is doubly difficult for me, not only am I not a programmer, I also do not know English. But even in this situation, intuitively, from the picture, I try and learn. Such visual lessons really help to join the HISE family. Many thanks to all of you for this!
-
RE: How to use FFTConvolver with HISE?
@Christoph-Hart Yes, thank you, Christoph, I understand. Unfortunately, in this case, the convolution loads the processor very heavily. Never mind, maybe in time I will be able to install the Intel library in my system, but for now I will practice without the convolution.
-
RE: How to use FFTConvolver with HISE?
@Lindon Thanks for the advice! Of course, I'll practice on easier examples. I've been watching what's happening for a while. I write code on my own, study scriptnode modules, try to experiment, do something non-standard. Sometimes I get interesting results, which in turn for me, as a person far from programming, is a magical miracle! Hise is a wonderful creative tool that I'm increasingly drawn to, which I really like and all of you guys, thank you very much for this!
-
RE: How to use FFTConvolver with HISE?
@Christoph-Hart said in How to use FFTConvolver with HISE?:
The convolution engine is actually this library.
Ah, so it's an integrated convolution engine... I thought it was an alternative to Intel IPP for convolution optimization. Unfortunately, I still haven't found a way to install Intel IPP on my system. It's not possible in my region. Maybe there are other alternatives? Or am I missing something?
Thank you very much. -
How to use FFTConvolver with HISE?
Hello everyone!
This is my first post on the forum. I've been following the development of HISE for quite some time now and I really like everything that's going on here. I'm a musician, not a programmer, but thanks to the HISE community, I started learning programming and I like it.
My question may be trivial, but I don't understand how to use HiFi-LoFi/FFTConvolver in HISE.
Maybe someone could explain to me step by step how I can use it?
Thanks a lot!