• Importing Expansions

    9
    0 Votes
    9 Posts
    244 Views
    CasmatC

    @d-healey Thanks a ton!

  • Custom Searchbar for Viewport possible?

    5
    0 Votes
    5 Posts
    319 Views
    DabDabD

    @d-healey said in Custom Searchbar for Viewport possible?:

    @DabDab Here is one method

    HiseSnippet 918.3ocsV02ZaaDF+jSTnRacrB6Cfp+mICYF6strBgQyhiyvrjTScWYvXTNe5QVG4zch6N0XuQ9xsOPi8MX64jjqUZMYsFlvXcOuc2umWOMUqXfwnzDufWtp.Hdep+rURa1nLJWRlbFw6y7ujZrfNpl0oqJnFCjP7716GcL7B1mT872O6TpfJYvFVDxqTbFbAOma2vc5I+DWHNml.ujm2R6mbxDlRNRITkHd1ye.ofxtlt.th5TqiOw6fwIbqROyRsfA04TUxpYYpaj05+JtgOW.NhgjY3FUylLJiKRlt1WMDh29S2346U64eg+k7D9a4uIB74UBh1XQ6XfWm6CRC+HfjWKHseMjdj+LllWX2HwgmOwehDSHoTLT2FJ05R5bTG+QJTCoseN8Z3bMR7VKhOZvfCiv+5cbXHFtM1HpjmSElnuO5W6lnVz8vntLp08ZNWm3dmxMYt2nz0KQMVuzVpsBn6ugaXHWJ3RHJsTxrbkLRIufNGDCc.RqDwLUdgRhP6vn2PEkPuv+HLPnXTQjFLkBqCEtcJHUoihWFwkqwWuv.T2.dZT7iGKWfGC5dVVFXdAr.VFuruUcg5FPOhZf3dqO.zrf.zQsbYIbLRf+pOp9Eklr3kXfH31PjMhQiR.8KzboM1pcQqZM6g5bKBp0g0EfczZGItasG1sWeiickeNhJDywh232w+w8oUn4JkEdtLtJFDdaXz6JJMcqxZ1KAn2pXWSk99LLVVlOGzsy.NEwpt6VJevGVoLqNnzRQkbhjaedAzPetRj3JQcqe+BeRSTEW8ySNiZotdgFdndEf1xcvw6L3M3vj5Ni.+y.y0VUQktMoBjssR5Ca5aph8DNdzOvuNOPVR7789R7rV4VbLt3FdhMyQ7mdDRFvWjYcTInHKrDWefuqOfLew5QSAGfx9K2HqTDly3+dqgXO8Dx62GiSPTIkBp8tiUbyOaDfIn6zK65WkFtcU64qeDyZFbuyZ9Pg3i7mxwNrsiwNaAiXp6+CL1Lg9g9iSSAlcC.22+7eYWGG+eb7uPUhiLVbI0p4thlqJymgYeFfmtTBBiqHoiq7sldfi1EAlAxjJh+AeZDNzQ60Hb3ZgjbJSqdMqtszcGvCp3fXRVckW.d2KRGMjT0ph14On+.RNdczqYLm6+UXG01s4q2Aa9lcvlmrC17s6fMGsC17c6fMO8dsw8k.+PoUkW2NfLlNtZlkm2XIEqrppBI+Kf1C0HX

    Okay. Thank you :) Will try it for viewport.

  • Adding /MANIFESTUAC:level='requireAdministrator'

    3
    0 Votes
    3 Posts
    201 Views
    Casey KolbC

    @d-healey Ah nice!

  • Value output from scriptnode

    19
    0 Votes
    19 Posts
    708 Views
    Christoph HartC

    @DanH

    inline function changeFreq(value) { FREQ.setValue(value); // will work // FREQ.setValue(freqCable.getValue()); // will work too }
  • Server.callWithGET

    15
    0 Votes
    15 Posts
    266 Views
    Christoph HartC

    Server.StatusOK is just 200 which is the official HTTP response code for "everything alright buddy, you're doing great, that's a fabulous request you've made here!"

  • Skeuomorphic UI Design required.

    4
    0 Votes
    4 Posts
    149 Views
    LindonL

    @Dan-Korneff thanks for this - I'm probably giving the impression I'm/he is wedded to the 3d thing - we're not - it just has to look like one of his old effects units...

  • Recreate Serum Hyper Effect

    7
    0 Votes
    7 Posts
    497 Views
  • Current Version not Building in release configuration

    9
    0 Votes
    9 Posts
    351 Views
    Christoph HartC

    just compile the AAX libraries, put them in the SDK folder and export as AAX plugin, then you're good.

  • My project was crashed by Vu Meter Script

    4
    0 Votes
    4 Posts
    277 Views
    T.B.GuangT

    @ustk This work like a charm, Thank Bro again!

  • Wavetable question

    6
    0 Votes
    6 Posts
    265 Views
    modularsamplesM

    @ustk said in Wavetable question:

    @DanH The mod_matrix branch will soon be merged into develop, bringing a whole lot of new delicacies :shortcake:

    You're not kidding. Look at that commit page. Yum!

  • Limitation of 56 SampleMap

    4
    0 Votes
    4 Posts
    215 Views
    Christoph HartC

    @DabDab Looks like a corrupted file to me, check the samplemap XML. You can definitely load more than 56 samples.

  • AudioLoop Player - Sample loading in different note than originally saved

    10
    0 Votes
    10 Posts
    371 Views
    B

    @d-healey
    thanks,
    i did, this and its working!

    const var presetHandler = Engine.createUserPresetHandler(); presetHandler.setPostCallback(function() { rootnoteKNOB.changed(); });
  • EQ changes saved in DAW

    6
    0 Votes
    6 Posts
    353 Views
    R

    @rzrsharpeprod
    Just in case anybody stumbles across this thread in search of a solution to a similar problem I have figured it out.

    I was calling it using a callback so it actually wasn't working at all.
    What I had mistake for a preset loading an EQ was just how I had left the default in HISE when I exported.

    Once I took it out of the callback and called it on its own it worked fine - both the default/saved in the presets that I made in HISE and any changes in DAW were retained in that project when reloading it. Happy days...

  • container.multi "Child Nodes Exceed Channels"

    6
    0 Votes
    6 Posts
    300 Views
    trillbillyT

    @Christoph-Hart Ok, I've got it working in the Snippet.

    In another project, Im using a Global Modulator to build the Network. Does this matter? I've got my project set with 4 Stereo Channels yet I can only get 1 to show in the Network.

    EDIT: I decided to not be lazy and just try it. It seems that was the issue. Switching to Script FX or Global Modulator works.

  • XYPad Callback "Uknown Function"

    3
    0 Votes
    3 Posts
    98 Views
    trillbillyT

    @d-healey Sometimes I just need to be informed Im an idiot. Thanks.

  • Is is possible rename the display name on combo box?

    3
    0 Votes
    3 Posts
    215 Views
    T.B.GuangT

    @d-healey Thank Bro

  • Is this True and correct?

    9
    0 Votes
    9 Posts
    279 Views
    ulrikU

    @gryphonsegg as David said in the post above

    MyComboBox.set("items", ["Piano", "Flute"]);

    will not work.

    The items in a combobox is a string with a line break after each item like this were \n is the line break

    MyComboBox.set("items", "Piano\nFlute");

    that is a bit cumbersome to write if you have a lot of items so, often you write them in an array but then you have to use .join to assemble them together to a string like this

    MyComboBox.set("items", ["Piano", "Flute"].join("\n"));
  • adding 2 Modulator combo boxes

    9
    0 Votes
    9 Posts
    205 Views
    G

    @ustk I am going to try it on another project. I found the drop downs for what I needed but I will try this code only soon and I will let you know. You guys rock. Thank you so much.

  • This topic is deleted!

    4
    1 Votes
    4 Posts
    3 Views
  • Setting up for 2 comboboxes for samplemaps

    2
    0 Votes
    2 Posts
    120 Views
    ustkU

    @gryphonsegg Please don't make multiple threads for the same question ;)

34

Online

1.6k

Users

11.2k

Topics

97.7k

Posts