• how to add a script processor without deleting main script

    3
    0 Votes
    3 Posts
    163 Views
    W

    @d-healey thank you sir

  • Get realtime mouse position in panel.

    6
    0 Votes
    6 Posts
    210 Views
    A

    @oskarsh The panel also has its own mouse callback so you can do it there, without creating another broadcaster, unless you have need of the broadcaster's modular function stacking.

    Any other widget type and yeah, you need a broadcaster.

  • Best approach/practice - modulating the unmodulated

    4
    0 Votes
    4 Posts
    175 Views
    DanHD

    @Lindon

    const var GC = Engine.getGlobalRoutingManager(); const var MAIN_Cable = GC.getCable(1); const var MAIN_Cable_2 = GC.getCable("or choose name"); /// Global Cable Functions // MAIN_Cable inline function setMAIN_FUNCTION(value) { dothing; } MAIN_Cable.registerCallback(setMAIN_FUNCTION, AsyncNotification);
  • Too many set attributes in an Instrument! Is it safe?

    4
    0 Votes
    4 Posts
    222 Views
    LindonL

    @Natan said in Too many set attributes in an Instrument! Is it safe?:

    @Lindon Thanks Mate, I also take your advice on other forum and put everything inside namespaces.

    It performance very smoothly 🙏

    All good then...

  • Multinational language switching

    5
    0 Votes
    5 Posts
    275 Views
    Z

    on ecommerce sites, you may encounter one of two possible language-switching features: language switchers and country switchers.Examples of code-switching include: A Spanish and English speaker saying, "Pero WHY do I have to go a la casa?" Or, "But WHY do I have to go home?" A speaker of Black Vernacular English saying, "We finna get to school on time today," instead of "we are going to get to sign language alphabet school on time today." happens when someone begins speaking in a different language or dialect throughout the course of a conversation. This lexical practice occurs both by accident and on purpose for a host of different reasons.

  • preset browser expansion column images

    5
    0 Votes
    5 Posts
    236 Views
    W

    @xsaad did you rename the browser to fltPresetBrowser ?

  • 0 Votes
    6 Posts
    298 Views
    d.healeyD

    @DabDab there's no standard method for this and most of the solution will be on the server side.

  • Panel Animation Lag on Intel Mac

    Solved
    10
    0 Votes
    10 Posts
    564 Views
    O

    I ended up recreating the background and glass in affinity photo. Also removed the blur from the dots. All of this brought the time per frame down to 45ms. I'm happy with this. Especially since it means it will be slightly slower for ~1/3 of users.

    Thank you for all your help @Christoph-Hart and @aaronventure

    UI.png

  • Sample Loop clicks when effects are on the sample

    1
    0 Votes
    1 Posts
    78 Views
    No one has replied
  • Removing child panels

    2
    0 Votes
    2 Posts
    150 Views
    d.healeyD

    @parabuh show code

  • Stretcher Node failing to compile DLL on Win, MacOS Silicon / Mac Intel

    12
    0 Votes
    12 Posts
    631 Views
    hisefiloH

    @Christoph-Hart @d-healey Hi guys, any one can tell me if this is planned to be fixed? or theres any workaround? Still getting the same issue on Mac Silicon/Intel and Windows

    Screenshot 2024-04-05 at 12.22.31.png

  • Exported my Plugin with no knob images

    6
    0 Votes
    6 Posts
    214 Views
    d.healeyD

    @treynterrio In HISE open the pool tables window (you'll need to add it as a custom popup if you haven't already). Check what file size it is showing for images.

  • Is it possible to show backend components on the frontend compiled vst3I

    4
    0 Votes
    4 Posts
    226 Views
    O

    @Christoph-Hart is the hise c++ api still working with the latest version of hise I reckon It could be possible as an external floating tile.?

  • How to make a sound library locator

    8
    0 Votes
    8 Posts
    346 Views
    A

    @Christoph-Hart Of course. Inno Setup also lets you do it with a bit of scripting seeing you already have the variable.

    But if the user moves the library after install, you need some sort of mechanism for adjusting to that and the baseline is Kontakt which lets you pick a folder, it searches the entire folder and all subfolders and you can set it to use the folder you selected for all other attempts in a session, automatically correcting all missing samples no matter the developer, if you e.g. moved your entire library collection to another place.

    If they load up a session with 20 instances of my instrument, I don't want them to have to close the entire project to reload the samples (your built in solution requires an instrument reload; all you have to do is call Engine.reloadAllSamples() if the folder contains the samples).

  • Increase pitch modulation range

    4
    0 Votes
    4 Posts
    252 Views
    LindonL

    @modularsamples ...then just use two modulators...

  • Engine.openWebsite(String url) - return value?

    7
    0 Votes
    7 Posts
    203 Views
    LindonL

    @d-healey ok thanks - looks like it likely a security config. issue for the user machine....

  • Can I export my plugin on Mac for Windows?

    11
    0 Votes
    11 Posts
    327 Views
    LindonL

    @d-healey sorry I was answering @clevername27 's question...

  • Background Video

    12
    1 Votes
    12 Posts
    662 Views
    oskarshO

    @yall try exporting your plugin and check the load times in the DAW everything will be loaded on init and will be very very slow

  • EQ numbers LAF

    6
    0 Votes
    6 Posts
    382 Views
    R

    @d-healey Thankyou, as usual your help was invaluable.
    Ironically I have been using autocomplete quite a bit recently but it didn't even occur to me in this case.

    Thanks again, it is doing what I want it to do now

  • Facing product download dilemma/issues

    Solved
    18
    0 Votes
    18 Posts
    542 Views
    gorangroovesG

    @ustk yeah, that's what she said. 😂

31

Online

1.6k

Users

11.2k

Topics

97.4k

Posts