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
    • Oli UllmannO

      Scriptnode DAW crash

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved ScriptNode
      1
      0 Votes
      1 Posts
      59 Views
      No one has replied
    • Christoph HartC

      Agentic coding workflows

      Watching Ignoring Scheduled Pinned Locked Moved AI discussion
      52
      0 Votes
      52 Posts
      3k Views
      Christoph HartC

      @Bart FYI I'm working on a TUI app at the moment that allows you to remote control HISE and perform all kinds of actions - the same command set is also exposed as an CLI interface for the LLM to use (and you can use the TUI app as a "log viewer" to trace back what the LLM did).

      This will include a feature complete builder mode with full undo support where you can add / remove modules and change parameters from the command line:

      https://github.com/christoph-hart/hise-cli/issues/5

    • P

      Neural Amp Modeler in HISE

      Watching Ignoring Scheduled Pinned Locked Moved General Questions neural amp modeler nam preamp
      1
      0 Votes
      1 Posts
      77 Views
      No one has replied
    • iamlampreyI

      NeuralNetwork.loadNAMModel() functional?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      20
      0 Votes
      20 Posts
      3k Views
      resonantR

      @iamlamprey I've already tried this, the project freezes while loading.

    • D

      Custom JSON preset file support

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      329 Views
      David HealeyD

      @dezertaudio said in Custom JSON preset file support:

      I'm using a custom preset browser though.

      Are you using a custom preset format as well?

    • J

      git pull develop branch giving me this error

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      6
      0 Votes
      6 Posts
      273 Views
      ustkU

      @David-Healey stash, fetch/pull, then restore stash should do, no?

    • S

      Github to Hise

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      178 Views
      ustkU

      @Solocky You might be interested in the C++ API https://docs.hise.dev/cpp_api/index.html

    • S

      The buggy road to my first plugin

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      4
      1 Votes
      4 Posts
      180 Views
      ustkU

      @Sifres For Faust I had the same issue recently. Is your Faust node in a frameProcessing container by any "non-chance"?
      That was my case so I've made a PR to fix it (in fact I made it then it was removed because I was fiddling around because I was trying stupid thing with git because I'm an idiot because... Well, I just re-pushed it)
      The export wasn't processing the signal as frame, only as blocks...

    • ustkU

      Where did the VS config in the jucer go?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      124 Views
      ustkU

      @David-Healey Ah yeah! I've seen the projucer being replaced at some point during my crappy manipulations! Checking this, thanks Dave!

    • YarostY

      Upcoming dry signal when boost gain before neural network

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      61 Views
      No one has replied
    • pcs800P

      Animated spinner works in test project but will not work in my plugin project

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      19
      0 Votes
      19 Posts
      574 Views
      pcs800P

      @young60 how did you connect the LFO to the macro, and how did you link the dummy slider to the filmstrip knob?
      Can you provide a snippet?

    • ustkU

      Faust working in the network but not in the hardcoded FX

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      2
      0 Votes
      2 Posts
      66 Views
      ustkU

      It turns out it was a frame processing issue in the wrapper.
      Fixed by PR https://github.com/christophhart/HISE/pull/928

    • MorsM

      Effect stops working when UI closed

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      138 Views
      MorsM

      @David-Healey Oh awesome, thanks for letting me know!

    • jadgJ

      Fully customized pseudo backlit interface via LAF,with user selectable color themes

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      2
      1 Votes
      2 Posts
      77 Views
      jadgJ

      Here is a video where you can see better the visual details:
      Fully customized pseudo backlit interface via LAF

    • V

      Successfully Compiled VSTs disappear in DAW

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      56 Views
      V

      @David-Healey

      Thank you, I think that was it!

    • F

      No audio processing after export

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      228 Views
      S

      @filipalex96

      I had a lot of issues with the convolution node inside scriptnode, I gave up and used the built in convolution module without issues.

    • B

      HISE crashing in opening a project when missing samples.... sometimes?

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      1
      0 Votes
      1 Posts
      40 Views
      No one has replied
    • David HealeyD

      Rectangle function map missing trimmed

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      19
      0 Votes
      19 Posts
      2k Views
      David HealeyD

      @David-Healey

      and why are there two setSize functions?

      setSize doesn't work but withSize does and seems to do the same thing.

      Edit: setCentre and setPosition don't work either.

    • S

      LFO stops working after exporting VST3

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      179 Views
      S

      @dannytaurus Thanks for suggesting and sounded pretty promissing tbh. However after manually changing the code for this, recompiling hise -> Export plugin, it still fails silently.

      Very frustrating tbh.

    • pcs800P

      Tooltips not working in properties panel

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      176 Views
      pcs800P

      @David-Healey It sure does, thanks David.