@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: 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.
-
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.
Latest posts made by pcs800
-
RE: Animated spinner works in test project but will not work in my plugin projectposted in General Questions
@young60 how did you connect the LFO to the macro, and how did you link the dummy slider to the filmstrip knob?
Can you provide a snippet? -
RE: Animated spinner works in test project but will not work in my plugin projectposted in General Questions
@David-Healey How can I find out what is blocking it? I really need this to work, unless the method given by @young60 is easier than troubleshooting this issue.
-
RE: Animated spinner works in test project but will not work in my plugin projectposted in General Questions
@David-Healey press reference, then target, then clone. It should appear during the clone process
-
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: Animated spinner works in test project but will not work in my plugin projectposted in General Questions
@David-Healey that is kind of you David, thank you. I will do that tomorrow.
-
RE: Animated spinner works in test project but will not work in my plugin projectposted in General Questions
@David-Healey said in Animated spinner works in test project but will not work in my plugin project:
Is the timer actually running? - Try Console.print() in the timer callback
Yes, the timer runs, the frame increments, but repaint() has no visual effect

-
RE: Animated spinner works in test project but will not work in my plugin projectposted in General Questions
@David-Healey No errors in the console, and I get a static image

So the name must be correct? -
RE: Animated spinner works in test project but will not work in my plugin projectposted in General Questions
@David-Healey Oh boy, sorry about that. Here you go.

