HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. pcs800
    • Profile
    • Following 0
    • Followers 0
    • Topics 55
    • Posts 309
    • Groups 0

    pcs800

    @pcs800

    28
    Reputation
    55
    Profile views
    309
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    pcs800 Unfollow Follow

    Best posts made by pcs800

    • RE: Convolution reverb wet level seemingly not working

      @d-healey That seems to have worked, thanks again.

      posted in General Questions
      pcs800P
      pcs800
    • RE: Error in visual studio when building hise

      @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

      posted in General Questions
      pcs800P
      pcs800
    • RE: Error in visual studio when building hise

      @dannytaurus yes I noticed that. I'll try may 30th again.

      posted in General Questions
      pcs800P
      pcs800
    • RE: Error in visual studio when building hise

      @d-healey I guess I will start from scratch with the new video and see what happens.
      I'll let you know.

      posted in General Questions
      pcs800P
      pcs800
    • RE: Sticky knobs

      @d-healey I found it, sorry I should have checked into it before posting

      posted in General Questions
      pcs800P
      pcs800
    • RE: Sticky knobs

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

      posted in General Questions
      pcs800P
      pcs800
    • RE: Faust installation

      @d-healey I figured it out and it's compiling now, thanks! :-)

      posted in General Questions
      pcs800P
      pcs800
    • RE: Errors when exporting to vst3

      @pcs800 I deleted the license file and xml file, and that fixed it. I will have to figure out licensing at some point.

      posted in General Questions
      pcs800P
      pcs800
    • Demo mode and registration

      How does everyone go about adding a demo mode and registration method to your plugins?

      posted in General Questions
      pcs800P
      pcs800
    • RE: The delay module temposync slider popup

      @d-healey Sure, I will PM you a link

      posted in General Questions
      pcs800P
      pcs800

    Latest posts made by pcs800

    • Sample stops playing when key is released

      I would like to alter this code so that the entire sample gets played once a key is pressed, regardless if the user releases the key before the sample is done playing.

      const var ids = Engine.createMidiList();
      
      inline function onButton1Control(component, value)
      {
          local noteNumber = 36;
          
          if (value)
          {
              //Turn off old note
              if (ids.getValue(noteNumber) != -1)
                  Synth.noteOffByEventId(ids.getValue(noteNumber));
              
              //Play new note
              ids.setValue(noteNumber, Synth.playNote(noteNumber, 36));
          }	    
      };
      
      Content.getComponent("Button1").setControlCallback(onButton1Control);
      
      posted in Scripting
      pcs800P
      pcs800
    • RE: Parameter Values not being shown in panels for frequency point other than 0

      @d-healey I have no idea where to start on something like that. I guess i will wait for Christoph to integrate.

      posted in Scripting
      pcs800P
      pcs800
    • RE: Parameter Values not being shown in panels for frequency point other than 0

      @d-healey Very cool. Looks like what I need to get this working.

      posted in Scripting
      pcs800P
      pcs800
    • RE: Parameter Values not being shown in panels for frequency point other than 0

      @d-healey Pester @Christoph-Hart you say? Well how about it Mr Hart?

      posted in Scripting
      pcs800P
      pcs800
    • RE: Parameter Values not being shown in panels for frequency point other than 0

      @d-healey I just opened the laf solution/workaround, and it works, but if you create a new band, it does not work. You can only use the three existing bands.
      This is a real show stopper for me on this project.
      IDK what forks are, but how do I get yours?

      posted in Scripting
      pcs800P
      pcs800
    • RE: Parameter Values not being shown in panels for frequency point other than 0

      @d-healey How soon can the video be made? Or can I give you my code and you apply the fix?

      posted in Scripting
      pcs800P
      pcs800
    • Parameter Values not being shown in panels for frequency point other than 0

      I have a parametric eq project with panels displaying values for freq, q and gain.
      The values are there for eq point 0, but any added points after that, are not displayed. See video
      What do I need to add to make that happen?

      posted in Scripting
      pcs800P
      pcs800
    • RE: Spectrum Analyzer gets stuck

      @d-healey So, instead of
      const laf = Engine.createGlobalLookAndFeel();

      I should use
      const laf = Engine.createLocalLookAndFeel();
      Correct?

      posted in General Questions
      pcs800P
      pcs800
    • RE: Spectrum Analyzer gets stuck

      @d-healey Ok I will check into it. Thanks

      posted in General Questions
      pcs800P
      pcs800
    • RE: Spectrum Analyzer gets stuck

      @d-healey Paint routines, no I have not

      posted in General Questions
      pcs800P
      pcs800