• Note Off when changing presets?

    3
    0 Votes
    3 Posts
    340 Views
    MikeBM

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

  • HISE Windows to Mac workflow?

    5
    0 Votes
    5 Posts
    138 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
    165 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
    625 Views
    d.healeyD

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

  • Reorder knobs in scriptnode?

    2
    0 Votes
    2 Posts
    101 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
    98 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
    357 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
    639 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
    4k 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
    520 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
    364 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
    241 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
    255 Views
    DanHD

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

  • Preset problem

    8
    0 Votes
    8 Posts
    222 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
    870 Views
    StraticahS

    @orange ah got it good to know :)

  • Multiple draggable points on the XY Pad

    4
    0 Votes
    4 Posts
    546 Views
    ?

    @ulrik This is amazing that's what I exactly need, Thank you so much! 👏

  • Preset Browser LAF Snippet?

    30
    0 Votes
    30 Posts
    4k Views
    d.healeyD

    @Straticah I think the icon position is fixed

  • Icon for Ping-Pong

    3
    0 Votes
    3 Posts
    205 Views
    DanHD

    @Christoph-Hart 😆 Didn't see any of those yet!

  • Standalone Export Error

    14
    0 Votes
    14 Posts
    535 Views
    P

    @d-healey

    I modified the FrontEndProcessor.cpp file and
    Disable Maximize Button just working fine.

    Also the application icon.

    I really appreciate.

    Thanks and Regards

    San[Plugintutor]

  • BPM value from the DAW

    6
    0 Votes
    6 Posts
    644 Views
    ulrikU

    @Christoph-Hart thanks for explaining!

16

Online

2.0k

Users

12.8k

Topics

111.2k

Posts