• 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
    287 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
    884 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
    268 Views
    J

    @David-Healey ok i will try to compile again

  • Compiling for Windows on ARM64 VM?

    2
    0 Votes
    2 Posts
    187 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
    3k 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
    292 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
    594 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
    550 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
    165 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 ๐Ÿ™

  • HISE Wonโ€™t Install Proper Version

    9
    0 Votes
    9 Posts
    362 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
    2k 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
    125 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
    684 Views
    David HealeyD

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

  • Table "Not assigned" warning

    11
    0 Votes
    11 Posts
    406 Views
    David HealeyD

    @ustk That's the input value which is between 0 and 127 for a MIDI mod.

  • Labels being editable by default

    5
    0 Votes
    5 Posts
    271 Views
    HISEnbergH

    Personally I use panels in most cases as well.

    In your case, I know all of my components begin with a prefix indicating their type.
    Examples:

    knb: knobs btn: buttons lbl: labels

    I do this to be able to assign LAFs. control callbacks, etc. as I want.
    Assuming you did something similar, it would be simple enough at the outset of your project to format all the labels as you want:

    const var labels = Content.getAllComponents("lbl"); for (l in labels) l.set("editable", false);

    Editing the HISE source code is a quicker, more permanent recommendation.

13

Online

2.4k

Users

13.8k

Topics

120.2k

Posts