• Value mapping to knobs

    17
    0 Votes
    17 Posts
    365 Views
    N

    @David-Healey the thing is my knob is controling 2 filters to sperate freq ranges, the cutoff of lowpass and highpass is controlled by 0 to 1 knob(parameter knob) i want that knob to showcase the freq numbers. I realised u guys are confused bcs i said filter knob.

  • How to Fix Filters not working on DAW as they do on HISE

    89
    0 Votes
    89 Posts
    2k Views
    dannytaurusD

    @duma You're welcome.

  • 0 Votes
    7 Posts
    350 Views
    dannytaurusD

    @JC Good point about the splash screen. It's probably not legally 'clean' to use JUCE 6 and also not have a splash screen. Morally, that's up to you.

    As I said before, if you're selling a closed source plugin and you have even moderate success, you'll be on the $40/mo JUCE plan pretty quickly anyway, which makes it legally and morally fine.

  • MacOS Parallels WIN build fail

    23
    0 Votes
    23 Posts
    924 Views
    David HealeyD

    @pelle In the pooled resources folder you'll find .dat files for the images. Place it in the plugin's app data folder

  • Heads up: pirated copies of plugins on sale

    7
    1 Votes
    7 Posts
    217 Views
    Christoph HartC

    I'm pretty sure HISE has shown up at some point on Audioz.net with a rapidshare download link. Fun times back then, no looming AI apocalypse, just good ol' copyright theft by script kiddies.

  • VST - AU - AAX Logo

    2
    0 Votes
    2 Posts
    144 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."

  • drawAlertWindow / drawAlertWindowIcon

    4
    0 Votes
    4 Posts
    171 Views
    dannytaurusD

    @DanH Got a snippet?

  • Custom font in WIN vs macOS

    3
    0 Votes
    3 Posts
    139 Views
    P

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

  • Samples with subfolders

    4
    0 Votes
    4 Posts
    160 Views
    David HealeyD

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

  • 0 Votes
    15 Posts
    617 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!

  • Build fail due to HISE Unlocker

    Solved
    3
    0 Votes
    3 Posts
    145 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

  • AudioWaveForm LAF

    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

  • Last best commit for VS2022....?

    16
    0 Votes
    16 Posts
    505 Views
    David HealeyD

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

  • Custom Halloween Boxes Packaging by BoxesGen

    4
    0 Votes
    4 Posts
    113 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.....

  • Filter Mix - draw on FilterDisplay

    1
    0 Votes
    1 Posts
    50 Views
    No one has replied
  • Problem launching HISE build on Windows (Parallels Desktop)

    11
    0 Votes
    11 Posts
    709 Views
    dannytaurusD

    @Christoph-Hart

    Maybe the 32GB RAM on my MacBook Air means there's enough to go around so it's not like typing through syrup.

    I interact with Xcode, and now Visual Studio, as little as possible anyway. Launch, press Build keyboard shortcut, wait, quit.

  • Hise using flac

    2
    0 Votes
    2 Posts
    137 Views
    David HealeyD

    @dezertaudio I think it will read flac, have you tested? It might not work with multi-mics and might cause issues during conversion to monolith, I'm not sure.

  • What minimum Mac & Win OS are you supporting?

    4
    0 Votes
    4 Posts
    190 Views
    David HealeyD

    @dannytaurus said in What minimum Mac & Win OS are you supporting?:

    Does this mean if I use VS2022/26 to export Windows VST3, I can only support Win 10.0+

    I've been using VS22 since ?2022? for Rhapsody builds, so unlikely.

    Regarding Debian version, you need to build on a sufficiently old version of Linux otherwise there will be library incompatibilities for users on older distros.

  • How do I embed a link in a button?

    3
    0 Votes
    3 Posts
    181 Views
    K

    @dannytaurus said in How do I embed a link in a button?:

    inline function onButton1Control(component, value)
    {
    if (value) Engine.openWebsite("https://hise.dev");
    };

    Content.getComponent("Button1").setControlCallback(onButton1Control);

    Ayy thanks man it worked :D

  • 0 Votes
    4 Posts
    231 Views
    W

    @David-Healey I forgot to say thank you tat solved the issue

20

Online

2.2k

Users

13.6k

Topics

118.1k

Posts