@dannytaurus Worked like a charm!
Thanks for your input.
Posts
-
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.
-
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. -
RE: Sticky knobsposted in General Questions
@d-healey I found it, sorry I should have checked into it before posting
-
RE: Sticky knobsposted in General Questions
@d-healey Ok, I got it built and it runs fine. The sticky knob problem is gone.
However, when i go to export as fx plugin, I get a window which says "hise path not set". What does that mean? -
RE: Faust installationposted in General Questions
@d-healey I figured it out and it's compiling now, thanks! :-)
-
RE: Errors when exporting to vst3posted in General Questions
@pcs800 I deleted the license file and xml file, and that fixed it. I will have to figure out licensing at some point.
-
Demo mode and registrationposted in General Questions
How does everyone go about adding a demo mode and registration method to your plugins?