• Compilation of HISE Standalone quits with "Error 1"

    3
    0 Votes
    3 Posts
    113 Views
    oskarshO

    @toxonic you can try running the compilation with the nproc --ignore=2 flag. This will run the compile process with all cores - 2. This way you can get some speed boost and it should still work.

  • Preset browser queries

    7
    0 Votes
    7 Posts
    1k Views
    StraticahS

    @Natan thx a lot Natan! I am totally blown away how much i learned this week about browser laf ^^

  • PresetBrowser LAF Scrollbar

    30
    0 Votes
    30 Posts
    3k Views
    DanHD

    @Straticah looks great, well done

  • Colour accent on preset select, laf fix?

    22
    0 Votes
    22 Posts
    1k Views
    DanHD

    @Straticah yes, thanks!

  • Sequencer

    3
    0 Votes
    3 Posts
    349 Views
    S

    @MikeB I think the Preset system in hise will always kill all the notes when a preset is called, maybe you need to create your own preset system instead of a custom sequencer.

  • Note Off when changing presets?

    3
    0 Votes
    3 Posts
    285 Views
    MikeBM

    You must be able to switch this off somewhere in Juce!

  • HISE Windows to Mac workflow?

    5
    0 Votes
    5 Posts
    135 Views
    LindonL

    @Straticah said in HISE Windows to Mac workflow?:

    @Matt_SF @d-healey thank you guys i will head back when i need help :) Ill check you video on how to build HISE on mac first.

    start by disabling IPP in the Mac build...

  • User presets saved where ?

    5
    0 Votes
    5 Posts
    156 Views
    d.healeyD

    @lalalandsynth The preset browser has import and export options in the "More" menu

  • Who else misses the wonderful HISE Exporter app?

    12
    1 Votes
    12 Posts
    617 Views
    d.healeyD

    @gorangrooves I have no idea why it's not working then

  • Reorder knobs in scriptnode?

    2
    0 Votes
    2 Posts
    99 Views
    d.healeyD

    @lalalandsynth The only way currently is by editing the xml - I recommend you use a text editor with code folding, it makes it much easier.

  • Engine.openWebSite. - problems on MacOS

    3
    0 Votes
    3 Posts
    96 Views
    LindonL

    @d-healey said in Engine.openWebSite. - problems on MacOS:

    @Lindon Maybe it needs the protocol https://...

    Wow yeah - that was it on MacOS... thanks.

  • How to increase font size for Slider readouts

    7
    0 Votes
    7 Posts
    341 Views
    C

    @orange Thanks Orange! These look really cool, I look forward to learning how to make custom look and feel stuff

  • Encode Expansions except MIDI Folder

    10
    0 Votes
    10 Posts
    437 Views
    d.healeyD

    @Soundavid Declare the list variable as a const at the top of your namespace instead of the var, and use list.clear() before the loop that adds items to the list. Put your replace command in the list.push line.

    Also declare the files variable as a reg at the top of your namespace instead of the var. Then you'll have access to the files outside of this function.

    Another option entirely is to have two string arrays, one that contains the full paths and one that contains just the file names (for display). Then you can use the index of the name array to get the correct file path.

    Lots of choices here!

  • CumstomSampleImport - Multi Sampler

    28
    0 Votes
    28 Posts
    3k Views
    DanHD

    @trillbilly no that’s cool thanks - it’s always the little things in these kinds of scripts! Well done!

  • How to control mouse sensitivity in LAF knobs

    4
    2 Votes
    4 Posts
    436 Views
    andrei sA

    @orange yes, I used valueNormalized.
    In your snippet - if i change the style knob to "Horizontal" (in Property Editor) the mouseSensitivity will stop working.

    That's was the issue when i tried to separate drawRotarySlider and drawLinearSlider with LAF.
    Now I use only LAF drawRotarySlider and separating rotary knobs and horizontal sliders with other attribute

  • Console clutter

    10
    0 Votes
    10 Posts
    358 Views
    d.healeyD

    @Christoph-Hart said in Console clutter:

    In an ideal world you could use these fancy new optimisarions without the clutter…

    I would like to live in this ideal world of which you speak :)

  • Own Presetbrowser

    2
    0 Votes
    2 Posts
    204 Views
    LindonL

    @MikeB said in Own Presetbrowser:

    how do I bypass the preset browser?
    Can I load presets via combo box?

    Engine.getUserPresetList()
    Engine.loadUserPreset(var relativePathOrFileObject)

  • LAF Alert Icons

    9
    0 Votes
    9 Posts
    247 Views
    DanHD

    @d-healey @orange Thanks both. Didn't improve res unfortunately!

  • Preset problem

    8
    0 Votes
    8 Posts
    209 Views
    LindonL

    @Christoph-Hart its more about being able to use it with the results of

    Engine.getUserPresetList();

  • Customize Dialogue Box

    12
    0 Votes
    12 Posts
    726 Views
    StraticahS

    @orange ah got it good to know :)

18

Online

1.9k

Users

12.5k

Topics

108.9k

Posts