HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Chazrox
    3. Topics
    • Profile
    • Following 4
    • Followers 1
    • Topics 55
    • Posts 425
    • Groups 0

    Topics

    • ChazroxC

      Bypass Mac Security for DEMO'ing

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      44 Views
      ChazroxC

      @orange Sweet. Thanks! We'll give this a try again tomorrow! 🙏

    • ChazroxC

      Decibels --> Paint Routine 'Alpha'?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      2
      0 Votes
      2 Posts
      55 Views
      ChazroxC

      @Chazrox gottem.

      const var Image8 = Content.getComponent("Image8"); const var t4 = Engine.createTimerObject(); const var InGain = Synth.getEffect("InGain"); t4.setTimerCallback(function() { var v4 = InGain.getCurrentLevel([0,1]); v4 = Engine.getDecibelsForGainFactor(v4); if (v4 > -12) { Image8.setAlpha(v4 * v4 / 101); } }); t4.startTimer(11);

      Forum - Meter Image Working.gif

    • ChazroxC

      Spike Killer?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      3
      0 Votes
      3 Posts
      65 Views
      ChazroxC

      @DanH Thats what I actually ended up doing! My brain is a little slow sometimes but we get there. haha. Thanks brother! 🙏

    • ChazroxC

      .setPostCallback:

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      13
      0 Votes
      13 Posts
      76 Views
      ChazroxC

      @d-healey aahh. ok. I just did that and I didnt get an error. I'll find out if it works on the next export. Thank You!

    • ChazroxC

      This was weird:

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      1
      0 Votes
      1 Posts
      27 Views
      No one has replied
    • ChazroxC

      Cost Of Operations?: License Fees?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      32
      0 Votes
      32 Posts
      645 Views
      ChazroxC

      @HISEnberg Good read. 👍

    • ChazroxC

      Plugin Crashing Abelton:

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      3
      0 Votes
      3 Posts
      52 Views
      ChazroxC

      again.....

      I dont know what I did but it got fixed.

      lol.

    • ChazroxC

      Help with .contains please.

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      2
      0 Votes
      2 Posts
      61 Views
      ChazroxC

      I got it. I dont know why it didnt work the first time...

      for (x in irs) { if (!x.contains("SUB_")) { cmbIr.addItem(x.replace("{PROJECT_FOLDER}").replace(".wav").replace(".WAV").replace(".aif")); } }

      Leaving this here for the next lost soul.

    • ChazroxC

      Look at this please --> ** BUILD FAILED **

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      1
      0 Votes
      1 Posts
      57 Views
      No one has replied
    • ChazroxC

      ACCESS AUDIO FILES SUB FOLDER:

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      16
      0 Votes
      16 Posts
      124 Views
      ChazroxC

      @d-healey makes sense. Thank you!

      I've also learned today that filenames can play a big help in sorting through lists like these. Prefixes!

    • ChazroxC

      EXPANSIONS SETUP: JUCE Flags?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      13
      0 Votes
      13 Posts
      111 Views
      ChazroxC

      @d-healey Ok. Im playing with it now. Just made all my samplemaps disappear in my main project but I was able to bring it back so I kinda see whats happening. Im gonna have to keep playing with it to fully understand whats going on. I'll get it soon enough.

    • ChazroxC

      PLUGIN DELIVERY: Latest & Greatest?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      25
      0 Votes
      25 Posts
      735 Views
      ChazroxC

      @hisefilo cool. I'll do some reading. Might be back. Thank You!

    • ChazroxC

      ::: KILLING THREAD BY FORCE?? //ERROR//

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      6
      0 Votes
      6 Posts
      77 Views
      ChazroxC

      @d-healey Ok. Hopefully I dont have to come back to this. Thank you sir!

    • ChazroxC

      RING BUFFER for FFT DISPLAY----

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      5
      0 Votes
      5 Posts
      68 Views
      ChazroxC

      @d-healey makes sense. Thanks.

    • ChazroxC

      AUDIO ANALYSER doesnt take on Colour properties?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      8
      0 Votes
      8 Posts
      100 Views
      ChazroxC

      @d-healey figured it out. Thank You!

      Screenshot 2025-04-13 at 3.17.45 PM.png

    • ChazroxC

      LAF ComboBox / How do I limit popup window width?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      1
      1 Votes
      1 Posts
      51 Views
      No one has replied
    • ChazroxC

      'Enable Effect' Causes POP. How can I fix this?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      5
      0 Votes
      5 Posts
      199 Views
      ChazroxC

      @aaronventure im still debating which route I want to take with this. Thank for the explanation!

    • ChazroxC

      BOLD ITALIC FONT?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      5
      0 Votes
      5 Posts
      68 Views
      ChazroxC

      @aaronventure great advice. Embedding all my fonts from now on.