• Saving MIDI CC assignments in user presets?

    Scripting
    6
    0 Votes
    6 Posts
    21 Views
    David HealeyD

    @dannytaurus said in Saving MIDI CC assignments in user presets?:

    Save the preset - the CC mappings save with the preset, so maybe do a post save callback to remove the data

    You don't need to do anything here because you're already loading the CCs from the file.

    So your preprocessor removes step 2 the rest is the same.

    I think AppConfig.h is autogenerated when you save the juicer file so probably shouldn't be tracked by git - I could be wrong.

  • How can I improve my reaction time?

    General Questions
    3
    -2 Votes
    3 Posts
    624 Views
    S

    After spending some time browsing Techageres com, I can honestly say that this website provides quality content that is both informative and engaging. The articles are detailed enough to be useful while remaining easy to read. I particularly appreciated the practical health tips included in some of the content because they add extra value for readers. Techageres.com has done a great job creating a platform where visitors can learn something new every time they visit. The overall layout is clean, professional, and easy to navigate. I’m looking forward to seeing more helpful updates from Techageres com in the future.

  • 0 Votes
    7 Posts
    301 Views
    Oli UllmannO

    @David-Healey
    Oh, okay, I misunderstood that. I thought he wanted to stop the audio engine to avoid crackling. But the crackling happens during preset/sample changes BECAUSE that's what stops the audio engine.

    My mistake...

  • 12 Votes
    87 Posts
    14k Views
    lalalandsynthL

    @Chazrox Sorry I was commenting off the cuff, I can see it now , i can do a pan style arc , thought it would be an option in the arc , all good!

    For the snap shot transparent is great but does it maintain its borders * coordinates* as when exported as laf ?

    Yes, for color matching and just seeing it in situ although this might be inconvenient to implement. Just an idea.

    Also, if i am not being annoying, exporting as svg ?
    Also I cant seem to control the resolution of the snapshot , i tired setting the max px but it has no effect.

  • 4 Votes
    14 Posts
    2k Views
    soundsyncS

    UPDATE: Auto-Detect + Dynamic GUI Sizing

    When you download the HISE package, you will not be required to enter the GUI size anymore as it is auto-detected directly in your project. Thanks @David-Healey

    Also, the complete HISE package is dynamic and will change dimension based on changing GUI elements (like an expandable keyboard or effect section). Thanks @dannytaurus

    For example: Customer didn't pay for their subscription, grace period ends, they are using plugin now with the keyboard extended. The plugin will pause, popup the activation webview, and the webview overlay will still block the entire plugin, not just the original size.

  • 1 Votes
    2 Posts
    266 Views
    David HealeyD

    @manued12 said in Looking for HISE help – Simple Sample Mapping + Looping:

    Files are already correctly named and prepared

    If they are named well all of the steps except the looping can be done in about 30 seconds using the token parser.

    So you're basically paying someone to loop your samples - I would suggest looking into auto loopers like LoopAuditioneer first - because anyone taking the gig is going to be doing that ;)

  • 0 Votes
    12 Posts
    1k Views
    ChazroxC

    @Sifres @dannytaurus I've started to add this because its already a popular method to use a slider to make peak meters. Coming soon! 👍

  • help with build.. I been MIA

    General Questions
    6
    0 Votes
    6 Posts
    594 Views
    David HealeyD

    @BWSounds In that case try a different xcode version, one up or down from your current one - not sure which I'm using, it's been a while.

    Also only use the JUCE6 branch, JUCE8 is currently broken.

  • / RhapsodyExpansionTemplate

    General Questions
    7
    0 Votes
    7 Posts
    726 Views
    David HealeyD

    @GUJIAN No, but you seems to be trying to use Rhapsodist in the second image and the template in the first image.

  • Cannot access HISE Store

    Bug Reports
    9
    0 Votes
    9 Posts
    928 Views
    A

    Thank you! That all makes sense

  • 1 Votes
    5 Posts
    622 Views
    griffinboyG

    @griffinboy

    I realized that these plots are a little misleading.

    The VCS3 filter is highly nonlinear and "bubbles" and so taking a measurement of frequency response is quite difficult since the filter is moving around on it's own accord all the time...!

    Here is a more detailed FFT that shows how the filters do match more closely than the graphics in my paper would suggest.

    .

    Black is the slow accurate VCS3, Red is my optimized VCS3.
    Not oversampled.

    c4000_fb9_m42__one3_c050_k2.png
    c10000_fb9_m42__one3_c050_k2.png
    c2000_fb6_m42__one3_c050_k2.png
    c10000_fb9_m42__one3_c050_k2.png

    When oversampled, I found the proposed model to be perceptually close to the slower accurate model. The resonance and cutoff and gain values differ slightly, but the important aspects of the filter are retained.

  • 5 Votes
    6 Posts
    1k Views
    ChazroxC

    Update!

    Dual SVG capabilities for buttons such as this.
    (shown compiled in HISE)
    DualSVGButtonWorkingExample.gif

    Both import methods and settings panels are identical but are independent from each other between button states.

    Screenshot 2026-07-05 at 9.10.52 PM.png

    Screenshot 2026-07-05 at 9.14.27 PM.png

    And If you didnt already know...
    You can also do some pretty nice LED's with the app as well! 👍

    Screenshot 2026-07-05 at 9.17.58 PM.png

    Screenshot 2026-07-05 at 9.17.25 PM.png

    Screenshot 2026-07-05 at 9.18.37 PM.png
    They're available now in the preset menu.

  • Roadmap to HISE 5

    General Questions
    143
    27 Votes
    143 Posts
    49k Views
    observantsoundO

    @ustk I'm indeed still on the latest stable release...
    I read it as 4.10 instead of 4.1 so I was convinced I was on the latest version.
    I'll compile from the latest develop branch instead and try again.

    So what state is the mod matrix actually in?
    Do some things work but others don't?
    I'd just like to know what to look out for, if the documentation isn't super up to date.

    What are PRs?

  • 3 Votes
    1 Posts
    370 Views
    No one has replied
  • JUCE 8 Build Errors

    Bug Reports
    14
    0 Votes
    14 Posts
    3k Views
    L

    @dannytaurus That is a massive, massive bummer. I hadn't seen that. Guess I'm going down a rabbit hole trying to get the graphics portions working again, I 'just' need GLSL shaders working again, it worked fine in an older build of HISE so hopefully not too much to work out.

  • 5 Votes
    7 Posts
    1k Views
    griffinboyG

    @lalalandsynth

    Ah that makes sense,
    yes indeed that was the only thing.

    In that case, great work all round.
    I'll keep you in mind for some upcoming projects.

  • Why isn't my projucer showing up?

    General Questions
    18
    0 Votes
    18 Posts
    3k Views
    David HealeyD

    @duma Try a different xcode version

  • Hashtag # in a string causing EOF?

    Solved General Questions
    16
    0 Votes
    16 Posts
    3k Views
    dannytaurusD

    @ustk Until July 7th anyway. Then I'll probably only use it for big tasks! 💰

  • 1 Votes
    1 Posts
    421 Views
    No one has replied
  • Exposing preset lists to DAWs

    General Questions
    4
    0 Votes
    4 Posts
    903 Views
    dannytaurusD

    @Christoph-Hart Looks like you deliberately chose to not expose the preset list to host. Can you remember why?

    "Here be dragons" maybe? 😂

    # hi_frontend/frontend/FrontEndProcessor.h int getNumPrograms() override { return 1;// presets.getNumChildren() + 1; } const String getProgramName(int /*index*/) override { return "Default"; } int getCurrentProgram() override { return 0; //return currentlyLoadedProgram; }