Forum
    • Categories
    • Register
    • Login
    1. Home
    2. dannytaurus
    3. Posts
    • Profile
    • Following 3
    • Followers 1
    • Topics 87
    • Posts 920
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Correct setup for scriptnode synth?

      @DanSound I was going to point you to a topic I made a while back about making an FM synth in ScriptNode but I see we already had the 'soft transients' discussion back then! 😜

      https://forum.hise.audio/topic/14257/making-a-basic-2-op-fm-synth-in-scriptnode/8?_=1772552990701

      posted in ScriptNode
      dannytaurusD
      dannytaurus
    • RE: Loading wavetables by drag-and-drop takes a long time??

      @Orvillain To be clear, I was dropping a prepared wavetable WAV into the Wavetable Synth.

      I'm not sure about the Wavetable Creator.

      Are you dropping a wavetable WAV or just a plain WAV and hoping to make it into an interesting wavetable?

      I have no idea how the Wavetable Creator works, or what it's for! 😂

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Loading wavetables by drag-and-drop takes a long time??

      @Orvillain After dropping the wav file into a Wavetable Synth, use the saveAsHwt() function to turn it into a precomputed HWT.

      See this post, and surrounding posts, for details: https://forum.hise.audio/post/114563

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Builder InterfaceTypes

      @Lindon said in Builder InterfaceTypes:

      According to Claude:

      "SynthGroup" = Synthesiser Group
      "SynthChain" = Container

      Remember that names can change magically for no reason between source code, docs and HISEscript 😂

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Builder InterfaceTypes

      @Christoph-Hart haha, I had several 'overload' messages from the Anthropic API yesterday and thought "what do I do now?".

      It was then I released how much things have changed in the last few months!

      image.gif

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: past months work

      @NISHI_MUSIC I use Gumroad https://gumroad.com

      It's not perfect but for what they offer and the hassle they save me, I find the ~12-15% fee easy to live with.

      Whatever platform you use, you'll find it easier to sell if you have an existing audience.

      Cool looking plugins! Do they use web views by any chance?

      posted in Newbie League
      dannytaurusD
      dannytaurus
    • RE: Where are we with Hise currently?

      @Lindon Fixing regression issues seems like it should be high(est?) priority.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: VS 2026

      @Gab I'm on the Community version.

      CleanShot 2026-03-02 at 10.33.11@2x.png

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Sample Map XML recovery??

      @l4ch If you're on Mac, try opening the XML in TextEdit then go to File > Revert To... > Browse all versions.

      It might have some version history saved by macOS that you can restore from.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Sample Map XML recovery??

      @l4ch If you're using git to track your project you can recover the contents of the file.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Export Setup Wizard Issue

      @DanSound See this very helpful post from David https://forum.hise.audio/post/118353

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Compile DSP networks as DLL keeps launching Export Setup Wizard

      @versusjona Is the Export Setup box checked in Settings > Compiler Settings? If not, try checking it manually.

      CleanShot 2026-02-26 at 19.39.19@2x.png

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: VS 2026

      @DanH Possibly not related but I had to add MSBuild to PATH because HISE doesn't detect it properly for VS2026.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: HISE pitch shift node introduces 100-200ms delay

      @HISEnberg said in HISE pitch shift node introduces 100-200ms delay:

      Use Engine.getLatencyInSamples to find it, then use Engine.seLatencyInSamples.

      It's Engine.getLatencySamples and Engine.setLatencySamples (no In).

      And getLatencySamples doesn't calculate the latency. It just returns whatever you set with setLatencySamples.

      Use "Tools > Check latency of signal chain" to calculate the actual latency of the plugin.

      @resonant Ah yes, that was the post I was looking for! 👍

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: HISE pitch shift node introduces 100-200ms delay

      @Straticah Pitch shifting causes latency. Have you tried Tools > Check latency of signal chain?

      Also, this post: https://forum.hise.audio/topic/13654/latency-issuewith-fx-pitch_shift?_=1771883682066

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: LAF Builder in HISE

      @David-Healey Figma plugin sounds very doable.

      posted in Feature Requests
      dannytaurusD
      dannytaurus
    • RE: How to Fix Filters not working on DAW as they do on HISE

      @duma You're welcome.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Samplerobot Loop Points

      @inlandempire I've been spoiled by this simple workflow from Maize Sampler, where I built my first sample-based plugins.

      Import an EXS file and it imports all the samples with key ranges, loop points, etc. Lovely!

      I'll be on to some sample-based stuff soon. Looking forward to tackling this!

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Samplerobot Loop Points

      @inlandempire Wow, that's a lot of work! 😜

      We need to be able to simply add an EXS file and it imports everything. If that's not currently possible then I'll certainly start working on it when the need arises for me.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Value mapping to knobs

      @NISHI_MUSIC What values did you use for Hz?

      posted in General Questions
      dannytaurusD
      dannytaurus