• 1 Votes
    11 Posts
    386 Views
    ustkU

    @It_Used Also, KeySpacing and ShowOctaveMark can be const var

    And this:

    var is_center = (OctCenter == obj.noteNumber); var bg_color = is_center ? Colours.withAlpha(0xB26776, 100) : Colours.withAlpha(0x575757, 100);

    can be

    var bg_color = Colours.withAlpha((OctCenter == obj.noteNumber) ? 0xB26776 : 0x575757, 100);

    or directly

    g.setColour(Colours.withAlpha((OctCenter == obj.noteNumber) ? 0xB26776 : 0x575757, 100));
  • A Modular Interface Template [Snippet]

    5
    9 Votes
    5 Posts
    147 Views
    d.healeyD

    Very impressive, especially for such a small amount of code.

  • Release Triggers with Sustain pedal support

    3
    0 Votes
    3 Posts
    60 Views
    It_UsedI

    @d-healey Thank you, I will study it and maybe make some changes, or I will use it as a reference.

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    16 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • DSP Network Compilation error

    5
    0 Votes
    5 Posts
    150 Views
    O

    @d-healey I renamed it. it works perfectly fine. Thank you

  • Preset Browser bugs after expansion

    2
    0 Votes
    2 Posts
    89 Views
    ElezeidE

    @Elezeid

    Identified and fixed (sort of 😂)

    Combo box with script swaps between factory and expansion content Combo box saves in preset Changing presets seems to re-trigger the combo box's value, even if it's the same as the previous preset, which initializes the expansion content and bumps the scroll window back to the top

    Fix: Turn off "save in preset" for the combo box.

    Voila! Bug gone. This is a slightly less than ideal way to browse content, as the user will have to manually swap content libraries via the combo box, but it is a small inconvenience when compared to the joy of browsing presets.

    Hope this helps anyone else that runs into the issue in the future!

  • Strummer: What Lindon does when he's avoiding boring work....

    2
    7 Votes
    2 Posts
    168 Views
    ChazroxC

    @Lindon crrrrazy. 🔥

  • Retro 80s Tape Wow & Flutter with faust

    55
    9 Votes
    55 Posts
    6k Views
    griffinboyG

    @Consint

    Good idea. I'll make one soon

  • LAF disappears when preset is selected!

    10
    0 Votes
    10 Posts
    914 Views
    ChazroxC

    @MysticForgeRider check this.

    Sorry goofed the last one. Twas a late night. lol.

    Try this one...
    Screenshot 2025-06-11 at 12.06.50 AM.png

    I added .isTicked in there in case you want to use that. Comment out if not.

    HiseSnippet 1713.3ocsX08aZaEE2NItp3tNsJMsGmtBoMAcThABoICEsl.gVTCInP5GRQQUWru.2FiuV1WZBqpR6Og8z9aquMo8z1a6+ftyw1fMAnkhVcjHbO2yG+tmu78PKOgIy2W3onpe1HWlh5Wo0djire09TtiRiZJpesVSpuj4QBIcvHWpuOyRQUc8GiDTSsgRvy+9KGPsoNlrXRJJOWvMYGwGvkwTa8nmxssqSsXmwGjf6sdTCSgSUgsXHfm00LTbolWR6wNlhrsllxSn98UTuuVwhcM2wvXmRkJaPokrnzsJvJsKq61cMKarqgUmxFveaqndqCs3RgWaIUx7UT23.g0n18EW4DZfmy84crY3hBJsAKGRttv1BOhHUkp841VsF6n7U.szJ1ssdna6a0Zxs3SnG699lfMHwRjzApt1zva8ofWgjvyHA7lCjTS.oMBgz8zZa5wckw6f34NZMbfnYWJDmRBkPdUV6etiVUAvgiL+.5kr5dvhIRjYaCibD3irUz00gfkuj7FpGb5X9LYMOgqEfcxdjwpnGSVULvU3.KxjdZ1RiJYyMIEyRZI74Rtvg7iDe9uxHYnVudHn6q2bDQJ.ZRB2gLBxKfkt+0u861rtRhovyg4UgbE2R1ey9Ldu9RB0mXw74dLqr5Sau7v2yj95z4RkhryNfwm21iB1t7CWv1AlJcNBoPYiEvRHN.dJYDc.KgGP2g1PLFvprOoPQhafjDGHy1mjgQM6SfiOW5SPGnM2gk8mAYmmA3R1.+z4PkGGArr.+bGAAeVd2er71ztyI7Y5w.PejvjZejPb49NV0YL6LQmqZmt+KHUO5j1GVC99IspcxKNVOghx6w5wwVG0G5Xhg2Los7nWE.zCDPffzc7F8xQDcdcV82piG.DPTxzO6gLjmB.pxDd7nV7g9I4Y67FURJEfxvrjHdmHpXnDcxm0madoCTcrGovrh1Q3YAhJGyjtdzFExR5.sl54IF5XEPrGFaBackw3550KrK9W1JH2VTuKI87Xih3rKz86TTRl0oLSI0omMKCMWDDQmajYfJiHbNWaXD7DZiN1.dh3BcxKV+4l4rmvhPppE220lNhYQjrqkyXXLJfaDtLakXFpKvjrSEcDRwCZx.aM.BwEJk2XBWHx12l2ygYcFniIJKmNYtOmSnmabA4mHEf1NzyKbA9YwKHOfTLfPoKHWrHYSi8HRm3rsUVh+.psMg54ItJNQCW0F65rWnFuOwH+VUlQenFL9AhnKIrBehBbuNN+KBtQfLV0OfrcbZq6njBT.EHSfkSHQ1.XTtxL9+v+4mGajrusaeZLk9PmgbfTEyNwgioZm4wCSANGfZNv54hMShuBdRRSpre9VM.weWxZ7Vmz5YsHGre0m93SO4YGWaIJxwFdtMYNCOXRcxhq2WTwyGqd4bHAvHPK4CZJG90vPCbR1JQV27qZ9XEKeZkmC6WbS+zg6W8IQNqFmcXSRFL2Fht8A4rQYy9434Z.84+T8HuYWwk1cBG0LTn0w7kZpTpknFu3xTiSfVPoMgWq.uaFpKmX3fO3cIAbx8aybodT3RQYC13sSJuuYWH78fS0EJ19GAs2xDUKVN23hLrFayhysewz0syHBzvOzDu6ln8IiCs38MVLdWbUK9xA7cCSU3Nm.U3yGW4IhVKeDaEiZu6FNhyfWlLsOH0muCX6wNfTyb5CIuXEG7BvXoWlSdpU5XGTwGccKzLyb6nDk3Hqiqeg62crPxNwICVBmRGbf2bqtcm6d3sw7D11Lu4tMNDk2GSvLNCGzg4kC5YXOjMgQXPgom9PawSejb3HyvKGlfQgSCGt7DWlyhFYRI5Fk3jJQnBXUFLmx2DMmx36EpvsPhSeaUk.rGOq3sejxyZTiJoi0HnbvftLOIGOKp0XuAl7LbRnTZ0X9WBSNDvaz8ggId+br+0fZt0KilpcDtX2nEAug.I7GQDBeOAR46inD2pBo9dk+9CH0N8ho8c+46+vXNA3eWMC8B5E0KoukdYkATv5Zp2JX34YlyClvTXgSWL8Xm3v4Qa.YCSMqGNOmCLT0njCu++1rnKKDumVKtzr+7w3ZyAiPn9KAFilf+tZG1sKzuIFfanU+keYFWWAtwgj6zCtukGGisGObPaHSvjAV2wgYiUipqg0MgqMv0nGnMywJXwGfmnMKfqUi1rv3MgrFSOwqLCq1veifaGPAvjSvumRJsl3ZRgaVaonLfaweko4zpZFAKtpBVZUEbqUUvxqpfaupB9vUUvc9zBh+hR6OTJFDV1nnzr0gA8BUUOzgBYfAYqJ+GviDQZY
  • Parameter Smoothing

    3
    3 Votes
    3 Posts
    254 Views
    A

    @dannytaurus

    sorry this example maybe a lil bit misleading.. the "True Neutral" one looks lightweight because it is no smoothing, like a control group.

    For the cpu usage, i'd say all of them are almost the same (excpet the "Chaotic Neutral" one are a lil bit higher but it actually does more things) Some of these are pretty versatile but none of these are work perfectly in all cases...

  • Animated images on the interface

    4
    1 Votes
    4 Posts
    409 Views
    A

    that pretty cool!

    You could also try slider + ramp , which is like a normal animation player.
    I remember the linear ramp node in hise has a 1000ms limit so you may need to make a custom node to play longer animation

  • Simple Button Snippets

    2
    2 Votes
    2 Posts
    317 Views
    mmprodM

    @xxx thanks!!

  • Group Project: Reverse Delay

    24
    2 Votes
    24 Posts
    7k Views
    M

    @WaterSpoon ok, thank you!

  • How to use midi cc to control some of the presets?

    2
    0 Votes
    2 Posts
    231 Views
    d.healeyD

    @Sawatakashi

    You can use Engine.loadUserPreset() to load a preset, if you combine this with the on controller callback you can create the behaviour you want.

  • UI Design - AI?

    20
    0 Votes
    20 Posts
    3k Views
    d.healeyD

    @aaronventure I was using 4o, I'll check out o3

  • LAF Collection for everyone

    59
    15 Votes
    59 Posts
    17k Views
    ChazroxC

    @ustk wow, I could've used this thread about 3 months ago. ha. Sick.

  • A pixel drawing program, in HISE, [SNIPPET]

    11
    11 Votes
    11 Posts
    1k Views
    rglidesR

    @Allen right exactly!

  • This Custom Keyboard Slaps!

    1
    4 Votes
    1 Posts
    192 Views
    No one has replied
  • Save Presets in VST Export

    3
    0 Votes
    3 Posts
    373 Views
    V

    @d-healey yes, that´s it, thanx

23

Online

1.9k

Users

12.4k

Topics

107.5k

Posts