• 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.

  • ScriptNode - DC. Offset

    16
    0 Votes
    16 Posts
    345 Views
    ustkU

    @Jeetender Hise HPFs don't go below 20Hz (unless I'm wrong, even if you set the parameter to 5Hz)

    But I agree anywhere in the 5-10Hz range is better (the lower you go, the longer the delay response so it's not alway good to go below that, depends on your design)
    So if you want to go below 20Hz, you need to wrap your own C++ custom filter (or Faust or other maybe?)

  • 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
    32 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
    496 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
    109 Views
    J

    @David-Healey ok i will try to compile again

  • Compiling for Windows on ARM64 VM?

    2
    0 Votes
    2 Posts
    68 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
    461 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
    162 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
    256 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
    307 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
    86 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
    999 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 ๐Ÿ™

  • HISE Wonโ€™t Install Proper Version

    9
    0 Votes
    9 Posts
    259 Views
    C

    @David-Healey Backdating made it work, and Iโ€™m not one to argue with a good thing. Consider me resolved, good sir. Love your YouTube tutorials, by the way.

  • Timestretch tempo sync, Num Quarters question

    16
    0 Votes
    16 Posts
    1k Views
    David HealeyD

    I've added a SourceBPM property alongside NumQuarters so now I can just specify the BPM the sample was recorded at which seems more logical to me. I also fixed a bug that was causing clicks at certain BPMs. PR

  • Online Knob Design Application (yes another one)

    1
    2 Votes
    1 Posts
    82 Views
    No one has replied
  • I keep getting this error when I try to compile my plugin, how do I fix it?

    18
    0 Votes
    18 Posts
    349 Views
    David HealeyD

    @duma You open it in Projucer, like when you build HISE

15

Online

2.3k

Users

13.6k

Topics

118.5k

Posts