HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. bug
    Log in to post
    • All categories
    • oskarshO

      Modulation Matrix Frequency Knob Bug

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports modulation matrix bug
      1
      2 Votes
      1 Posts
      60 Views
      No one has replied
    • d.healeyD

      HISE segfaults when loading large sample maps

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports crash bug segfault
      5
      0 Votes
      5 Posts
      130 Views
      ustkU

      @d-healey 🤷

    • d.healeyD

      "No valid area for noise map specified" in preset browser laf

      Watching Ignoring Scheduled Pinned Locked Moved Scripting bug look and feel preset browser
      2
      0 Votes
      2 Posts
      69 Views
      d.healeyD

      I just went to the source to look into making an addNoiseToArea function and what do I find but sneaky undocumented HISE goodness.

      You can pass an object to g.addNoise!

      g.addNoise({alpha: 1.0, scaleFactor: 1.0, area: obj.area, monochromatic: true});

      alpha = noiseAmount

    • d.healeyD

      [bug - fixed!] Timestretching + multi mic = instant crash

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports multi-mic timestretch crash bug
      17
      2 Votes
      17 Posts
      555 Views
      SimonS

      The CI for the fix seems to have got stuck https://github.com/christophhart/HISE/actions/runs/12342377762/job/34442128570

    • Matt_SFM

      External display buffers visualization crash

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports bug display buffer crash
      18
      0 Votes
      18 Posts
      910 Views
      Matt_SFM

      Ok, if someone hits the same issue, I might have found a solution for this. I don't know if that's the proper way of handling it, but it seems to be working ok.

      I chaned this bit, and replaced the assertion:

      bool isConstant() const override { jassert(ns != nullptr); auto v = ns->constObjects.getValueAt(index); // objects and arrays are not constant... return !v.isArray() && !v.isObject(); }

      by this :

      bool isConstant() const override { if (ns == nullptr) return false; auto v = ns->constObjects.getValueAt(index); // objects and arrays are not constant... return !v.isArray() && !v.isObject(); }
    • oskarshO

      Cannot use Graphics drawing on Linux

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports linux graphics bug
      15
      0 Votes
      15 Posts
      798 Views
      d.healeyD

      @oskarsh It is in the official repo already. I've just pre setup my juicer file for my use case.

    • d.healeyD

      [bug] isUserPresetReadOnly always undefined

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports bug preset read only
      2
      0 Votes
      2 Posts
      285 Views
      d.healeyD

      Well that was an easy fix

    • d.healeyD

      [bug] Changing container channel amount = crash

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports bug channel container routing
      12
      0 Votes
      12 Posts
      870 Views
      gorangroovesG

      @aaronventure Thank you! Got it.

    • oskarshO

      HISE adds trailing slash to server post calls

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports server api server bug
      10
      0 Votes
      10 Posts
      865 Views
      A

      small necro to report that there's a leading slash issue which can only be mitigated by setBaseURL

      35dd898e-aac5-4c93-8883-d43f11969774-image.png

    • oskarshO

      parseInt cannot parse '08' and '09' but all other strings.

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports bug bug tracker script
      5
      0 Votes
      5 Posts
      424 Views
      Christoph HartC

      @ustk yeah it has to resolve two things (the object t and the function getIntValue) vs. one (only the object, the math function is resolved at compile time.

      But this performance difference is neglible - in UI contexts there are much slower things and if you are using anything string related in an audio processing context you have to sit back and evaluate life decisions that lead you into this situation of misery anyway.

      Also Math.round still returns a float number IIRC while getIntValue makes sure that the var instance uses the integer data slot internally.

    • oskarshO

      Update/ Recompile JUCE?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions juce linux-arch linux bug
      2
      1 Votes
      2 Posts
      361 Views
      clevername27C

      @oskarsh I don't think HISE compiles against JUCE 7. Your best bet may be to port the fix yourself.

    • d.healeyD

      [bug] Expansions don't load samples

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports full expansion samples loading bug
      9
      0 Votes
      9 Posts
      704 Views
      d.healeyD

      @ustk if f isn't defined then .isFile() will return a function not found error. But I'm probably being over cautious.

    • oskarshO

      Crackle when changing DelayTime (ScriptNode and Module)

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports delay crackle bug
      4
      1 Votes
      4 Posts
      431 Views
      Christoph HartC

      @iamlamprey Yes that's correct. The jdelay node is supposed to be used with sample-based modulation so if you just move the slider it will jump to the value and create crackles.

      The core.delay node creates a fade between the old time and the new time so it's preferred to be used when you have a static delay that you want to adjust with a UI control.

    • Matt_SFM

      [BUG] Scriptnode Network - Faust node disappears

      Watching Ignoring Scheduled Pinned Locked Moved Faust Development faust scriptnode bug
      4
      0 Votes
      4 Posts
      358 Views
      Matt_SFM

      @Christoph-Hart that's a funny one 😂

    • Matt_SFM

      [BUG] Parameters not working in HardcodedFX

      Watching Ignoring Scheduled Pinned Locked Moved General Questions scriptnode bug compiled
      3
      0 Votes
      3 Posts
      333 Views
      oskarshO

      @Matt_SF @Christoph-Hart is there any solution to this? I am currently hitting this limitation and I do not know how to work around this.

    • Matt_SFM

      [BUG] Wrong network parameter name

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports scriptnode dspnetwork bug
      1
      2 Votes
      1 Posts
      255 Views
      No one has replied
    • d.healeyD

      [bug] Played RR group button causes HISE to freeze

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports bug mapping freeze crash
      1
      0 Votes
      1 Posts
      236 Views
      No one has replied
    • d.healeyD

      [bug] File browser selection causing assertion

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports bug file browser
      5
      0 Votes
      5 Posts
      390 Views
      LindonL

      @d-healey I will be avoiding those then..sorry I should have read more carefully...

    • d.healeyD

      [bug] Network XMLs not showing up in latest version

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports scriptnode bug dspnetwork project
      3
      1 Votes
      3 Posts
      374 Views
      d.healeyD

      I see this has been fixed now :)