@ustk Thank you so much! Super straightforward and easy to follow. I figured out the problem was that I still had the knob mapped directly to the FX parameter, which was taking priority over the array values. I appreciate it!
Latest posts made by raydonstudio
-
RE: Stepped Value Array in Scriptnode
-
Stepped Value Array in Scriptnode
Hi all,
I'm looking to create an array to make Scriptnode parameter knobs stepped with customizable values. Examples being compressor attack time [3,10,30,60] or EQ frequency [1000,2500,5000,8000]. My understanding is that I'll need to set my parameter knob range 0-3 and step size 1.0, but I'm lost trying to figure out where to add the array or what syntax to use.Can this be implemented within the DSP network or only in the front end interface?
Thanks! -
RE: Windows VST Export
I tried compiling HISE on another computer. The build failed in visual studio, but visual studio ended up downloading the correct version of the Windows SDK.
I tried using the latest build to export as FX, which made it further than the previous attempts, but still failed when it could not find the following
Could Not Find C:...\Plugin Development\HISE-master\HISE-master\extras\demo_project\Binaries\Compiled\Demo Project x64.exp
Could Not Find C:...\Plugin Development\HISE-master\HISE-master\extras\demo_project\Binaries\Compiled\Demo Project x64.libDo I need the build from visual studio to export properly?
-
Windows VST Export
Hi all,
I'm new to HISE and I'm having trouble exporting my plugin. Getting this error:
I tried installing the latest windows SDK as well as 10.0.16299.x but I'm still receiving this error.
Thanks!