• Building HISE plugin virus alert?

    5
    0 Votes
    5 Posts
    205 Views
    mmprodM

    @Christoph-Hart Ah ok - thanks!

  • Compile DSP > Can't find connection

    Unsolved
    1
    0 Votes
    1 Posts
    67 Views
    No one has replied
  • Replacing stock button image

    9
    0 Votes
    9 Posts
    237 Views
    d.healeyD

    @VirtualVirgin said in Replacing stock button image:

    The entire transparent area

    What about if it's 50% transparent? And you didn't want that part affected by the background colour.

    You can do this with look and feel though - including using an image.

  • Packages, VST3/AU and samples

    7
    1 Votes
    7 Posts
    572 Views
    S

    @DanH Yes, I'm a subscriber to Davids patreon page, and he's very helpful! Probably build a installer for just the VST3/AU files and then include the samples on the side. Not that complicated to do the process of installing the samples

  • AAXVersion.h missing, build failed

    21
    0 Votes
    21 Posts
    743 Views
    MorphoiceM

    @Lindon good to hear from you all about this, exactly my initial experience, good to know I can save myself the effort for a free plugin, although my 2 pro-tools friends are crying for me to make it AAX. they can get a vst wrapper ;))))

  • Font

    9
    0 Votes
    9 Posts
    266 Views
    d.healeyD

    @udalilprofile I think onl Oxygen and Source code pro - just always include the fonts you want to be safe.

  • HISE Interpreter Speed

    6
    1 Votes
    6 Posts
    233 Views
    clevername27C

    @d-healey 😂😂😂

  • htonl : identifier not found - VST3 compiling issue

    Solved
    2
    0 Votes
    2 Posts
    137 Views
    Matt_SFM

    Apparently, enabling "Compile with Perfetto" in the project's settings is causing this issue.

    I must add that it's happenning only on windows. It compiles just fine on MacOS with the option enabled.

  • 0 Votes
    2 Posts
    112 Views
    d.healeyD

    @VirtualVirgin As I mentioned previously, that feature is to bring in external scripts that have been included in the snippet using the "include" keyword.

  • How can I change the range slider default values?

    22
    0 Votes
    22 Posts
    973 Views
    d.healeyD

    @VirtualVirgin said in How can I change the range slider default values?:

    Is this feature not in common use by the HISE community?

    I don't know about anyone else but I've only used it to browse the example snippets.

  • Getting copy protection to work...

    5
    0 Votes
    5 Posts
    233 Views
    ustkU

    @Morphoice As @Dan-Korneff says an existing license manager with your own endpoint for license file encryption is a good starting point.

    @Christoph-Hart posted this php snippet a while ago which is easy to get you on track seeing you're comfortable with php
    https://forum.hise.audio/topic/5369/build-failed-with-copy-protection-enabled/11?_=1730596423891

  • Simple question: How do I change the color of the button state light?

    13
    0 Votes
    13 Posts
    349 Views
    VirtualVirginV

    @ustk said in Simple question: How do I change the color of the button state light?:

    @VirtualVirgin just use the alpha for the background as well

    laf.registerFunction("drawToggleButton", function(g, obj) { //g.setColour(obj.bgColour); g.setColour(Colours.withAlpha(obj.bgColour, obj.value ? 1.0 : 0.5)); // <= this instead g.fillRoundedRectangle(obj.area, 4.0); /* This is not needed since you do it right above, no matter if the button is clicked/hover or not if(obj.over) g.fillRoundedRectangle(obj.area, 4.0); if(obj.down) g.fillRoundedRectangle(obj.area, 4.0); */ g.setColour(Colours.withAlpha(obj.textColour, obj.value ? 1.0 : 0.5)); g.setFont("Arial Bold", 14.0); g.drawAlignedText(obj.text, obj.area, "centred"); });

    Thanks! This works just as I expected.

  • Change envelope step size?

    Solved
    11
    0 Votes
    11 Posts
    366 Views
    DWD

    @d-healey Makes sense thank you! 👍

  • Very newb question: how do I load an image file?

    7
    0 Votes
    7 Posts
    254 Views
    VirtualVirginV

    @orange said in Very newb question: how do I load an image file?:

    @VirtualVirgin Copy the image file to the project's Images folder. After that, you can change all of the properties with setPropertiesFromJSON easily. I also added Width and Height for example.

    const var VVLogo = Content.getComponent("VVLogo"); Content.setPropertiesFromJSON("VVLogo", { "width": 150, "height": 150, "fileName": "{PROJECT_FOLDER}VV_logo.jpg" });

    Thank you :)
    Yes, this solved it!

  • Hise Job

    1
    1 Votes
    1 Posts
    130 Views
    No one has replied
  • Console.blink() not blinking?

    17
    0 Votes
    17 Posts
    604 Views
    CyberGenC

    @d-healey yes. The project needs at least one expansion.

  • Style Value Popup?

    17
    0 Votes
    17 Posts
    613 Views
    MorphoiceM

    @d-healey said in Style Value Popup?:

    @Straticah I don't think there are any other properties you can change. The popup should be horizontally centred by default, it could be that the width of your knob is not evenly divisible by 2.

    You could instead create the popup using laf. In Sordina I replaced the text label with the value, but you could place it above the knob like a popup - this means the clickable area of your knob will be larger though which isn't always desirable.

    Peek 2024-07-26 10-24.gif

    damn that's beautiful! brilliant usability and clarity

  • Preset browser in one line height?

    5
    0 Votes
    5 Posts
    391 Views
    d.healeyD

    I think Christoph's post was about a custom preset system in addition to a custom preset browser - I can't remember.

    It's quite simple to do what you want though I think.

    Start by adding a combo box that shows the list of presets.

    Engine.getUserPresetList() will probably be your friend here.

    Then add a save button, if that's something you need. I made a video about this:

  • DSP fine tuning, that metallic diffuser sound

    10
    0 Votes
    10 Posts
    364 Views
    MorphoiceM

    @Lindon weren't those the Thiran all-pass? what am I mixing up here? It does indeed sound better.

  • ERROR: Cycle inside a single target

    57
    0 Votes
    57 Posts
    3k Views
    StraticahS

    @Morphoice awesome will give it a try! ty

20

Online

1.8k

Users

11.9k

Topics

104.0k

Posts