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

      Tahoe, safe to update?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      319 Views
      ustkU

      Still I can't compile

      Screenshot 2026-02-01 at 14.36.12.png

      This has been introduced yesterday @Christoph-Hart
      https://github.com/christophhart/HISE/commit/25b0d67e1e22d91673d674c9f8cdaf9edf39f6ab#diff-4950e5e6f73bac6a9b5d37bf8c96a3b351b63c3222bef6e537cb575c90ef266eR473-R474

    • S

      Peak meter - for input

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      91 Views
      S

      @ustk I kinda figured it out I think, made another Simple Gain in the end of the line and linked to it on the meter, it's working

    • JulesVJ

      Milliseconds to Hz for LFO TempoSync Rate

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      146 Views
      Oli UllmannO

      @JulesV
      I've never worked with it before. If it doesn't work right away, you could maybe use a broadcaster for it. But @David-Healey probably knows more about that! :-)

      If there are any problems, it definitely makes sense to compile HISE as a plug-in and then load the project directly into the DAW to try it out.

    • pcs800P

      Writing data to a file

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      61 Views
      pcs800P

      @pcs800 Looks like I may have found my own answer.
      File.writeAudioFile(var audioData, double sampleRate, int bitDepth)

    • Oli UllmannO

      Long loading times -> again

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      80 Views
      Oli UllmannO

      @David-Healey
      Hey David,
      That's a very kind offer! Thank you very much. I still have to fix three errors in the project, and then I'll send you a download link via message next week.

      I'll take a look at the video.

      I'll get back to you with the data next week.

      Thank you very much! :-)

    • ustkU

      Custom third party C++ methods...

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      6
      0 Votes
      6 Posts
      144 Views
      ustkU

      @David-Healey Yeah very true, that came from a mod I've made for audio inputs that couldn't be shared with other projects, but that's a different matter...

    • GUJIANG

      VS2026 Building HISE Problem

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      22
      0 Votes
      22 Posts
      707 Views
      David HealeyD

      @GUJIAN You could try an earlier commit

    • JulesVJ

      Fake mouse click?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      152 Views
      JulesVJ

      @Christoph-Hart I understand, thanks for the helpful advice.

    • J

      EHX Freeze pedal with scriptnode

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      5
      0 Votes
      5 Posts
      241 Views
      J

      @ustk Ah I see. I have a working algorythm in Pure Data, is there a way to implement that in HISE as script och c++ code? In PlugData (a flavor of PD), you can export C++ code.

    • David HealeyD

      Child panel popup menu callbacks not triggered

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports child panel popup menu callback
      5
      2 Votes
      5 Posts
      179 Views
      David HealeyD

      Still broken

    • David HealeyD

      Cross script communication with broadcasters

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      5 Votes
      7 Posts
      310 Views
      David HealeyD

      Aha mystery solved, I broke it myself in my fork when I commented out these lines to temporarily fix another problem :p

      https://github.com/davidhealey/HISE/commit/21eb98a5c364d7333ee5babaf2a783b408121547

    • J

      DSP network compile export wizard bug Windows

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

      Multi Channel / Multi Output Help!

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      23
      0 Votes
      23 Posts
      3k Views
      dannytaurusD

      @Ben-Catman If I understand what you mean, I'm pretty sure you'd need duplicate effects on each output. If you want them all controlled by a single set of UI knobs/buttons you'd need to script the connections.

    • David HealeyD

      NI Insolvency

      Watching Ignoring Scheduled Pinned Locked Moved General Questions kontakt
      63
      0 Votes
      63 Posts
      2k Views
      dannytaurusD

      @David-Healey Gotcha. Somehow my brain didn't translate virtual instrument in to VI 😂

    • JulesVJ

      Gain Modulation and Pan Modulation is broken

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      4
      0 Votes
      4 Posts
      176 Views
      David HealeyD

      @JulesV Yep it's broken, make a bug report. I suspect this is related to all the recent mod matrix changes.

    • David HealeyD

      JUCE submodule PSA

      Watching Ignoring Scheduled Pinned Locked Moved General Questions hise juce git
      39
      5 Votes
      39 Posts
      2k Views
      dannytaurusD

      @paper_lung @JulesV You shouldn't really be copying any files by hand. Too much room for human error.

      Let git do the work with the command in David's original post:

      git submodule update --init --recursive
    • David HealeyD

      Any way to cancel installExpansionFromPackage?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      147 Views
      David HealeyD

      @David-Healey Bump bump

    • David HealeyD

      Expansion.getSampleMapList() always empty - full expansions

      Watching Ignoring Scheduled Pinned Locked Moved Scripting expansion sample map list
      23
      1 Votes
      23 Posts
      1k Views
      David HealeyD

      Bump again

    • HISEnbergH

      AudioSampleProcessor - Add More than 1 Audio Buffer

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Feature Requests
      3
      0 Votes
      3 Posts
      163 Views
      HISEnbergH

      @ustk Unfortunatley not in this case. It seems to be a matter of how the API is setup more than anything. It appears to be made on the assumption that there is only ever one Audio Buffer in a network. There's no way to grab a buffer's index, though it's very easy to add more than one in scriptnode.

      I did just realize that I can interface with them via the AudioWaveform component and setting the SampleIndex, so this might provide me the alternatives I need...

      .Screenshot 2026-01-30 104152.png

    • bendursoB

      installExpansionFromPackage gets stucked sometimes on Windows

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      370 Views
      David HealeyD

      @bendurso let us know if you solve it. You could also put some additional checks in your install process to make sure they have write permissions and enough drive space