• Adding /MANIFESTUAC:level='requireAdministrator'

    3
    0 Votes
    3 Posts
    484 Views
    Casey KolbC

    @d-healey Ah nice!

  • Value output from scriptnode

    19
    0 Votes
    19 Posts
    2k 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
    479 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
    248 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
    823 Views
  • Current Version not Building in release configuration

    9
    0 Votes
    9 Posts
    701 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
    470 Views
    guang-coderG

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

  • Wavetable question

    6
    0 Votes
    6 Posts
    301 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 🍰

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

  • Limitation of 56 SampleMap

    4
    0 Votes
    4 Posts
    290 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
    987 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
    808 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
    650 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
    139 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
    372 Views
    guang-coderG

    @d-healey Thank Bro

  • Is this True and correct?

    9
    0 Votes
    9 Posts
    550 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
    527 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
    197 Views
    ustkU

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

  • Unknown function 'Set' {SW50ZXJmYWNlfG9uSW5pdCgpfDE3Mnw2fDE3}

    13
    0 Votes
    13 Posts
    809 Views
    d.healeyD

    @gryphonsegg Yeah it's probably changed, that video is quite old now and HISE progresses fast.

  • canI import parts of one HISE project into another?

    12
    0 Votes
    12 Posts
    836 Views
    trillbillyT

    @Lindon Ya, This worked better in the end

17

Online

2.0k

Users

12.8k

Topics

111.4k

Posts