@Chazrox A slider? I didn't think this was a controllable parameter.
I'll try it I guess.

Posts
-
RE: LimiterReduction parameter
-
LimiterReduction parameter
What should I use, to display this parameter on the plugin gui?
-
Curve type in a parametric
If I have a parametric eq and want to control the curve type with a button, it only controls two of the 5 curve type.
It toggles back and forth between HP and LP.
How do I set up a button toggle all 5? -
Impulse Response loader
I was thinking about trying to build a guitar amp cabinet simulation that users can load their own ir files into. I've already build one which comes with a bunch of ir files, but I don't know how to go about setting it up for people to load their own ir's.
-
RE: Faust installation
@d-healey I figured it out and it's compiling now, thanks! :-)
-
Faust installation
I installed Faust, but apparently I cannot enable it in Hise unless I build hise from source code, after faust is installed?
The documentation I found a link to, shows a 404
https://docs.hise.audio/development/building-hise/ -
RE: Errors when exporting to vst3
@Lindon yeah just experimenting. You have to try things to figure out what they do :-)
-
RE: Demo mode and registration
@ustk Ok, this is all completely new to me. I am going to have to do some research.
Thanks -
RE: Errors when exporting to vst3
@pcs800 I deleted the license file and xml file, and that fixed it. I will have to figure out licensing at some point.
-
Errors when exporting to vst3
In one project, I created RSA key pair and a dummy license file.
When i tried to export to vst3, I got this.MAL Graphic15.lib(include_hi_frontend.obj) : error LNK2001: unresolved external symbol "public: enum hise::OverlayMessa geBroadcaster::State __cdecl hise::DeactiveOverlay::checkLicense(class juce::String const &)" (?checkLicense@DeactiveOv erlay@hise@@QEAA?AW4State@OverlayMessageBroadcaster@2@AEBVString@juce@@@Z) [C:\Users\Eric\Documents\HISE Projects\MAL G raphic15\Binaries\Builds\VisualStudio2022\MAL Graphic15_VST3.vcxproj] MAL Graphic15.lib(include_hi_frontend.obj) : error LNK2001: unresolved external symbol "public: class juce::var __cdecl hise::Unlocker::isUnlocked(void)const " (?isUnlocked@Unlocker@hise@@QEBA?AVvar@juce@@XZ) [C:\Users\Eric\Documents\HISE Projects\MAL Graphic15\Binaries\Builds\VisualStudio2022\MAL Graphic15_VST3.vcxproj] MAL Graphic15.lib(include_hi_frontend.obj) : error LNK2001: unresolved external symbol "public: class juce::var __cdecl hise::Unlocker::loadKeyFile(void)" (?loadKeyFile@Unlocker@hise@@QEAA?AVvar@juce@@XZ) [C:\Users\Eric\Documents\HISE Pro jects\MAL Graphic15\Binaries\Builds\VisualStudio2022\MAL Graphic15_VST3.vcxproj] MAL Graphic15.lib(include_hi_frontend.obj) : error LNK2001: unresolved external symbol "public: virtual class juce::Onl ineUnlockStatus * __cdecl hise::Unlocker::getUnlockerObject(void)" (?getUnlockerObject@Unlocker@hise@@UEAAPEAVOnlineUnl ockStatus@juce@@XZ) [C:\Users\Eric\Documents\HISE Projects\MAL Graphic15\Binaries\Builds\VisualStudio2022\MAL Graphic15 _VST3.vcxproj] MAL Graphic15.lib(include_hi_frontend.obj) : error LNK2001: unresolved external symbol "public: virtual __cdecl hise::U nlocker::~Unlocker(void)" (??1Unlocker@hise@@UEAA@XZ) [C:\Users\Eric\Documents\HISE Projects\MAL Graphic15\Binaries\Bui lds\VisualStudio2022\MAL Graphic15_VST3.vcxproj] MAL Graphic15.lib(include_hi_frontend.obj) : error LNK2001: unresolved external symbol "public: __cdecl hise::Unlocker: :Unlocker(void)" (??0Unlocker@hise@@QEAA@XZ) [C:\Users\Eric\Documents\HISE Projects\MAL Graphic15\Binaries\Builds\Visua lStudio2022\MAL Graphic15_VST3.vcxproj] MAL Graphic15.lib(include_hi_core.obj) : error LNK2001: unresolved external symbol "public: class juce::String __cdecl hise::Unlocker::getProductErrorMessage(void)const " (?getProductErrorMessage@Unlocker@hise@@QEBA?AVString@juce@@XZ) [C: \Users\Eric\Documents\HISE Projects\MAL Graphic15\Binaries\Builds\VisualStudio2022\MAL Graphic15_VST3.vcxproj] MAL Graphic15.lib(include_hi_core_02.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl hise ::Unlocker::resolveLicenseFile(class juce::Component *)" (?resolveLicenseFile@Unlocker@hise@@SAXPEAVComponent@juce@@@Z) [C:\Users\Eric\Documents\HISE Projects\MAL Graphic15\Binaries\Builds\VisualStudio2022\MAL Graphic15_VST3.vcxproj] MAL Graphic15.lib(include_hi_core_02.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl hise ::Unlocker::showActivationWindow(class juce::Component *)" (?showActivationWindow@Unlocker@hise@@SAXPEAVComponent@juce@ @@Z) [C:\Users\Eric\Documents\HISE Projects\MAL Graphic15\Binaries\Builds\VisualStudio2022\MAL Graphic15_VST3.vcxproj] .\..\..\Compiled\VST3\\MAL Graphic15.vst3 : fatal error LNK1120: 9 unresolved externals [C:\Users\Eric\Documents\HISE P rojects\MAL Graphic15\Binaries\Builds\VisualStudio2022\MAL Graphic15_VST3.vcxproj]
-
RE: Demo mode and registration
@pcs800
I realize there's Create RSA Key pair, and Create Dummy License File.
But the documentation doesn't say anything about them, that I can find. -
RE: De-Essing
@Lindon Ok, i created the script fx node, added a dsp network, added the filters and a compressor.
How do I control the threshold of the compressor from a knob in the ui? -
Demo mode and registration
How does everyone go about adding a demo mode and registration method to your plugins?
-
De-Essing
I've been trying to build a de-esser in hise but to no avail.
Anyone know how that might be built? -
I want a Filter at the end of my FX chain
Why will hise not allow me to drop a filter at the end of my fx chain? It insists on have it at the top :-/
-
RE: Script FX module in properties panel
@d-healey The property editor or node properties
-
Script FX module in properties panel
If I have a Script FX module in my project tree, should I see anything in the properties panel for it?
-
RE: The delay module temposync slider popup
@d-healey I've scrapped this project