• 0 Votes
    21 Posts
    261 Views
    ChazroxC

    @Christoph-Hart I was up all night trying to get at that thing. There it is! πŸ™

  • A way to have a non-transparent click-through panel?

    General Questions
    4
    0 Votes
    4 Posts
    39 Views
    ChazroxC

    Yup, just set visible = true, enabled = false.

  • 0 Votes
    8 Posts
    45 Views
    ChazroxC

    @DanH

    if (obj.style == int) { do laf } if (obj.style == int) { do another laf }
  • Modwheel Global Mod

    General Questions
    2
    0 Votes
    2 Posts
    9 Views
    ChazroxC

    @DanH Nice wheels! πŸ‘ What did you make these in?

  • Dark and Bright UI Design

    General Questions
    5
    0 Votes
    5 Posts
    42 Views
    ChazroxC

    @ILIAM Grab all the elements you want to change, put them in arrays and apply setAttribute(Colours, Opacity) to them by saving "themes" as value strings in a combobox list or something. I did this exactly in one of my plugins already. You can script, predetermined colour schemes and background images and have them set by buttons or combobox items list. You can divide up your arrays by component type so you can separate what you're changing ie, all background panels go dark, but text goes opposite an vice versa. Good luck! This is the fun part. haha.

  • 0 Votes
    5 Posts
    20 Views
    DanHD

    @ustk PERFECT! Thanks

  • lookup tables

    ScriptNode
    11
    0 Votes
    11 Posts
    99 Views
    ulrikU

    @ustk I will explain what I'm trying to do.
    I have 3 bp filters, 5 templates, (all with different freq and q settings for the 3 filters),
    There is 3 select knobs that can select any of the 5 templates like, knob1 - template 1, knob2 - template 4 etc..
    I have a knob that sweeps through, and interpolate between the 3 selectors chosen templates and interpolate all values between them so meaning:
    Sweeper value 0: template bottom, sweeping up to value 0.5 (here's center) so
    Bottom freq1 => Center freq1, Bottom freq2 => Center freq2 etc.., same with the 3 bandwidth values

    When reaching the center and above, Bottom frequencies => Top freq etc
    I have spent yesterday and a couple of hours today to figure out how to do this in script node.
    If I could write some scripts (not in script node), then I could get it working, but in script node...uh..

  • Convolution Reverb doesn't work after export in DAW.

    Unsolved Newbie League
    12
    0 Votes
    12 Posts
    129 Views
    Y

    @Oli-Ullmann Ok, I'll try

  • Issue creating a c++ script fx node with multiples .h files

    Scripting
    3
    0 Votes
    3 Posts
    40 Views
    P

    @HISEnberg Hi, thanks for the quick response !

    My filter was indeed inside ProjectName\DspNetworks\ThirdParty\src and I had a reference to it in my node header.
    I'm not sure if my first post was clear so here is a step by step to reproduce my issue :

    Create a new hise project Create c++ third party node template Compile DPS node as dll Create a src folder in thirdParty Create test_filter.cpp and test_filter.h // .cpp #include "test_filter.h" namespace TestFilter { Test::Test(float param){ test_float = param; } } /// .h namespace TestFilter { class Test { public: float test_float; Test(float param); }; } Inside the template, add #include "src/test_filter.h" at the beginning and TestFilter::Test t(0.5); in prepare

    Now if I try to build inside visual studio code I get a linker error saying that it can't find the definition of my constructor.
    If I add the dependency to test.h and test.cpp, it works, but only once, and if I retry to compile the dps network as dll I have to re-add the filters to my dependencies.

    And if I go back to hise and try to export as a standalone app, I have the linker error again.

    I hope this make my issue more clear and sorry if it wasn't on my first message

  • How do I declare this array?

    Solved Scripting
    2
    0 Votes
    2 Posts
    17 Views
    Oli UllmannO

    GPT gave me this and it works...:

    const msoXModulationTempSave = []; const var NUM_LAYERS = 4; const var I_SIZE = 16; const var J_SIZE = 8; const var K_SIZE = 2; // weil du [..][..][..][0] benutzt, mind. 1 Element for (l = 0; l < NUM_LAYERS; l++) { msoXModulationTempSave.push([]); for (i = 0; i < I_SIZE; i++) { msoXModulationTempSave[l].push([]); for (j = 0; j < J_SIZE; j++) { // letzte Dimension mit Nullen fΓΌllen var last = []; for (k = 0; k < K_SIZE; k++) last.push(0); msoXModulationTempSave[l][i].push(last); } } }
  • Cursor by Anthropic can add HISE docs!

    General Questions
    4
    1 Votes
    4 Posts
    35 Views
    d.healeyD

    What's the copyright rules in general on uploading docs to LLMs?

  • 0 Votes
    3 Posts
    28 Views
    lijas90L

    @d-healey That’s it! Thank you so much, David!

  • Do I not understand this ScriptNode network?

    General Questions
    4
    0 Votes
    4 Posts
    23 Views
    d.healeyD

    @Lindon I think it gives the same value but scaled in some way. If you replace the pma unscaled with a regular pma you'll see the value.

  • ERROR: Cycle inside a single target

    General Questions
    58
    0 Votes
    58 Posts
    4k Views
    J

    @Morphoice Im having this exact same issue i didnt exactly catch what you did to fix it something about linking phase is that the fix or did i miss something if you point me in the right direction it would bbe greatly appericated im so close to downgrading but i really dont want to do that

  • Help with css slider

    Solved Scripting
    13
    0 Votes
    13 Posts
    146 Views
    ustkU

    @DanH A chance ChatGPT's here to debug Hise...

  • Octave Up/Down Buttons

    General Questions
    12
    0 Votes
    12 Posts
    176 Views
    trillbillyT

    @keysounds No problem.

  • Simple ML neural network

    General Questions
    139
    0 Votes
    139 Posts
    59k Views
    YarostY

    @ccbl can you send a new link?

  • 19 Votes
    30 Posts
    3k Views
    d.healeyD

    @Christoph-Hart @Dominik-Mayer I noticed the videos of mine on the HISE homepage are quite out of date. It might be a good idea to use a few from the Bootcamp instead.

  • Possible to distribute bare VST and AU files?

    General Questions
    3
    0 Votes
    3 Posts
    66 Views
    d.healeyD

    @dannytaurus Yes. The bundle format @HISEnberg mentioned only applies to MacOS (it is possible to make vst3 bundles for Windows but HISE/JUCE doesn't).

  • 1 Votes
    5 Posts
    82 Views
    dannytaurusD

    @Lindon Makes sense πŸ˜€