HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. ccbl
    3. Topics
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 90
    • Groups 0

    Topics

    • C

      Plugin doesn't respect UI Zoom Factor onInit

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      25
      0 Votes
      25 Posts
      1k Views
      C

      @Lindon said in Plugin doesn't respect UI Zoom Factor onInit:

      @ccbl said in Plugin doesn't respect UI Zoom Factor onInit:

      @oskarsh how would that look in context?

      inline function onFiftyControl(component, value) { Settings.setZoomLevel(0.5); }; Content.getComponent("Fifty").setControlCallback(onFiftyControl)

      Do you define the value as 1.0?

      I really don't know coding very well.

      so like this:

      inline function onFiftyControl(component, value) { if(value) Settings.setZoomLevel(0.5); }; Content.getComponent("Fifty").setControlCallback(onFiftyControl)

      After flushing my %appdata% config this worked! Thanks!

    • C

      global send / receive

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      18
      0 Votes
      18 Posts
      820 Views
      d.healeyD

      @aaronventure said in global send / receive:

      @d-healey I vaguely remember reading somewhere about it. It should be the same whether the network gets converted to C++ on project export or on its own first, no? The only difference is some nodes, like SNEX and Faust, require in-HISE compilation first, and if you have a really hungry network, then you can get the CPU usage down by compiling it.

      Though it's probably not a bad idea to get @Christoph-Hart to confirm.

      @Christoph-Hart What say ye?

    • C

      Convolution Produces Silence when enabled

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

      @ccbl your welcome.

    • C

      Status Indicator Best Practice

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      98 Views
      LindonL

      @d-healey said in Status Indicator Best Practice:

      Either use LAF to make a custom button with as many states as you want - storing the "state" in a variable.

      Or use a panel and do the same thing.

      or a knob with three states

    • C

      Things I've Learned about ML Audio Modelling

      Watching Ignoring Scheduled Pinned Locked Moved Blog Entries
      15
      7 Votes
      15 Posts
      1k Views
      S

      I believe the issue I'm seeing is that whenever a NN node is instantiated and loaded with a model the first time, there is a loud "pop" coming from the NN node. If you are trying to switch between multiple NN nodes, whether you are using a Branch node or a soft_bypass, the NN nodes are not instantiated UNTIL signal is passing through them. So, no matter what you use to switch between NN nodes, the first time they are selected, they pop. After that (at least with a Branch node), they no long "pop".

      I could work around this, IF all the NN nodes instantiated at the same time (maybe on load). I could just mute the output of the node for a moment. But, it doesn't seem to work that way.

    • C

      Soft Bypass CPU Usage

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      107 Views
      griffinboyG

      @ccbl

      That's correct

    • C

      Help me understand Waveshaping

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      12
      0 Votes
      12 Posts
      774 Views
      C

      @clevername27 I appreciate your sentiment, but I'm just a guy with a normal day job with an interest in plugins. Not looking to make any money here, just releasing my work for free as and when inspiration strikes.

    • C

      Troube with inverting control

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      244 Views
      C

      @ccbl Cool that worked thanks!

    • C

      New to HISE [came to make some audio FX plugins] Issue finding VST3 output

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      586 Views
      C

      @Christoph-Hart Awesome thanks! This is such an unbelievable tool. Can't wait to learn more about it all.