• Coming over from Kontakt? Read this!

    Pinned
    8
    1 Votes
    8 Posts
    7k Views
    LindonL

    @d-healey said in Coming over from Kontakt? Read this!:

    @Lindon They live inside Kontakt's sample map too, it's just that with Kontakt there is only one sample map and it's part of the NKI.

    I think the main different between Kontakt's groups and HISE's is that with Kontakt you can route them individually and apply effects and other processing to them individually which you can't do in HISE (yet...?).

    In HISE the routing and modulation is at the sampler level rather than the group level.

    Absoloutely - valuable stuff to include - I guess I was thinking inside a group you see a mapping of sample audio files, inside a Sample Map you see....so (to start with) same same...as a starting point. But hey no problem.

  • Is it possible to bake in extra meta data into SampleMaps?

    3
    0 Votes
    3 Posts
    85 Views
    OrvillainO

    @David-Healey Ahh cheers dude. Yeah I get it now. So I've done this for my factory content and it worked fine. I need to figure out expansion packs, but I would guess it is a similar approach; making sure my expansion pack installers put the files in the correct place, and having the plugin scan on startup.

  • Plugin folder in appdata

    3
    0 Votes
    3 Posts
    52 Views
    pcs800P

    @David-Healey Thanks David

  • Builder InterfaceTypes

    51
    0 Votes
    51 Posts
    1k Views
    OrvillainO

    Also, worth remembering... a compiled plugin CANNOT use the builder - at least for the most part. So what I've also got is a PluginStateData namespace, which maintains a key:value dictionary of module id's to module references. This runs on plugin instantiation, retrieves all of the actual object references, and stores them in a const dictionary.

    You should only use the builder to build the module tree. You should not use it for retrieving or storing id's or object references.

  • Setting up license keys

    6
    0 Votes
    6 Posts
    65 Views
    HISEnbergH

    @xxx 100% they can. It's not the best method and doesn't show you how to interact with a server or WooCommerce, it's just a starting point for within HISE.

  • Sample map looping point.

    1
    0 Votes
    1 Posts
    35 Views
    No one has replied
  • My plugins , Gui and 3d Work.

    138
    3 Votes
    138 Posts
    57k Views
    lalalandsynthL

    Just did these renderings for Genki Instruments that just released their Katla synthesizer.
    Mostly been working on watch animations, getting a bit bored with that, if anyone needs either a UI design or 3d renders/animations of their plugin, I am available :)
    Still 2025-11-06 172656_4.1.10.T.png Still 2025-11-06 172656_4.1.8.T.png Still 2025-11-06 172656_4.1.6.T.png Still 2025-11-06 172656_4.1.12.T.png Still 2025-11-06 172656_4.1.4.T.png

  • Sync 2 sliders, slider animation moving at the same time.

    5
    0 Votes
    5 Posts
    74 Views
    Y

    @Oli-Ullmann Thank you so much

  • FL Studio (WIN) Plugin Validation Error

    1
    0 Votes
    1 Posts
    51 Views
    No one has replied
  • error at writing script file

    3
    0 Votes
    3 Posts
    81 Views
    young60Y

    @David-Healey Thanks, just getting the new error when I built the latest version. Never happened before. Good to know!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • The source code has different commit hash...

    8
    1 Votes
    8 Posts
    271 Views
    L

    @Christoph-Hart how can i do this with opencode? (get it to always check the code rather than me going round in circles with the ai) i have opencode installed on my commandline.

  • Does anyone offer compilation service for plugins on PC/MAC

    19
  • Function .set

    5
    0 Votes
    5 Posts
    87 Views
    Y

    @David-Healey Thank you, I went trough

  • ScriptNode - DC. Offset

    19
    0 Votes
    19 Posts
    830 Views
    ustkU

    @Jeetender Hmmm... I'm might be wrong but I'm not so sure about this. You can surely set a parameter to any value below 20Hz, but I'm not sure the filter is capable of reaching this value. To me it's capped to 20Hz-20kHz no matter the range of your parameters.

  • Loris Install / HISE App Data Directory?

    19
    0 Votes
    19 Posts
    3k Views
    David HealeyD

    @boim98208 said in Loris Install / HISE App Data Directory?:

    can't seem to find it

    What are you looking for?

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Setting a projects minimum MacOS version?

    2
    0 Votes
    2 Posts
    130 Views
    SifresS

    @Orvillain I ran into a similar issue with snex nodes and Hise defaulting to 10.11 and the compiler wanting to do 10.13+. Both are at the DSP networks compiler end.

    I've got a feeling it's more Xcode related and dropping support for the 10.x range slowly.

    Claude told me this but won't be able to test it till.tomorrow. Let me know if it helps.

    Got it. So the flow would be:
    Export/compile the DspNetwork DLL from HISE on Mac
    The AutogeneratedProject.jucer gets regenerated with 10.11
    Xcode refuses to build it
    The fix is to patch the .pbxproj after Projucer has re-saved it but before Xcode compiles. The easiest place to hook this in is your batchCompileOSX.sh script in DspNetworks/Binaries/ — add the sed line right after the Projucer re-save step.
    Open that file and it'll look something like:
    Bash

    cd "$(dirname "$0")" "$HISE_PATH/tools/Projucer/Projucer" --resave AutogeneratedProject.jucer xcodebuild ...

    Add the patch between the resave and the xcodebuild call:
    Bash

    sed -i '' 's/MACOSX_DEPLOYMENT_TARGET = 10.11;/MACOSX_DEPLOYMENT_TARGET = 10.13;/g' \ "Builds/MacOSX/$(ls Builds/MacOSX/ | grep .xcodeproj)/project.pbxproj"

    That way it survives re-exports automatically without touching HISE source. Want me to look at your actual batchCompileOSX.sh if you paste it here?

  • Phase Invert?

    10
    0 Votes
    10 Posts
    734 Views
    J

    @Lindon 11.jpg

    this did the job for me well, eventually, inverting the phase of left and right channel independently.

  • I need to install FAUST

    7
    0 Votes
    7 Posts
    179 Views
    J

    @David-Healey ok i will try to compile again

10

Online

2.3k

Users

13.7k

Topics

118.7k

Posts