HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Bicrome
    3. Topics
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 23
    • Groups 0

    Topics

    • B

      Help connecting button to parameter on Script FX while doing Content.getComponent();

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      8
      0 Votes
      8 Posts
      198 Views
      B

      @ustk It is overkill indeed hahaha
      I just checked the snippet that you shared and its much better than what I had in mind.
      I'm not very familiar with the HISE API so I didn't know about ScriptFX1.setAttribute(ScriptFX1.HQ, value); and stuff.

      Your solution is much more elegant than mine!
      Tysm :)

    • B

      Issues with plugin latency and oversampling

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      227 Views
      B

      @HISEnberg tysm for the answer! This is exactly what I needed.

      But, how do I actually add the code to my project? I'm not a really good programmer and I don't know much about the HISE API.
      I've tried asking Gemini for some help but I still can't figure it out.

      Where do I put each part of the code? I the place where it says Content.makeFrontInterface(600, 600); ? Don't I have to add code to two different places?
      And If you don't mind, could you write what code do I need?

      Also, using Tools>Check Latency of signal chain i could check that the latency with oversampling is 12 samples (idk why I wrote 11 before, but checking with bertom eq analyzer and doing some comb filtering test i'm sure that's 12 samples). BUT when I check with oversampling OFF, it says it has 1 sample of latency, even tho I'm sure that's actually 0, by testing like I've explained before.

    • B

      Oversampling best practices

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      1 Votes
      3 Posts
      153 Views
      B

      @griffinboy Thanks!
      I'll just try stuff and see what works best.

    • B

      HISE would crash when compiling ScriptFX network and now when trying to load project after reinstalling to the latest version on Windows.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      479 Views
      HISEnbergH

      @Bicrome the issue is your air windows nodes. Whenever you update HISE you need to recompile any nodes you are using as well. If you have air windows inside of scriptnode networks it will fail initially. You need to compile the air windows nodes first, then do another round of compiling the scriptnode networks that contain them.

    • B

      Is it possible to link parameters between plugins?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      356 Views
      ulrikU

      @Bicrome I made an attempt long ago, had several "client plugins" listening to the main plugin, It worked using osc.
      I stopped working on it but I don't remember why.

      Here I wrote about it:
      https://forum.hise.audio/topic/6612/possible-to-communicate-between-plugins/24?page=2

    • B

      How to set default (double click) value for a slider?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      159 Views
      B

      @d-healey I was searching Component Specific Properties, no on Parameter Properties...
      So i ended up asking Gemini to tell me if it said defaultValue on there. Holy shit how couldn't I see that.

      Thank you so much Dave!

    • B

      Can't figure out how to compile project/export as standalone plugin

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      11
      0 Votes
      11 Posts
      531 Views
      d.healeyD

      @Bicrome said in Can't figure out how to compile project/export as standalone plugin:

      But should the version that the Export Wizard automatically downloads be the right one?

      I don't like the export wizard, it does stuff automatically and unless you know what it's doing it leads to confusing situations like this.

      I'm not sure if it downloads the master or the develop branch but either way I think it's best that you don't use it and do all the downloading manually.

      So search your system and make sure there is only one copy of the source code.