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
    • DanHD

      Modulation Draggers don't destroy on disconnect via popup menu or matrix

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

      Mod Matrix bug - hopefully squashed

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      8
      0 Votes
      8 Posts
      288 Views
      Oli UllmannO

      @DanH
      Ha ha 😂 Good question! 🙂

      I'm building a fairly extensive synth plug-in. It has 4 layers, each with 4 sound engines. Each layer has 4 insert and 4 send effects, a master effects section, 4 arpeggiators, and a main page.
      Since I'm using the new HISE modulation system, each parameter really needs its own UI element, which is why there are so many.

    • C

      VST - AU - AAX Logo

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      126 Views
      dannytaurusD

      @cassettedeath You can find a lot of brand vector logos on Wikimedia Commons:

      https://commons.wikimedia.org/wiki/File:Cubase_6_logo.svg

      CleanShot 2026-02-20 at 09.34.48@2x.png

      You don't usually need permission to use the logos but you do sometimes need to attribute them and follow the brand's guidelines.

      A blanket statement should be good: "DAW logos are trademarks of their respective owners." as long as you don't imply any sort of affiliation or link with the company.

      Safest way is to just use text, no logos, like:

      "VST3/AU/AAX versions. Works with Logic Pro, Ableton Live, Cubase, Reaper, Bitwig."

    • DanHD

      drawAlertWindow / drawAlertWindowIcon

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      147 Views
      dannytaurusD

      @DanH Got a snippet?

    • DanHD

      Preset Handler YesNow Window Message

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

      Custom font in WIN vs macOS

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      118 Views
      P

      @David-Healey Solved! I've simply moved the font outside the font folder and removed the "Font/".

    • DanHD

      New LAF Properties for Modulation Display: Selected Source vs Accumulated Range

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      17
      0 Votes
      17 Posts
      378 Views
      DanHD

      @Christoph-Hart PR sent, I'm not being precious about it so feel free to close again, good to get the practice in 😆

    • P

      Samples with subfolders

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

      @pelle There is no decompressor, so always keep your original files.

    • griffinboyG

      Compilation errors, Unable to export VST3, simple css, Renderer.h

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      2
      0 Votes
      2 Posts
      110 Views
      griffinboyG

      @griffinboy

      Solved, it was me being silly. I checked and it was only certain projects that had the issue.
      After investigation I found what I had done wrong:

      #include <Windows.h>

      ^ I had used this line in my c++ nodes,
      And it happens that Windows.h has methods with the same naming as some of the Hise files, creating a conflict.

      The include was actually in a dsp file that I wasn't even using, which is how I missed it.
      But when Hise goes to compile as VST it runs every c++ dsp file, and so the error flagged.

    • DanHD

      CSS changes on 25th Jan seem to have broken button spacing....

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      6
      0 Votes
      6 Posts
      180 Views
      DanHD

      @Christoph-Hart fixed thanks!

    • dannytaurusD

      CSS Errors for every component

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      6
      0 Votes
      6 Posts
      169 Views
      Christoph HartC

      Oh, but this style sheet should correctly assign the label selector to the outer UI component - I assume you don't use it with nested UI components? Can you make a minimal example?

    • M

      [URGENT] Build Fail: 66 Errors in SharedCode (math.h, ctype.h missing) - Windows 11 / VS2022

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      15
      0 Votes
      15 Posts
      558 Views
      M

      Hi David, sorry for the late response, I just got my internet back up today. Just wanted to let you know the export is working perfectly now, even with that warning popping up. Thanks for the help!

    • HISEnbergH

      Build fail due to HISE Unlocker

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      3
      0 Votes
      3 Posts
      129 Views
      HISEnbergH

      @David-Healey That's what I initially suspected too. But no I haven't changed architectures.

      Edit: Actually it seems to do with my authorization/licensing system, it's triggering HISE's activate system. I left the RSA.xml in the project folder so just removing it clears up the error.

      Solution here: https://forum.hise.audio/topic/12825/errors-when-exporting-to-vst3/3

    • LindonL

      AudioWaveForm LAF

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

      By the power of Claude I've added drawThumbnailMarkers and extended drawThumbnailRange to include sample start, loop crossfade, and release ranges.

      This is quite a big PR in terms of number of lines of code changed. I started this before Christoph added the new workflow documentation so it hasn't been through that checking process.

      Here's the PR. To pull this into your own fork:

      Add Christoph's repo as a remote called upstream (if you haven't already) git remote add upstream https://github.com/christophhart/HISE.git Run git fetch upstream pull/885/merge:pr-885-merge Checkout the branch of your fork you want to merge to Run git merge pr-885

      61b25f76-c83d-41ed-a69e-63e58801ad53-image.png

    • LindonL

      Last best commit for VS2022....?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      0 Votes
      16 Posts
      436 Views
      David HealeyD

      @Lindon Looks like the JUCE sub module was added on the 8th of January, so try end of December.

    • P

      Compilation Issues for Custom C++ Scriptnode template & Faust on Windows

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      14
      0 Votes
      14 Posts
      212 Views
      P

      @David-Healey It compiled and builds successfully now both with App & VST. Thanks for your support have compiled it with VS 2026 didn't face file path specification error as well.

    • YinxiY

      Exported Plugin Works in HISE but Not in the DAW

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      5
      0 Votes
      5 Posts
      78 Views
      YinxiY

      @David-Healey it worked, thanks for your help

    • A

      startInternalDrag failing on panels created via addChildPanel

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      1
      0 Votes
      1 Posts
      38 Views
      No one has replied
    • H

      Custom Halloween Boxes Packaging by BoxesGen

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      96 Views
      LindonL

      @David-Healey said in Custom Halloween Boxes Packaging by BoxesGen:

      @hiraboxesgen it's February!

      ..but mate, these are "high quality materials" we are talking about here.....

    • DanHD

      Filter Mix - draw on FilterDisplay

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