Adding knobs to C++ IN HISE
-
I got a c++ project that I want to add knobs and button within hise, does anyone can show me how to do it?
I'll appreciate it. Thanks in advance
-
@Jay My personal way was to learn how to add JUCE UI components watching this tutorial
https://youtube.com/playlist?list=PLLgJJsrdwhPxa6-02-CeHW8ocwSwl2jnu
Then you can have a look to RawEditor.h and RawEditor.cpp on VCSL example -
@hisefilo thank you buddy