HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. pcs800
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 61
    • Posts 338
    • Groups 0

    Topics

    • pcs800P

      Multi IR loader question

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      287 Views
      d.healeyD

      @pcs800 Yeah if they are in the same chain then the signal will be processed serially. You could try using send effects instead, or use scriptnode for parallel processing.

    • pcs800P

      Getting label and value to show in customer slider graphic

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      416 Views
      ChazroxC

      @pcs800 it has its own LAF essentially. You can easily re-create the same exact knob with your own LAF.

    • pcs800P

      Mono delay

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      239 Views
      ChazroxC

      @ustk The generosity of the man.

    • pcs800P

      Snippet not working

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      19
      0 Votes
      19 Posts
      580 Views
      d.healeyD

      @pcs800 Just chain them up in the module tree, add the delay, then add the script effect below it.

    • pcs800P

      toggle Simple Reverb bypass

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      5
      0 Votes
      5 Posts
      106 Views
      pcs800P

      @d-healey Thank you

    • pcs800P

      Splitting incoming audio into two bands

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      7
      0 Votes
      7 Posts
      340 Views
      d.healeyD

      @pcs800 Check out my free HISE Bootcamp course - https://audiodevschool.com/courses/hise-bootcamp/

    • pcs800P

      Sample stops playing when key is released

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      78 Views
      rglidesR

      @rglides and false if you want Normal mode

    • pcs800P

      Parameter Values not being shown in panels for frequency point other than 0

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      12
      0 Votes
      12 Posts
      599 Views
      pcs800P

      @d-healey @Christoph-Hart Can we please get Davids changes merged into a new build?
      I really need to get this project finished, and would hate to scrap it.

    • pcs800P

      Spectrum Analyzer gets stuck

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      21
      0 Votes
      21 Posts
      349 Views
      d.healeyD

      @pcs800 Content.createLocalLookAndFeel I think - check the API browser

    • pcs800P

      Plugin state not saved in daw

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      90 Views
      pcs800P

      @d-healey Yes David, adding the following has fixed the issue, thanks!

      // Ensure state is saved with user presets Engine.addModuleStateToUserPreset("Parametriq EQ1");
    • pcs800P

      UseCustomImage for aboutpage

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      57 Views
      d.healeyD

      @pcs800 The documentation isn't clear so I had a look in the source code. What you need to do is add the background image you want to your project's Images folder and make sure the image name is "about.png".

      For the floating tile set UseCustomImage to true and it will automatically use the image.

      36d3607d-0a5d-4dca-842e-34db772fc9bb-image.png

      I've updated the docs in this PR

    • pcs800P

      How to specify text color

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      81 Views
      Christoph HartC

      "#FFB7AA5B" is a hex representation of a colour with the #AARRGGBB format. You're almost there, you just need to turn that into an actual number with the hex format:

      const var RED = 0xFFFF0000; const var GREEN = 0xFF00FF00; // same as #FF00FF00 const var TRANSPARENT = 0; // shortcut for 0x00000000
    • pcs800P

      Documentation update

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      218 Views
      ChazroxC

      @pcs800
      Here...
      Screenshot 2025-07-27 at 3.30.17 PM.png

      then add paramaters here...
      Screenshot 2025-07-27 at 3.30.11 PM.png

      if you want to be able to map GUI controls, make sure you're adding your paramters to the outer most level of your node chain.

      Whatever you add here for parameters, will be visible in your scriptFX property editor like any other module on your interface designer.

    • pcs800P

      Displaying scale factor

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      249 Views
      ChazroxC

      @d-healey all good. Atleast I can still do what you did. Thats all I really needed.

    • pcs800P

      Convolution reverb wet level seemingly not working

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      17
      0 Votes
      17 Posts
      560 Views
      pcs800P

      @d-healey Yes i have such a thing already going. I guess I forgot to ad this one.

    • pcs800P

      Faust tutorial videos

      Watching Ignoring Scheduled Pinned Locked Moved Faust Development
      4
      0 Votes
      4 Posts
      218 Views
      A

      @pcs800 the best faust tutorials are unfortunately reading the source code of the library effects. Find it on github. Feed the main syntax docs into a good LLM like o3 or Gemini Pro, then ask it questions about the specific library effect that you're reading.

      Of course, read the whole syntax reference yourself first.

    • pcs800P

      Limiter reduction parameters

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      171 Views
      ChazroxC

      @pcs800 also…Sometimes Console.print();-ing helps me find what something is doing. You can pretty much .print anything. Console. Print(); then just start moving stuff and playing stuff and see what happens.

    • pcs800P

      Error in visual studio when building hise

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      61
      0 Votes
      61 Posts
      3k Views
      pcs800P

      @d-healey Oh.... too late. I already deleted and redownloaded, etc. Building again now.

    • pcs800P

      I am unable to get an AudioAnalyser to display in a floating tile

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      239 Views
      ChazroxC

      @pcs800 @daniloprates

      open 'Analyser' in ScriptnodeFX.

      'Add new external DisplayBuffer'
      Screenshot 2025-08-29 at 5.33.27 AM.png

      Screenshot 2025-08-29 at 5.33.40 AM.png

      Screenshot 2025-08-29 at 5.35.31 AM.png

      Screenshot 2025-08-29 at 5.34.53 AM.png

      HiseSnippet 1529.3oc2X0sSabDEdVLCI3jzzTkpzKWg5EjJDx+DnIsWDCXbhawfEqKIR8hngcmEOhcmY6tyB3FEodIOU8h9DzGg9Hz2fzyLiW6cMVTGqzj1BRHOmyYl4aN+7cNltwBWZRhHFYUt2fHJx51XmAbY+c5SXbT6lHqOE2g4wr2SP7r6QSjnsGDQRRndHKqROSYk0xKhz+7mOcaR.g6RGKBgNRvbo6wBYxwR6136YAAsHdzdrvbV+nFscE7cDAhT.QkvUPQD2SImP2mnLaAL54jj9HquBWqlu6iqT4w0quQEBotGg7npz5Og5uou6FUdREui2nB76lHqk10iIEwNRhjl.G51BuAN8EmyMWvQrD1wAT0hpHG3lMhQ6zmE30My8jfPV3ticVkLNq6q8MijeEm13cj2oYsv0AopuCPZgbP5FYwOMjBHCnwZn7I3Nsa111HoZAfrSZbLkKcn+TJchn1PU8hA+e9.7dBQztbB.Ou7hUm9wfoNQzhJrJ8d5shTOqVr.p5y4d1KZd12C63Fyhji0nd62B2lKow9D3wk+garEY8a3cDfAb45gjSoshgEi1vpaVoxZ1ved32VtreJ2UxDbaAeegjd.e0GV90kWt7aJaOoJe+opScQwhf.Z7TUqpChutMtJOM7XZ7Z1mQBRoiLDb.EcvKMaNXWy6NmgBdaNSdPDc35Vh.Ok2R84oDNF53fO8CsaRjDHazZnLvtHZrjofiUS5YP8uIHsLtIM4ToHRaaXjfqNAqaKGVLYBKsBDDIieROHXiX.BtKNunpnKFkf8K+XiAiVzf1XH.L21cwak5wDawIACRfhgiOIiXY4kpWu9aU6gIogikd4kWNgzZJwMa1TKVRuPN13rJE8i2pC90kssWYjKps2Jei8JlGjcqWVck0Tpay8nW.JpnWAd3.w4uPDeZBPyQA49jfDZ42fNm4IAZNr02YgP8orS5KUq9UzTy8AxFgWZ.QVjARwMOTAjIUH+WkjySXxAEJUmcZoJWeo5LBw6g6xjt8mNFWXJXTw38O.FGRleG7t99TW4X.tHt0KmWl6q+5srxc+Xy8WNK++k5K+13wYOE.w9ogMYIQ.i61o.fgiCRMf7DTFq1k3w7GQwzHRLsmPwPuZBILJfdH.90rONP.70reldURmHC11VYwpt8IbNMHYd3lV58E4+ghTU8eGhLlAk+XvG3.0gtzcFhNkOXAEsjYcE0ZUBiCk6oW7V3mgJqNxgAJqloLGi19T44ppRUbZ3mg9qlfRh1I+J+Kph1RU9p3wXCSegfiVVWQvfn9BNyU2kUaQFR2JTjxkYvEFmoGgEnx2cRS.tWuC3Nfw5twVkNBht5C9F3JqC+B4+6K7.UK0h3BN1AcIJdh6gUz4PVKMdc2QYuEvZgDH8vTETqN0LpMiiCPcnlcFF5xpTNJcStqZETYtf4hZmbjRqKI.cjJEP8dzmowEZfrxTL12WhJ.96fIFF50UptJNMa4cAfJUPZ9EYsklnZYRIpWghWN6f2Exk8fVeFh8gIGcIw.ZjTC2Q9EaKDmFRzYKyUqv7LQOvn7V3WPNipmCWGI+b8ZeQbn8ynPPVQiV8ZlC+2m04vil44vOvUBP.FGjmDIRflv4NYGZHqGzKOofzI1QsotiBRaRko7hGsQTAqTthVfqHmc2rQlvZ4E1kvKbXv5BmTG13IIP+wSMi05PgWt2AItfiQ4mKLkaJzd9EpdyUyuwwhqkW7yIwdPLzsP+qIFGdwYiQrXq7b1OkNKK8Q3qo79YdfOhirTne7xYXzgo3Q1keFM.Ji0X7yf5VeRZfLSZw5vNBtHi4ebT+PJz15jSnERll5CZKorvW359MNjFPII4pM+xF6AD8j3NZV04xWTc18EWW75KvF3ZqHOr+u6nlk9e8nlyd0GvG9u6n3Cv.ubMacnz9iSr7CwfneHtiPhar3Utl42UE82TKAd2b8TWKi6nVaWEclYftwNyPnkwqbcKdTWYi0l2MVed23il2Mtw7twMm2M90y6Fe7e+FUcz2JUJBM0FvXNc20LJq0n+wcVkP+EHhKr2M
    • pcs800P

      Sticky knobs

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      30
      0 Votes
      30 Posts
      1k Views
      d.healeyD

      @pcs800 No worries, it will help the next person who gets here :)