• Colours added/removed in UI XML

    12
    0 Votes
    12 Posts
    526 Views
    OrvillainO

    @Christoph-Hart Interesting, I did not know that! Looking forward to the designers whining at me about Figma pixel-perfect accuracy! ๐Ÿคฃ

    It might be worth performing this rounding/clamping in the UI fields too, for consistency sake. I totally get it is a JUCE baseline thing, so I'm not going to whinge about sub-pixel accuracy or anything like that.

  • Neural Amp Modeler (NAM) in HISE

    40
    0 Votes
    40 Posts
    10k Views
    C

    do you need to add anything to the extra preprocessor definitions when building in projucer to get this stuff to work properly? had to rebuild and figured I'd consult you guys before I move on.

  • AI and Hise

    3
    0 Votes
    3 Posts
    206 Views
    pcs800P

    @David-Healey Ok, I will keep that in mind

  • Set arpeggiator only for a specified key range

    5
    0 Votes
    5 Posts
    198 Views
    B

    @David-Healey

    WOW AWESOME!

    Thank you!!

  • Vertical preset browser

    7
    0 Votes
    7 Posts
    325 Views
    dannytaurusD

    @David-Healey Yeah, it's gonna be cool!

  • Un-quarantine VST3/AU plugins on macOS

    6
    3 Votes
    6 Posts
    809 Views
    dannytaurusD

    @resonant Yes, your version clears all extended attributes on a file. Mine only clears the quarantine one.

    I would recommend caution using the -cr option without knowing exactly what it's removing.

  • Click callbacks on panels and labels?

    Solved
    3
    0 Votes
    3 Posts
    171 Views
    dannytaurusD

    For my future self, or anyone else who finds it - I ended up doing this with a button instead of a label or panel.

    const btnPresetBrowser = Content.getComponent("btnPresetBrowser"); const pnlPresetBrowser = Content.getComponent("pnlPresetBrowser"); // Show/hide panel containing preset browser floating tile inline function btnPresetBrowserControl(component, value) { pnlPresetBrowser.showControl(value); } btnPresetBrowser.setControlCallback(btnPresetBrowserControl); // Update button text when new preset is loaded from preset browser const UserPresetHandler = Engine.createUserPresetHandler(); UserPresetHandler.setPostCallback(function(presetFile) { btnPresetBrowser.set("text", Engine.getCurrentUserPresetName()); });
  • Arpeggiator1.SemiSliderPack and its siblings...

    14
    0 Votes
    14 Posts
    490 Views
    B

    @David-Healey

    SOLVED!

    In the property editor you simpl have to set the processID and then set SliderPackIndex to 1 - voila.

    Sorry for asking, hope it helps other people

    Thank you so much

  • 0 Votes
    10 Posts
    395 Views
    David HealeyD

    @treynterrio Try adding it

  • Switch LFO between TempoSync and Frequency

    1
    0 Votes
    1 Posts
    81 Views
    No one has replied
  • Building a replication of a piece of gear I have (.NAM)

    9
    0 Votes
    9 Posts
    532 Views
    C

    @cemeterychips realizing I need to take a few coding classes including Davids because I have no idea where to start with this haha! some people pick up crossword puzzles as they age,I guess I'm choosing coding๐Ÿ˜น ๐Ÿ˜น .

  • recompiled plugin, cubase cid changed, projects wont load

    7
    0 Votes
    7 Posts
    368 Views
    MorphoiceM

    @dannytaurus no nothing changed except the plugin version in project settings. the hise version was around half a year newer from the one i last compiled it with on the develop branch

  • How to detect and fix out-of-phase signals?

    8
    1 Votes
    8 Posts
    414 Views
    OrvillainO

    @resonant said in How to detect and fix out-of-phase signals?:

    @ustk @Orvillain ok I see.

    Another one, is possible to detect pitch with fft in Hise without c++? I think this should be doable with Hise tools.

    You'd be far better off getting something off the shelf and getting it into the scriptnode network. I'm not sure what is out there to be honest.

  • How to control two AHDSR envelopes from different samplers with one knob?

    3
    0 Votes
    3 Posts
    157 Views
    lijas90L

    @David-Healey Thanks David!

  • Random Value Generator with Time controls

    3
    0 Votes
    3 Posts
    170 Views
    N

    Btw does the control.timer node sync with project bpm?

  • So close to Rubberband-ing

    18
    2 Votes
    18 Posts
    2k Views
    iamlampreyI

    @parabuh I gave up trying and switched to Signalsmith which sounds better anyway (but has a bit more latency)

  • AAX - All my paramaters go to zero when plugin is loaded

    3
    0 Votes
    3 Posts
    167 Views
    D

    @David-Healey Yes, can't believe I missed that. Thank you David.

  • Compiling HISE with GitHub Actions

    19
    0 Votes
    19 Posts
    701 Views
    I

    @iamsteinco thank you so much sir I will post a complete picture in my daw once its exported into your server

  • Finally compiling HISE locally on new MacBook! ๐Ÿ™Œ

    6
    3 Votes
    6 Posts
    363 Views
    dannytaurusD

    @iamsteinco I'm afraid I didn't get around it on my Mac. I compiled HISE using GitHub Actions.

    It's a bit of a process but I eventually got it so that every time I push to my HISE fork on GitHub, it built the app on the GitHub servers. I would then download the ZIP, un-zip it on my Mac and move the HISE.app to my Applications folder.

    The 'real' solution was to get a Mac with more RAM. I recently got an M4 MacBook Air with 32GB RAM and it compiles HISE in about 30 seconds now - no sweat!

    If you want me to send you the files I used to build HISE using GitHub Actions let me know.

  • Looking for help with an "Always On" feature for my Glide/Portamento.

    3
    0 Votes
    3 Posts
    267 Views
    S

    Solved. Thanks everyone.

15

Online

2.3k

Users

13.7k

Topics

118.9k

Posts