• Encode Expansions except MIDI Folder

    10
    0 Votes
    10 Posts
    955 Views
    David 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
    5k 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
    674 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
    432 Views
    David 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
    292 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
    349 Views
    DanHD

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

  • Preset problem

    8
    0 Votes
    8 Posts
    292 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
    1k Views
    StraticahS

    @orange ah got it good to know :)

  • Multiple draggable points on the XY Pad

    4
    0 Votes
    4 Posts
    580 Views
    ?

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

  • Preset Browser LAF Snippet?

    30
    0 Votes
    30 Posts
    6k Views
    David HealeyD

    @Straticah I think the icon position is fixed

  • Icon for Ping-Pong

    3
    0 Votes
    3 Posts
    237 Views
    DanHD

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

  • Standalone Export Error

    14
    0 Votes
    14 Posts
    703 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
    807 Views
    ulrikU

    @Christoph-Hart thanks for explaining!

  • Scriptnode: Sending L-R channels to other containers

    13
    0 Votes
    13 Posts
    649 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
    159 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
    359 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!!

  • How do Projects and xml work?

    7
    0 Votes
    7 Posts
    862 Views
    David HealeyD

    @Christoph-Hart Back in my Windows days :)

  • Waveform doesn't save in Preset

    14
    0 Votes
    14 Posts
    2k Views
    LindonL

    @trillbilly see above - yes thats what I mean - you need to add if(value) to each of the button callbacks.

  • AUv3 on iOS- what's the deal?

    1
    0 Votes
    1 Posts
    122 Views
    No one has replied

16

Online

2.2k

Users

13.4k

Topics

117.1k

Posts