• GUI Development Question.

    12
    0 Votes
    12 Posts
    324 Views
    d.healeyD

    @tonni Ah fair enough, just looked sus

  • Help with this noob error please.

    16
    0 Votes
    16 Posts
    59 Views
    hujackusH

    @Chazrox said in Help with this noob error please.:

    Im not sure how to apply this.

    That's ok. I just made a code example that would have helped me a month ago when I started learning "HISEscript". By uncommenting each line, you can see the differences in behavior for each combination of keywords used.

  • Setting colors in paint routines. Colours.fromVec4() troubles.

    2
    0 Votes
    2 Posts
    30 Views
    hujackusH

    I added another test panel and I think I figured it out.

    const Panel10 = Content.getComponent("Panel10"); const colorConst10 = 0xffddbbaa; Panel10.setPaintRoutine(function(g) { var vec4 = Colours.toVec4(colorConst10); var c = Colours.fromVec4(vec4); Console.print(colorConst10); //4292721578 Console.print(vec4); //[Array] Console.print(trace(vec4)); //[0.8666666746139526,0.7333333492279053,0.6666666865348816,1.0] Console.print(c); //-2245718 g.setColour(c); g.fillRect([0,0,20,20]); });

    The thing that I was getting wrong this whole time was that the vec4 array contains normalized RGB components. I thought the problem was that the colors were out of scope or something.

  • Hi Hat Choke Script Help

    4
    0 Votes
    4 Posts
    85 Views
    zach.mxZ

    Is there any difference between Piano roll midi events, and Midi events coming in from an external midi keyboard?

    The Choke Group Processor works when I click midi keys on the piano roll using my mouse, but doesn't trigger the choke when I use my midi keyboard 🤔

  • Global LFO on effects

    13
    0 Votes
    13 Posts
    82 Views
    E

    @Lindon Yes I get that, but the initial problem is that it doesn't work in the DAW when it is exported without a sound generator like the audio loop player.

  • VST3 Export -

    22
    0 Votes
    22 Posts
    579 Views
    E

    @Christoph-Hart
    Haha, i hate to be the bearer of bad news in that case.
    XCode16.2

  • FX chain for a sampled rhodes piano

    6
    0 Votes
    6 Posts
    85 Views
    HISEnbergH

    Oh and I think possibly you might have to have a github account to search for repos on github, but if you are new to all of this then sticking with just basic scriptnode and stock effects is better!

    Also building these types of effects with HISE's stock effects is possible, but would be a lot more difficult than just using scriptnode (which is why I suggest it). Either way, my example contains all three effects you mentioned, Feel free to add more knobs as you see fit.

  • Customer support when releasing my first plugin?

    8
    0 Votes
    8 Posts
    175 Views
    LindonL

    @cassettedeath said in Customer support when releasing my first plugin?:

    Great thread - very helpful, thank you.

    How often do you have to update the plug-in build so it runs on new OS updates? Is this quite regular or do builds generally work on new OS releases?

    Like Dave says - its mainly Apple futzing about with silicon changes every few years - otherwise they should work fine across OSes - winodw sis much more reliable/backwards compatible

    Have you had any customers contact to say the Hise serial key system isn’t working?

    Which key system? RSA - works fine - HISE Authorise - works fine.

    Many thanks

  • Setting predetermined values with knobs

    2

56

Online

2.0k

Users

11.0k

Topics

96.4k

Posts