• Simmons SDS-V Drum Module Emulation

    6
    6 Votes
    6 Posts
    2k 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
    205 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
    389 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
    222 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
    866 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
    455 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
    943 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
    255 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).

  • This topic is deleted!

    1
    2 Votes
    1 Posts
    29 Views
    No one has replied
  • convert samplemap to hlac monolith crashing

    18
    0 Votes
    18 Posts
    1k Views
    OrvillainO

    Yes, this functionality is broken when you try to run Tools>Convert all samplemaps to monolith + samplemap

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • Project Declaration and Feature Requests

    7
    0 Votes
    7 Posts
    2k Views
    P

    @Sifres I just went and looked... That looks SO great.

  • Error when compiling vst3

    14
    0 Votes
    14 Posts
    2k Views
    pcs800P

    @pcs800 And strangely enough, today I can compile to the network drive again without issue.
    The server must have been low on bluetooth fluid

  • Frequency/Phase Analyzer

    4
    0 Votes
    4 Posts
    958 Views
    HISEnbergH

    @pratitghosh if you run the HISE project in Xcode or visual studio and build in debug it’s a lot faster. Then you can use the audio plugin host template from JUCE to launch and test it quicker.

44

Online

2.4k

Users

13.9k

Topics

120.7k

Posts