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

    Topics

    • ChazroxC

      I STILL cant compile DLL's // What am I doing wrong? // Taking all suggestions.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      25
      0 Votes
      25 Posts
      223 Views
      d.healeyD

      @Chazrox said in I STILL cant compile DLL's // What am I doing wrong? // Taking all suggestions.:

      by this you mean, not move it from where its currently at?

      If it's within the HISE source code folder then yes.

    • ChazroxC

      Preset Browser Laf || Multi-line?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      10
      0 Votes
      10 Posts
      108 Views
      rglidesR

      @Chazrox 😁

    • ChazroxC

      ScriptFX Interface || How do I script knobs n stuff??

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      14
      0 Votes
      14 Posts
      84 Views
      ChazroxC

      @d-healey
      80008192-4bd4-44ac-9160-83b0f3e0e99c-image.png
      lol

    • ChazroxC

      Anything wrong with doing this? || Buffer Length

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

      @Christoph-Hart Wow...game changer! 🙏

      Thank you sir!

    • ChazroxC

      Theme Controller Module?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      21
      0 Votes
      21 Posts
      383 Views
      d.healeyD

      @Chazrox Yup, watch my file and file system api video

    • ChazroxC

      How do I access LFO Intensity via script?

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

      @d-healey wow. lol. Thanks!

    • ChazroxC

      Error Help?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      10
      0 Votes
      10 Posts
      120 Views
      ChazroxC

      @d-healey I'll read this for sure. Thank you.

    • ChazroxC

      FREE DESIGN || Upgrade Your Keyboard!

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      6 Votes
      5 Posts
      127 Views
      mmprodM

      @Chazrox looks really good! Thanks

    • ChazroxC

      LAF KEYS! GOING GREAT!

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      0 Votes
      7 Posts
      120 Views
      ChazroxC

      @d-healey Wow...

      ok. Thats way easier. I wish I would have known this a few hours ago. lol eh.

      Thanks!
      (for the next one)
      Screenshot 2025-05-11 at 2.39.49 AM.png

    • ChazroxC

      Bypass Mac Security for DEMO'ing

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      70 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
      64 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
      77 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
      103 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
      33 Views
      No one has replied
    • ChazroxC

      Cost Of Operations?: License Fees?

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

      @HISEnberg Good read. 👍

    • ChazroxC

      Plugin Crashing Abelton:

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      3
      0 Votes
      3 Posts
      58 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
      67 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
      61 Views
      No one has replied