HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • pcs800P

      Muting bands in a script fx network

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      209 Views
      ustkU

      @resonant Not on happening on my end but, perhaps just interfacing a control.smoothed_parameter can help.

    • RetromelonR

      CableBox

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      18
      0 Votes
      18 Posts
      435 Views
      RetromelonR

      Hey @Orvillan,

      No big deal if I didn’t know how to post a snippet. Better to ask than mess around blindly, right? I’m really new to coding, mostly picking it up bit by bit.

      I love making my own tools and plugins, experimenting with sounds, and sharing my stuff for free with the community. I started with Synthedit, but it’s not really modernized, so that’s why I decided to switch to HISE.

      Honestly, I’m mainly a music producer, graphic designer, and sound engineer, and I want to put all of my passions together to create the plugins that I want to make. Since coding isn’t one of my skills, I have no choice but to learn it step by step to help me further with plugin development, since HISE requires some coding knowledge to work around.

    • DanHD

      License Manager (Wordpress) Deactivation help

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      11
      0 Votes
      11 Posts
      300 Views
      It_UsedI

      @Christoph-Hart Thanks, I just don't know how to make my problem noticed, it doesn't bother me, but I had no other way out. I could write to you in private messages, but that's even worse than doing it in another post. I heard you, thanks again, and sorry again!

    • dannytaurusD

      Imgur not working in the UK is really starting to piss me off! 😂

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      2 Votes
      7 Posts
      134 Views
      dannytaurusD

      @Christoph-Hart 😂😂😂

    • S

      Compile errors on Ubuntu 24.04

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      15
      0 Votes
      15 Posts
      355 Views
      S

      @d-healey Thanks David - that worked and I was able to compile the DebugWithFaust version and run it....
      Now to try a ReleaseWith Faust.....
      Thanks again for your time, help and patience 😁

    • ulrikU

      selection.set(Sampler.FileName, new path);

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      0 Votes
      1 Posts
      33 Views
      No one has replied
    • ustkU

      Envelope follower signal domain

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      111 Views
      Christoph HartC

      signal detection = mod output (minus smoothing), so still not clear what's the problem, but glad you solved it :)

    • C

      Export Samples for Installer - hanging at Compressing 100%

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      21
      2 Votes
      21 Posts
      2k Views
      It_UsedI

      @Christoph-Hart need your help. This really needed part for big projects.
      https://github.com/christophhart/HISE/issues/798

    • d.healeyD

      Invalid use of incomplete type vSIMDType

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      9
      0 Votes
      9 Posts
      516 Views
      d.healeyD

      @Christoph-Hart Bump bump

    • Matt_SFM

      Multi Output Tutorial

      Watching Ignoring Scheduled Pinned Locked Moved Documentation
      17
      8 Votes
      17 Posts
      2k Views
      d.healeyD

      @weezycarter make a minimal test plugin with 4 channels. Then we'll have a baseline.

    • B

      random float 0. - 1. how to?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      6
      0 Votes
      6 Posts
      102 Views
      iamlampreyI

      @Rognvald No problem 🙂

      This is a bit cleaner:

      inline function onButton6Control(component, value) { if (!value) { return; } // works the same as if (value) but the scope is a little bit cleaner local Knob1_value = Math.randInt(20, 20000); // this is already fine local Knob3_value = Math.random(); // you don't need range here, Math.random() is already within the range you're expecting Knob1.setValue(Knob1_value); Knob1.changed(); // these can be single lines if you prefer Knob3.setValue(Knob3_value); Knob3.changed(); }; Content.getComponent("Button6").setControlCallback(onButton6Control);

      If Knob1 and Knob3 already have their own Control Callbacks, you also don't need to independently call these:

      SimpleGain1.setAttribute(SimpleGain1.Gain, Knob1_value); // already handled by Knob1.changed(); SimpleGain2.setAttribute(SimpleGain2.Gain, Knob3_value); // already handled by Knob3.changed();

      Control.changed() is essentially simulating changing the control with the mouse, so you're basically calling the setAttribute function twice.

    • AGD_A

      parameter properties desappear

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      6
      0 Votes
      6 Posts
      87 Views
      AGD_A

      @Chazrox me that I'm confused 😁

    • Oli UllmannO

      Table -> Disable deletion by right-clicking

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      22
      0 Votes
      22 Posts
      336 Views
      DanHD

      @DanH said in Table -> Disable deletion by right-clicking:

      No, nor me. Having curve nodes would be much more up-to-date. Is there anyone here who could write a new table which can interface with the existing Hise modules (LFO / ShapeFX)? For $$....

      Seriously though, can anyone help with this?!

    • J

      buttonpacks, panels, buttons and midi note fun...HELP! lol

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      4
      0 Votes
      4 Posts
      127 Views
      J

      @ulrik ahhhhhhh! perfect! thanks so much! this really simplifies everything!

    • ustkU

      Matrix Modulator voice nullptr crash

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      11
      0 Votes
      11 Posts
      477 Views
      ustkU

      @Christoph-Hart oh awesome! Thanks!

      AGI my ass…

      Lol very true 😆

    • D

      Server.callWithPOST callback not triggered

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      5
      0 Votes
      5 Posts
      62 Views
      ustkU

      @daniloprates It appears you found it already ☺

    • HISEnbergH

      Free Reverse Delay built in RNBO

      Watching Ignoring Scheduled Pinned Locked Moved Blog Entries
      15
      11 Votes
      15 Posts
      3k Views
      JulesVJ

      @Mighty23 It seems 1000 ms is very short for low bpm and 1 bar.

      Is it possible to increase the max delay time to 5000 ms?

    • Oli UllmannO

      Build failed LAST DEV COMMIT on Mac

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      0 Votes
      1 Posts
      39 Views
      No one has replied
    • 1

      How to build a degradation chain in HISE (Script FX) — need guidance

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      4
      0 Votes
      4 Posts
      240 Views
      LindonL

      @13murderer said in How to build a degradation chain in HISE (Script FX) — need guidance:

      @Lindon Hey, the default bitcrush allows to set 4-16 bits, but i need to set 20,24 bits. Is it possible somehow?

      Are you sure the incoming signal is 24 bits? But in any case if you are degrading the signal further then it will be pretty impossible to tell the difference between 16 bit and 24 bit...

    • pcs800P

      How to get values from script fx node

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      352 Views
      HISEnbergH

      @pcs800 Ah ya it is a little hidden. In scriptnode click the arrows icon next to the parameter (on your compressor). Then right click the parameter and select "Copy range to source" and it will set the Macro control to the same values.

      example.png

      example2.png