• Coming over from Kontakt? Read this!

    Pinned
    8
    1 Votes
    8 Posts
    6k 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.

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

    19
  • Function .set

    5
    0 Votes
    5 Posts
    35 Views
    Y

    @David-Healey Thank you, I went trough

  • ScriptNode - DC. Offset

    19
    0 Votes
    19 Posts
    467 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.

  • The source code has different commit hash...

    7
    1 Votes
    7 Posts
    77 Views
    resonantR

    @Christoph-Hart Thanks for the detailed info, I really appreciate it. I will start as soon as I get the time.

  • Loris Install / HISE App Data Directory?

    19
    0 Votes
    19 Posts
    2k 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
    55 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
    517 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
    130 Views
    J

    @David-Healey ok i will try to compile again

  • Compiling for Windows on ARM64 VM?

    2
    0 Votes
    2 Posts
    78 Views
    L

    @shashwatshukla i thouht the m1 macs have a "wine" type thing (rosetta) that translates X86 instructions into ARM instructions. also, you can run hise natively on mac.

  • Full Instrument Expansions - how, what where....

    75
    0 Votes
    75 Posts
    624 Views
    LindonL

    @David-Healey well we are all good to go then... thanks again for your (expensive) time. I (as usual) owe you another bottle...

  • Compilation error

    13
  • Sample mapping naming Values

    8
    0 Votes
    8 Posts
    163 Views
    C

    Ok, for enyone interested. the key to this is to put the exact values of the velocity in the file names, like this:
    Flute_legato_C4_0_50
    Flute_legato_C4_51_127

  • Player and expansion communication......

    17
    0 Votes
    17 Posts
    291 Views
    LindonL

    @Christoph-Hart said in Player and expansion communication......:

    @David-Healey yup sync

    Good news then.. thanks.
    @David-Healey and thanks to you too.

  • Simmons SDS-V Drum Module Emulation

    6
    6 Votes
    6 Posts
    325 Views
    SifresS

    @Morphoice Sick dude. Well done! Loving the sound and glad you kept that interface clean. I'll trade you a code for my synth if you are interested 👈

  • String literal issue when compiling latest develop?

    3
    0 Votes
    3 Posts
    90 Views
    OrvillainO

    Hey @Christoph-Hart

    Heads up, you might still have an issue:

    > Compiling dll plugin Failed to load the project file: <project>\DspNetworks\Binaries\AutogeneratedProject.jucer Compiling 64bit <project> ... MSBuild version 18.4.0+6e61e96ac for .NET Framework include_hi_dsp_library_01.cpp include_hi_tools_03.cpp Main.cpp RNBO.cpp !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(842,5): error C2653: 'zstd': is not a class or namespace name !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(842,11): error C2065: 'ZDefaultCompressor': undeclared identifier !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(842,30): error C2146: syntax error: missing ';' before identifier 'comp' !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(842,30): error C2065: 'comp': undeclared identifier !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(843,5): error C2065: 'comp': undeclared identifier !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(937,4): error C2653: 'zstd': is not a class or namespace name !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(937,10): error C2065: 'ZDefaultCompressor': undeclared identifier !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(937,29): error C2146: syntax error: missing ';' before identifier 'comp' !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(937,29): error C2065: 'comp': undeclared identifier !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(939,4): error C2065: 'comp': undeclared identifier !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(958,4): error C2653: 'zstd': is not a class or namespace name !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(958,10): error C2065: 'ZDefaultCompressor': undeclared identifier !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(958,29): error C2146: syntax error: missing ';' before identifier 'comp' !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(958,29): error C2065: 'comp': undeclared identifier !<HISE>\hi_dsp_library\node_api\helpers\node_ids.h(959,4): error C2065: 'comp': undeclared identifier

    Sanitised log. But seems to be to do with zstd::ZDefaultCompressor ????

  • My first VST is built but it does not show in Ableton, why?

    21
    0 Votes
    21 Posts
    1k Views
    dannytaurusD

    @Jeetender The plugin code must be exactly 4 letters, with the first one uppercase.

    Same format for the company code.

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    35 Views
    No one has replied
  • Send Effect make Nasty Feedback ( Almost Death )

    8
    0 Votes
    8 Posts
    1k Views
    S

    @Christoph-Hart just had my life flash before my eyes when I did this same mistake today. It might be high time to prevent this user error before someone unlucky tries this while wearing headphones 🙏

15

Online

2.3k

Users

13.6k

Topics

118.6k

Posts