@dannytaurus Worked like a charm!
Thanks for your input.
Best posts made by pcs800
-
RE: Latency compensation not being triggered in dawposted in General Questions
-
RE: Getting host name in pluginposted in General Questions
@David-Healey A plugin developer we know, made a plugin that is daw locked to Mixcraft. However, he does not use Hise. I will see if i can find any info on that, and post here
-
RE: Animated spinner works in test project but will not work in my plugin projectposted in General Questions
@David-Healey I sent a link to you in chat.
-
RE: Crash when clicking Parametriq EQ1 in module treeposted in General Questions
@David-Healey I found the issue.
ParamEQ.setAttribute(band * 5 + 4, bandColors[band]);
band * 5 + 4 is an invalid attribute index for the CurveEq -
RE: Crash when clicking Parametriq EQ1 in module treeposted in General Questions
@David-Healey Yeah I removed it and readded it too, but the issue just comes back. I will try to debug the script.
-
RE: Latency compensation not being triggered in dawposted in General Questions
@dannytaurus This is what I came up with
Original signal only: 7232
-1oct:3068
-2oct:2659
+1oct:6143
+2oct:7232Max: 7232
-1oct: Needs 4164
-2oct: Needs 4573
+1oct: Needs 1089
+2oct: Needs none
Original Sig: Needs noneI'll try it
-
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: 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.
Latest posts made by pcs800
-
RE: Getting host name in pluginposted in General Questions
@David-Healey A plugin developer we know, made a plugin that is daw locked to Mixcraft. However, he does not use Hise. I will see if i can find any info on that, and post here
-
RE: Getting host name in pluginposted in General Questions
@David-Healey DAW locking. I want my plugin to only work in the daw my company makes. So it should check host name at startup.
-
Getting host name in pluginposted in General Questions
Is there a scripting API to get the host DAW name in a compiled VST3?
-
RE: How Do I get this to freely oscillate?posted in ScriptNode
@ustk The SpinnerControl knob at the top needs to be connected to the Value knob at the bottom, which is already connected to the peak module. There can not be two connections for some reason.
What I am trying to do is have the value knob, which moves on its own with the oscillation from the peak module, animate a slider on the interface. -
RE: How Do I get this to freely oscillate?posted in ScriptNode
@ulrik I need to access it with a slider.

-
RE: How Do I get this to freely oscillate?posted in ScriptNode
@ustk Thanks for this. When i add those and connect peak to global cable, there's no peaks being drawn unless I move the frequency knob, and even then, it seems like it only has two steps.
Can you post the properties of the component knobs? Or post the whole thing as a snippoet? -
How Do I get this to freely oscillate?posted in ScriptNode
I want this to oscillate like an LFO, what do I need to add or connect?
