• I am stuck on using a custom sort function. What is expected as input?

    3
    0 Votes
    3 Posts
    61 Views
    VirtualVirginV

    @d-healey Thank you!
    I'll watch this in a bit.

  • Synth.createBuilder(); Help?

    Solved
    2
    0 Votes
    2 Posts
    72 Views
    CyberGenC

    @CyberGen Well, just by messing around, discovered that you can put the numbers instead of the builder.ChainIndexes.... So it's zero based:

    builder.create("GlobalStaticTimeVariantModulator", "Attack Time Mod", ampEnvelope, 0); // for Attack Time, 1 for Attack Level, etc.

    😁

  • Is panel.data persistent?

    Solved
    2
    0 Votes
    2 Posts
    190 Views
    d.healeyD

    @Simon Nope, only component values for components that are set to saveInPreset are.

  • How do you query the voice number?

    Solved
    6
    0 Votes
    6 Posts
    172 Views
    A

    @griffinboy you should set your fictional voice count, assign ids to array indexes and remove them when releasing notes. Then you can check along the array to fill the first empty index with a new od and set event data based on the index.

    Your event data for individual voices is in another array, obviously, all ordered by voice order.

  • setAllowedExpansionTypes - Safe to remove?

    3
    0 Votes
    3 Posts
    44 Views
    ?

    @d-healey It no longer crashes HISE :)

    I'm using Encrypted expansions

  • Where should I start for making a data table/browser?

    2
    0 Votes
    2 Posts
    48 Views
    d.healeyD

    @VirtualVirgin You could try table mode. You might also try using multiple viewports with lists - a bit like how the preset browser is laid out.

  • RR issue, any workaround?

    3
    0 Votes
    3 Posts
    68 Views
    rglidesR

    @d-healey Ah of course, that works, cheers David!

  • "contains" as part of a switch statement

    4
    0 Votes
    4 Posts
    88 Views
    Christoph HartC

    @Oli-Ullmann obj.text

  • Circular XY pad

    13
    1 Votes
    13 Posts
    718 Views
    mmprodM

    @hujackus awesome!

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    15 Views
  • Use CSS in Keyboard Floating Tile

    5
    0 Votes
    5 Posts
    242 Views
    CasmatC

    bada-bump is there any update on this, didnt find any related commit and messing with it in hise beared no luck, dont know if I missed something or if its still in the works?

  • Recommendation?

    10
    0 Votes
    10 Posts
    212 Views
    d.healeyD

    @Casmat Nope, you just have to match the shadow colour to the background. Experiment though you might get better results using radial gradients for example.

  • 0 Votes
    4 Posts
    125 Views
    d.healeyD

    For more complicated functions you could pass an array of parameters and branch to different functions based on the length of the array.

    For example

    inline function myFunc(params: Array) { switch (params.length) { case 0: return subFunc0(); case 1: return subFunc1(params[0]); case 2: return subFunc2(params[0], params[1]); case 3: return subFunc3(params[0], params[1], params[2]); } }
  • This topic is deleted!

    12
    0 Votes
    12 Posts
    115 Views
  • global time mod invert script

    3
    0 Votes
    3 Posts
    128 Views
    B

    @Lindon of course it is, thankyou.
    I think I tried that with intensity and had to do it the way I posted for it to work so I just went straight to that for inverting.
    Need to stop asking questions at 11pm when I’ve been going since dawn.
    Thanks

  • How to use Modulator.exists?

    8
    0 Votes
    8 Posts
    355 Views
    hujackusH

    @d-healey said in How to use Modulator.exists?:

    Did you try it? I get an error.

    That's very interesting. I spent so much time in the C++ i failed to consider if it even compiles in HISE. I assumed it did, but it doesn't in the onInit() callback. It will compile if you call exists() in any of the other callbacks, but will throw an error at runtime.

    Perhaps exists() is not supposed to be visible in the API and was accidentally added into the documentation?

  • Having a hard time with panel.setValue() syntax

    7
    0 Votes
    7 Posts
    92 Views
    VirtualVirginV

    @d-healey Thank you!

  • How to Create Artificial Notes of a Specific Duration

    Solved
    8
    0 Votes
    8 Posts
    210 Views
    C

    @aaronventure My dude - thank you! This is fantastic…truly appreciate the detail. This is all new to me and incredibly helpful—cheers!

  • LAF how to customize any object?

    4
    0 Votes
    4 Posts
    86 Views
    D

    Great, thanks a lot, guys!

  • Sliderpack first time

    3
    0 Votes
    3 Posts
    94 Views
    B

    @d-healey Thankyou, I had it in my head that the processor id wasn’t in the inspector for slider packs.
    Facepalm.
    Thanks as always

30

Online

1.8k

Users

12.2k

Topics

106.0k

Posts