• Increase pitch modulation range

    4
    0 Votes
    4 Posts
    290 Views
    LindonL

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

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

    7
    0 Votes
    7 Posts
    228 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
    413 Views
    LindonL

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

  • Background Video

    12
    1 Votes
    12 Posts
    941 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
    521 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
    726 Views
    gorangroovesG

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

  • How to delete all child components from Panel?

    6
    0 Votes
    6 Posts
    411 Views
    S

    @d-healey Ahhh , i see
    Thank you

  • 0 Votes
    3 Posts
    221 Views
    LindonL

    @clevername27 said in Share Your Best Practices for Compiling for Compiling for Commercial Distribution!:

    So some explanation first:

    I think Im in a slightly different place to Dave, he does consulting but I think most of his build work is for in house products, where as Im nearly 180-degrees opposite to this. I build a LOT of stuff for my client base, and only occasional stuff for my own product set, so I'm often very driven by deadlines - and very often limited in which version I use of HISE - it MUST MUST MUST include a reliable repeatable set of functions, so for example I haven't been able to run anything new since the Filter display bug (which doesnt seem to be fixed by the way) came up several months ago...

    How do you go about getting the fastest, most reliable code?

    A few sample questions…ha -

    Do you have two versions of HISE - one for development, and one for building releases?

    Nope, see item 7. One only is all thats allowed

    Do you use the "CI" or "Release" schemes?

    I just (mostly) use the native in-HISE menu option of compiling the product, if for some reason this is failing then I'm not keen on off-product work arounds and I try and get my product into a position where I just press EXPORT>target plugin...

    Are the any definitions/preprocessor-directives you use?

    Well as a base place to start I go with;

    HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=1
    HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0
    HISE_DEACTIVATE_OVERLAY=1
    ENABLE_ALL_PEAK_METERS=1

    I'm pretty sure the first two are no longer needed as they are replaced by the Deactivate overlay - and a note on this - I use my own in house installer for all assets(samples, images, wav files, met data etc.) so I don't want the plugin loading and trying to do installs, so really if you are wanting the plugin to load and save your Sample spot then the Overlay isn't any use to you.

    What Settings do you use in HISE (for building your plugin)?

    Pretty standard out of the box - Im again not keen on introducing specific dependencies for products - I want to build them as efficiently as possible so that means as little fiddling about as possible.

    What Settings do you use to build HISE, itself, for the version that will compile for your final plugin?

    Its a std build - and as I say only one build on the machine at any one time.

    What are the safe optimisations?

    Nearly all the best optimisation are going to be in your instrument design, layout and HISE Script not in complier flags.

    What should ABSOLUTELY not do, but most people might miss?
    One version of HISE on the machine at any given time fail to use git -this is a double negative so let me say it clearer - GET. GIT. NOW! and then get a GitHub account and use this to backup (and occasionally restore) each project.

    OK, that's a lot, but I think we can all agree it would be helpful to have all this in one place.

    On my end, I'll keep it all updated, and you can see the tutorial I've written so far.

    Cheers.

  • Using FS License Manager? Security vulnerability: Update it now to 5.3.2!

    5
    4 Votes
    5 Posts
    553 Views
    gorangroovesG

    @orange Yeah, that's a good point.

  • Couple of custom LAF keyboard questions?

    19
    0 Votes
    19 Posts
    915 Views
    R

    @d-healey ah that's fantastic thankyou. I'll try that when I fire up the laptop shortly.

    Thankyou for testing and finding the solution, it is much appreciated. I don't think I'd ever have found that!

  • Scrambled Sample Maps?!

    Solved
    12
    0 Votes
    12 Posts
    328 Views
    clevername27C

    @Christoph-Hart Thank you very much.

  • What is this icon for lol

    Solved
    9
    0 Votes
    9 Posts
    500 Views
    DabDabD

    @Christoph-Hart Sweet 😊

  • Back to using White box...with all the problems there in....

    25
    0 Votes
    25 Posts
    1k Views
    Dan KorneffD

    @Lindon also, I think it's recommended to use the latest version from git

    Link Preview Image GitHub - packagesdev/packages: Integrated Packaging Environment for OS X

    Integrated Packaging Environment for OS X. Contribute to packagesdev/packages development by creating an account on GitHub.

    favicon

    GitHub (github.com)

  • Font and "might cause race conditions on Windows" warning

    5
    0 Votes
    5 Posts
    273 Views
    ustkU

    @aaronventure I built last night so yes, but I had not deleted the build folder first... I think that's the door ghosts like to pass through to haunt us by the night... 😏

  • How to control broadcaster message order?

    Solved
    6
    0 Votes
    6 Posts
    365 Views
    d.healeyD

    Yeah that solved it, woohoo!

  • Hide/Show Table component with ComboBox

    6
    0 Votes
    6 Posts
    322 Views
    d.healeyD

    @Mors In the combobox callback you can just use the value parameter

  • Amazon Lightsail for Hosting

    9
    0 Votes
    9 Posts
    562 Views
    A

    @iamlamprey glad that worked out for you!

  • Preset browser font size

    26
    0 Votes
    26 Posts
    1k Views
    T

    @d-healey ok now I've seen what I've doing wrong

  • How to get a PNG Knob Filmstrip into UI

    6
    0 Votes
    6 Posts
    666 Views
    WaterSpoonW

    @pgaudioworks One trick I have learned if you download UI knobs and they do not come labeled with # of frames. Is to look at the pixel size of the image and divide height by the width. Just how David made his knobs in the video. Great work!

    Example: Filmstrip size is 43x2752 2752/43 = 64 frames

    Most prob knew that one, but it has allowed me to use some more options.

  • Support for compiling and installer Build.

    3
    0 Votes
    3 Posts
    240 Views
    A

    @d-healey said in Support for compiling and installer Build.:

    @AndreD said in Support for compiling and installer Build.:

    I just need support for compiling and installer build for Mac and Windows.

    What about scripting?

    The functionality will be quite straight forward, just switching groups / layers with note keys would be great.. We have recorded a famos female soprano with "A E I U O" and "m".
    I addition, we have the same setup recorded with a male singer.

    Here is a first draft of the UI..

    surface.jpg

35

Online

1.8k

Users

12.0k

Topics

104.7k

Posts