it says that for me too now never did before. i notice an IPP update done jan 25th. i think maybe windows did it i dont remember installing a IPP update beyond the intial installer when compiling hise. anything using convoltion makes a terrible digital noise now when compiled?
OMG, that is brilliant. I was spending a ton of time trying to get deeper and deeper attributes from the arp and setValue and diving deep into sliderpack data, but low and behold, the property editor saves the day again.
@Christoph-Hart I thought using the formula directly in the connection expression would help (1/input/4),
but as soon as you write something like 1/input, Hise crashes instantly
Ok, I'm on a question roll! Is it possible to display an interface object if the file is present in the AppData folder or the equivalent on Mac? I'm thinking of an expansion that you'd install and if it's installed, some additional options on the interface would show.
var MapMetaData = Engine.loadFromJSON("VoiceMetaData.js");
if (MapMetaData ==""){
// do something here...
};
@alepan Partially solved linking the compressor to a fake knob in Scriptnode only used to read its value. Now I only need to find a correct scale to write the label with dB values.