Forum
    • Categories
    • Register
    • Login
    1. Home
    2. pcs800
    • Profile
    • Following 0
    • Followers 0
    • Topics 91
    • Posts 460
    • Groups 0

    pcs800

    @pcs800

    43
    Reputation
    74
    Profile views
    460
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    pcs800 Unfollow Follow

    Best posts made by pcs800

    • RE: Latency compensation not being triggered in daw

      @dannytaurus Worked like a charm!
      Thanks for your input.

      posted in General Questions
      pcs800P
      pcs800
    • RE: Getting host name in plugin

      @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

      posted in General Questions
      pcs800P
      pcs800
    • RE: Animated spinner works in test project but will not work in my plugin project

      @David-Healey I sent a link to you in chat.

      posted in General Questions
      pcs800P
      pcs800
    • RE: Crash when clicking Parametriq EQ1 in module tree

      @David-Healey I found the issue.
      ParamEQ.setAttribute(band * 5 + 4, bandColors[band]);
      band * 5 + 4 is an invalid attribute index for the CurveEq

      posted in General Questions
      pcs800P
      pcs800
    • RE: Crash when clicking Parametriq EQ1 in module tree

      @David-Healey Yeah I removed it and readded it too, but the issue just comes back. I will try to debug the script.

      posted in General Questions
      pcs800P
      pcs800
    • RE: Latency compensation not being triggered in daw

      @dannytaurus This is what I came up with

      Original signal only: 7232
      -1oct:3068
      -2oct:2659
      +1oct:6143
      +2oct:7232

      Max: 7232

      -1oct: Needs 4164
      -2oct: Needs 4573
      +1oct: Needs 1089
      +2oct: Needs none
      Original Sig: Needs none

      I'll try it

      posted in General Questions
      pcs800P
      pcs800
    • Exporting a Script FX node and importing into another project

      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?

      posted in General Questions
      pcs800P
      pcs800
    • RE: How to display dynamics.comp meter in plugin gui

      @Lindon And I went over it three times looking for missing commas! Dang it, I need to pay closer attention. Thanks very much.

      posted in General Questions
      pcs800P
      pcs800
    • RE: Script FX gain node

      @Lindon I swear I tried that before and it didn't work, but of course now it does :-/
      Thanks!

      posted in General Questions
      pcs800P
      pcs800
    • RE: Creating a pop out window with an eq or something on it

      @Chazrox I have it working fine now, case closed. Unless you want me to post the info for future users to find.

      posted in General Questions
      pcs800P
      pcs800

    Latest posts made by pcs800

    • RE: Getting host name in plugin

      @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

      posted in General Questions
      pcs800P
      pcs800
    • RE: Getting host name in plugin

      @David-Healey No it is not

      posted in General Questions
      pcs800P
      pcs800
    • RE: Getting host name in plugin

      @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.

      posted in General Questions
      pcs800P
      pcs800
    • Getting host name in plugin

      Is there a scripting API to get the host DAW name in a compiled VST3?

      posted in General Questions
      pcs800P
      pcs800
    • RE: How Do I get this to freely oscillate?

      @griffinboy I'll try it, thanks

      posted in ScriptNode
      pcs800P
      pcs800
    • RE: How Do I get this to freely oscillate?

      @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.

      posted in ScriptNode
      pcs800P
      pcs800
    • RE: How Do I get this to freely oscillate?

      @ulrik I need to access it with a slider.
      c5fd98de-afcc-4763-a243-7043d46ff34b-image.png

      posted in ScriptNode
      pcs800P
      pcs800
    • RE: How Do I get this to freely oscillate?

      @ulrik That did it, thanks!

      posted in ScriptNode
      pcs800P
      pcs800
    • RE: How Do I get this to freely oscillate?

      @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?

      posted in ScriptNode
      pcs800P
      pcs800
    • How Do I get this to freely oscillate?

      I want this to oscillate like an LFO, what do I need to add or connect?
      083017b9-149d-46e7-9a20-99e8cf3e30f1-image.png

      posted in ScriptNode
      pcs800P
      pcs800