• Reorder knobs in scriptnode?

    2
    0 Votes
    2 Posts
    105 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
    106 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
    371 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
    724 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
    557 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
    383 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
    252 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
    269 Views
    DanHD

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

  • Preset problem

    8
    0 Votes
    8 Posts
    234 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
    962 Views
    StraticahS

    @orange ah got it good to know :)

  • Multiple draggable points on the XY Pad

    4
    0 Votes
    4 Posts
    554 Views
    ?

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

  • Preset Browser LAF Snippet?

    30
    0 Votes
    30 Posts
    5k Views
    d.healeyD

    @Straticah I think the icon position is fixed

  • Icon for Ping-Pong

    3
    0 Votes
    3 Posts
    209 Views
    DanHD

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

  • Standalone Export Error

    14
    0 Votes
    14 Posts
    554 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
    711 Views
    ulrikU

    @Christoph-Hart thanks for explaining!

  • Scriptnode: Sending L-R channels to other containers

    13
    0 Votes
    13 Posts
    592 Views
    Christoph HartC

    @orange You'll still get a delay of one sample which might create subtle phasing. In order to avoid any delay, the receive node must be placed behind the send node in the signal chain, then it's also latency-free in block processing.

  • Mac: HISE Build question

    3
    0 Votes
    3 Posts
    129 Views
    LindonL

    @d-healey said in Mac: HISE Build question:

    @Lindon Should be able to because M1 is building an Intel version I believe and running with Rosetta. But why do you want to use your Intel system if you have a shiny new M1?

    yeah thats what i thought too...

    Why keep the intel? Well its got all the certificates on it - and I use it to build AAX plugins...

  • Delay Modulation with Scriptnode

    3
    0 Votes
    3 Posts
    324 Views
    ?

    @Christoph-Hart Awesome solution Thank You!

  • Video as background eats CPU (obviously)

    30
    1 Votes
    30 Posts
    2k Views
    hisefiloH

    @Christoph-Hart oh I forgot about the onTimer. Thanks!!

11

Online

2.0k

Users

12.9k

Topics

111.8k

Posts