LAF issue
-
@hyperphonias It's been there for a long time, but you should use the latest develop branch anyway.
-
@d-healey yeah i mean its because i recompiled hise and stuff so this is why i dont really update lol
-
@hyperphonias Are you using a recent commit?
-
@d-healey no it actually works but my hise version is from a few months ago so thats why, but i searched up in api and its in there
-
@hyperphonias If it's from a few months ago the snippet in that other thread will definitely work.
If you want to get up to date, take a look at my free course
HISE Bootcamp: No Coding Required – Audio Dev School
A beginner-friendly course that teaches you how to build real, working audio plugins using HISE - without writing any code.
It’s designed for musicians, sound designers, and audio creators who want to bring their plugin ideas to life without learning a programming language.
The course is structured around two complete projects: first, you’ll build a custom sample library instrument, and then you’ll create a spatial audio effect plugin.
Along the way, you’ll learn how to use HISE’s visual interface to import and map samples, design user interfaces, connect modulation sources, and export your finished plugins.
Every lesson focuses on practical skills, and you’ll get access to guidance notes, cheat sheets, and supporting materials to help you stay on track.
By the end of the course, you’ll have built two working plugins - and you’ll have the confidence to keep creating, no coding required. You’ll also receive a certificate of completion to showcase your skills.
(audiodevschool.com)
-
@d-healey yup it works, im just kinda stuck on the positionning of the text so yeah
-
@hyperphonias Tell me more
-
@d-healey it works thank you, i made a denoiser using DSP network, i recompiled hise to create expanders nodes, and split them and added them and now i've got a cool denoiser plugin
-
@d-healey by the way on bitwig or any daw i can't make macros with hise plugins is there is a way to fix this?
-
@hyperphonias You need to enable the
isPluginParameter
property -
@hyperphonias you have to set enable and name it. Make sure to use unique names not to cause any conflicts. You can check if you have duplicate 'ParameterName' if you click 'Export/ValidatePluginParamters'.
-
@Chazrox don't enable the meta parameter option
-
@d-healey
@hyperphonias yes. sorry my mouse drawing sucks. lolol.
-
@Chazrox thank you, and about vertical VU Meters, or vertical reduction meter? because i have my own expander node but don't know if its going to work, maybe the compressor thing will work?