Hello, i'm making an eq and on the top i want to put a preset saving. And I was wondering, am I obliged to put a FloatingTilePanel with the Preset Browser, or I can do it without it

Posts
-
Saving Presetsposted in General Questions
-
Convertings problemsposted in Scripting
Hello, im facing some convertion problems while trying to convert some dB from my band in parametriq EQ. Sometimes it works sometimes it glitches.
here's the chunk of the code:
var gainValue = Math.round(band.gain * 100) / 100;var band = bandValues[obj.index]; var freqText = Math.round(band.freq) + " Hz"; var gainValue = Math.round(band.gain * 100) / 100; var gainText = (gainValue >= 0 ? "+" : "") + gainValue + " dB"; var qValue = Math.round(band.q * 10) / 10; var qText = "Q " + qValue; var typeText = typeNames[Math.max(0, Math.min(4, Math.round(band.type)))];

-
script node flip phaseposted in ScriptNode
Hello, is there is a way to flip the phase with scriptnode? juste like in ableton or bitwig Left Right thing

-
Gate Node sidechainingposted in ScriptNode
hello, so I wanted to know if in scriptnode its possible to do this type of sidechaining thing like in the Pro G (fabfilter)
So basically the way it works is: the gate will only affect in the frequency range selected. For exemple it helps if you have pops or things like desk vibrations below the frequency range, it will not open the gate.

-
RE: Recompiled Hiseposted in ScriptNode
@HISEnberg I see I see thanks for helping, since you're there i'm asking you this because I'm searching thru the forum and I can't find it.
I want to control these 2 frequencies at the same time to make a Solo button, but I don't know how i'm supposed to control them both at the same since you can put only 1 ProcessorID.

-
RE: Recompiled Hiseposted in ScriptNode
@HISEnberg Wow thank you bro appreciate, last question (im sorry for bothering its really to gain time ^^'), is it possible to make it go from top to bottom rather than bottom to top?
-
RE: Control ScriptFX using codeposted in Newbie League
@d-healey oh yeah you're right I was at the top of the block not of the entire dsp sorry
-
RE: Control ScriptFX using codeposted in Newbie League
@d-healey hmmm, I think im missing something?

-
RE: Control ScriptFX using codeposted in Newbie League
@d-healey oh how you did it with processor and parameter ID?
-
RE: Control ScriptFX using codeposted in Newbie League
@d-healey to control with processor and parameter ID you need to compile the dsp network first
-
Control ScriptFX using codeposted in Newbie League
Hello, I'm very new and i'm trying to figure out how to control a knob without compiling the dsp network.
My goal is to control this in the UI

To control any parameter, thanks

-
RE: Recompiled Hiseposted in ScriptNode
@HISEnberg Hello thanks for replying i know im late i just tried it and its so easy thank you very much, do you know if its possible to make it smoother? because i feel l ike its just spawning and despawning from nowhere
-
RE: LAF issueposted in Scripting
@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?
-
RE: LAF issueposted in Scripting
@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?

-
RE: LAF issueposted in Scripting
@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

-
RE: LAF issueposted in Scripting
@d-healey yup it works, im just kinda stuck on the positionning of the text so yeah
-
RE: LAF issueposted in Scripting
@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
-
RE: LAF issueposted in Scripting
@d-healey yeah i mean its because i recompiled hise and stuff so this is why i dont really update lol
-
RE: LAF issueposted in Scripting
@d-healey hello, i might be in a outdated version no? since when does this work