• New Global Mod node in Scriptnode

    1
    2 Votes
    1 Posts
    137 Views
    No one has replied
  • SlotFX (Hardcoded) Persistence?

    9
    0 Votes
    9 Posts
    988 Views
    iamlampreyI

    @HISEnberg said in SlotFX (Hardcoded) Persistence?:

    Engine.addModuleStateToUserPreset(var moduleId)

    Yeh this seems to be working, I still have a dereferenced nullptr on the interface somewhere when I try and delete the plugin that I have to track down but otherwise it's doing the thing

  • Random Presets

    19
    0 Votes
    19 Posts
    2k Views
    C

    @cassettedeath Scratch that

    Incase anyone encounters the same issue I did, I used

    var myPresetList = Engine.getUserPresetList(); const var RandomPreset = Content.getComponent("RandomPreset"); inline function onRandomPresetControl(component, value) { if(value) { // Get the current list of presets from disk local presets = Engine.getUserPresetList(); if(presets.length > 0) { // Pick a random index local index = Math.floor(Math.random() * presets.length); // Load it by name with the .preset extension Engine.loadUserPreset(presets[index] + ".preset"); } else { Console.print("No user presets available."); } } } RandomPreset.setControlCallback(onRandomPresetControl);
  • Compile With Debug Symbols

    2
    1 Votes
    2 Posts
    307 Views
    iamlampreyI

    this is happening to me too, and is preventing me from properly debugging a crash @Christoph-Hart

  • Split SampleMap?

    3
    0 Votes
    3 Posts
    248 Views
    Felix WF

    @d-healey OK, I understand, thank you David

  • How to Relink Samples in HISE After Migrating from Windows to Mac?

    10
    0 Votes
    10 Posts
    825 Views
    David HealeyD

    @lijas90 You have to put them in the folder before you map them.

    So now you have the choice, either you can remap them - which is what I would do if it's not too many samples.

    Or you can edit the xml file to use the wildcard instead of the absolute path.

  • A couple of questions about Macros

    1
    0 Votes
    1 Posts
    87 Views
    No one has replied
  • Cannot Compile HISE Project on macOS

    11
    0 Votes
    11 Posts
    979 Views
    lijas90L

    @d-healeyOk, I think I know where the problem is. I hadn’t downloaded the Apple Silicon version of Xcode. I’m still having some issues but I’m making progress. Thanks, David!

  • Electrodyne Drum Sampler (Looking for Co-Developer)

    4
    2 Votes
    4 Posts
    408 Views
    T

    @d-healey Thanks for the advice, this makes a lot of sense ill be doing this!!

  • LInux HISE + Faust

    9
    0 Votes
    9 Posts
    919 Views
    B

    @d-healey Thankyou again

  • Widen The Mid and High

    3
    0 Votes
    3 Posts
    354 Views
    O

    @griffinboy I think I got it right thank you.

  • Sample Map + Display Buffer? (c++ nodes and sample maps)

    2
  • Issues with plugin latency and oversampling

    6
    0 Votes
    6 Posts
    713 Views
    B

    @HISEnberg tysm for the answer! This is exactly what I needed.

    But, how do I actually add the code to my project? I'm not a really good programmer and I don't know much about the HISE API.
    I've tried asking Gemini for some help but I still can't figure it out.

    Where do I put each part of the code? I the place where it says Content.makeFrontInterface(600, 600); ? Don't I have to add code to two different places?
    And If you don't mind, could you write what code do I need?

    Also, using Tools>Check Latency of signal chain i could check that the latency with oversampling is 12 samples (idk why I wrote 11 before, but checking with bertom eq analyzer and doing some comb filtering test i'm sure that's 12 samples). BUT when I check with oversampling OFF, it says it has 1 sample of latency, even tho I'm sure that's actually 0, by testing like I've explained before.

  • Looking for Plugin Tester

    1
    2 Votes
    1 Posts
    89 Views
    No one has replied
  • How to get CPU serial number using HISE?

    38
    0 Votes
    38 Posts
    11k Views
    Dan KorneffD

    @CatABC said in How to get CPU serial number using HISE?:

    Hello Dan, after compiling your C++ code, I found a problem. When a new display device is connected, the machine code will change. I wonder if you have this problem?

    I haven't seen this yet.

  • Error when Compiling DSP networks to dll

    6
    0 Votes
    6 Posts
    491 Views
    c4k3ssC

    @d-healey

    I think I fixed it, I was on a different version on my MacBook. 😥

  • load data into wavetable synthesiser without killing all voices

    3
    0 Votes
    3 Posts
    325 Views
    griffinboyG

    @Allen

    My custom wavetable node does this, but it's c++

  • FX plugin Dev needed

    15
    3 Votes
    15 Posts
    2k Views
    ChazroxC

    @DanH said in FX plugin Dev needed:

    Wait til you get to AAX

    I heard its hard A$F. lol

  • FrontendMacroPanel - Inverted Colour

    7
    0 Votes
    7 Posts
    530 Views
    P

    @Christoph-Hart I'm aware there's CSS styling inside Hise now, can we restyle this control with CSS without breaking anything?

  • Continuous note loop

    19
    0 Votes
    19 Posts
    2k Views
    ulrikU

    @tsempire use split zones, or different midi channels and more than one sound source

12

Online

2.3k

Users

13.7k

Topics

118.7k

Posts