I have a dsp network in a project that I would also like to apply to another project, without rebuilding the whole thing.
I see that I can export the main container node by right clicking it and choose to export as CPP or Template.
Which should I use? Also, how to import to the other project?
Best posts made by pcs800
-
Exporting a Script FX node and importing into another projectposted in General Questions
-
RE: How to display dynamics.comp meter in plugin guiposted in General Questions
@Lindon And I went over it three times looking for missing commas! Dang it, I need to pay closer attention. Thanks very much.
-
RE: Script FX gain nodeposted in General Questions
@Lindon I swear I tried that before and it didn't work, but of course now it does :-/
Thanks! -
RE: Creating a pop out window with an eq or something on itposted in General Questions
@Chazrox I have it working fine now, case closed. Unless you want me to post the info for future users to find.
-
RE: Knob Web Studioposted in General Questions
@tsempire subscription? No, I wouldn't do it. I absolutely hate subs. Not to mention I don't make enough plugins or money from them to justify it.
-
RE: Knob Web Studioposted in General Questions
@tsempire This is fantastic! Thank you very much for the excellent tool!
-
RE: Convolution reverb wet level seemingly not workingposted in General Questions
@d-healey That seems to have worked, thanks again.
-
RE: Error in visual studio when building hiseposted in General Questions
@d-healey Nah, I will stay with this one. It works, and I need to get to work on why I came in here today in the first place.
I appreciate you sticking with me on this David. You're a saint ;-)
Release build successful, BTW -
RE: Error in visual studio when building hiseposted in General Questions
@dannytaurus yes I noticed that. I'll try may 30th again.
-
RE: Error in visual studio when building hiseposted in General Questions
@d-healey I guess I will start from scratch with the new video and see what happens.
I'll let you know.
Latest posts made by pcs800
-
Exporting a Script FX node and importing into another projectposted in General Questions
I have a dsp network in a project that I would also like to apply to another project, without rebuilding the whole thing.
I see that I can export the main container node by right clicking it and choose to export as CPP or Template.
Which should I use? Also, how to import to the other project? -
RE: Muting bands in a script fx networkposted in General Questions
@Lindon I ended up using a gain and flip it from full to 0.
Thanks though -
Muting bands in a script fx networkposted in General Questions
How can I connect the on/off of these bands to a button on the interface?

-
RE: How to get values from script fx nodeposted in General Questions
@HISEnberg It's easier to explain in a video
-
RE: How to get values from script fx nodeposted in General Questions
@pcs800 There's next to nothing in the documentation about Global Cables, and it talks about C++ code to create them, which I do not know.
@d-healey Is there an easier way to accomplish this? -
RE: How to get values from script fx nodeposted in General Questions
@ustk Thanks, I will look that up. Once you do get back to a computer, if you feel like helping further, i am all ears.
-
RE: How to get values from script fx nodeposted in General Questions
@pcs800 Nobody?
Hmm, seems like somthing people who do regularly. -
How to get values from script fx nodeposted in General Questions
In most of the plugins I have created with hise, I am displaying values, such as volume or frequency, related to a knob function, in a panel. These have all been using only nodes in the main FX chain.
I now have a script fx which has three compressors in it. How do I display the values from threshold, attack, etc, in panels? -
RE: How to display dynamics.comp meter in plugin guiposted in General Questions
@Lindon I had the wrong index number set
-
RE: How to display dynamics.comp meter in plugin guiposted in General Questions
@pcs800 I got it working. Thanks for the help.