• I need to install FAUST

    7
    0 Votes
    7 Posts
    535 Views
    J

    @David-Healey ok i will try to compile again

  • Compiling for Windows on ARM64 VM?

    2
    0 Votes
    2 Posts
    251 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
    574 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
    782 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
    1k 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
    194 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
    374 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
    181 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
    1k Views
    David HealeyD

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

  • Table "Not assigned" warning

    11
    0 Votes
    11 Posts
    730 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
    339 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.

  • 0 Votes
    11 Posts
    817 Views
    David HealeyD

    @duma Yes should do

  • Plotter Text

    17
    0 Votes
    17 Posts
    1k Views
    ustkU

    @David-Healey @DanH In fact it's not something that problematic because it can be LAFed easily.
    It's just the annoying message "Not Assigned" that I can't get rid of, so I just make it transparent, but I feel like it's a hack and it should be cleaner...

  • VST SDK Version?

    4
    0 Votes
    4 Posts
    248 Views
    David HealeyD

    @RedFireTF2 You need to compile from source, but the VST3 SDK will only come into play when you compile your project as a plugin (or if you're compiling HISE as a plugin).

16

Online

2.4k

Users

13.8k

Topics

120.6k

Posts