• 0 Votes
    2 Posts
    339 Views
    David HealeyD

    @Yannrog Yes, loop over your list of sample maps and use if statements to place the sample map names into two new arrays.

    Then use those arrays to populate your comboboxes.

  • Smooth transition trough preset changing. (No sound cut)

    8
    0 Votes
    8 Posts
    2k Views
    Christoph HartC

    Each heavyweight function (loading presets, samples, etc) gracefully fades out the audio, suspends the processing and then resumes audio processing. This is a core engine behaviour and you can't do anything about it. Changing this will create audio glitches, incontinuities and crashes.

  • How can I improve my reaction time?

    4
    -2 Votes
    4 Posts
    3k Views
    ChazroxC

    @ustk take my money! 😆

  • Drum pad assign to keys

    3
    0 Votes
    3 Posts
    702 Views
    Y

    @ustk Thank you so much,

    This it it.

  • Looking for HISE help – Simple Sample Mapping + Looping

    2
    1 Votes
    2 Posts
    928 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 ;)

  • help with build.. I been MIA

    6
    0 Votes
    6 Posts
    2k 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.

  • This topic is deleted!

    7
    0 Votes
    7 Posts
    2k Views
  • Roadmap to HISE 5

    143
    27 Votes
    143 Posts
    58k 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?

  • Hashtag # in a string causing EOF?

    Solved
    16
    0 Votes
    16 Posts
    4k Views
    dannytaurusD

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

  • Exposing preset lists to DAWs

    4
    0 Votes
    4 Posts
    1k 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; }
  • One shot drag drop

    2
    0 Votes
    2 Posts
    997 Views
    David HealeyD

    @Oriah-Beats Enable one shot mode in the sampler's playback settings.

    e0578f4f-f5c5-4dc6-ac61-199b6e8e48b8-image.png

  • Channel Strip help

    5
    0 Votes
    5 Posts
    2k Views
    P

    @HISEnberg Alright man, Thanks!!

  • AAX Build on MacOS

    31
    0 Votes
    31 Posts
    9k Views
    Oli UllmannO

    @Lindon
    I second that! :-)

  • How To Fix this problem building HISE on MacOS

    8
    0 Votes
    8 Posts
    2k Views
    D

    @David-Healey Please check your dms for me

  • Confused about set.Bypassed() and ChildSynth vs Sampler

    3
    0 Votes
    3 Posts
    1k Views
    ustkU

    @observantsound You can use both references at the same time. Just use the one that works for the bypass, and the other for your sampler job

    What I said might work, but do as @David-Healey said it's better implementation even if the reference are the same behind the scene 👍

  • Disable frontend Macros on right click

    3
    0 Votes
    3 Posts
    1k Views
    David HealeyD

    I think you can probably do it using the MidiAutomationHandler: https://docs.hise.dev/scripting/scripting-api/midiautomationhandler/index.html

  • Apple team ID, code sign but ask for security to open the plugin

    36
    0 Votes
    36 Posts
    10k Views
    Y

    @David-Healey ok thank you

  • Thoughts on Moonbase?

    20
    0 Votes
    20 Posts
    6k Views
    J

    @JC Hey i actually got the moonbase module to work in juce 6..
    took David's advice and messed around with Claude and got it to work.

    little tricky for me but its working. I Havent shipped anything yet though--Hopefully soon.

  • Sample installer only extracts the first part on Intel Macs

    11
    0 Votes
    11 Posts
    2k Views
    J

    @jeffd

    So i got a notarized .pkg working of the .hr files. still need to test more but i got them into the plugin's own per-user app-data folder. Then when the plug-in opens and installs the samples it can also auto-delete the .hr files right after extracting. And no gatekeeper quarantine from macos. Ill have to do the same on pc and create .exe for the .hr files to match. but perhaps this will be best. less confusing for people i imagine?

  • Compiling VST files on Windows for macOS!!

    3
    0 Votes
    3 Posts
    764 Views
    David HealeyD

    @Oli-Ullmann Yes a vm is the way to go if you don't have a mac

20

Online

2.5k

Users

13.9k

Topics

121.3k

Posts