• Image shows in expansion but now presets dont

    Unsolved
    36
    0 Votes
    36 Posts
    513 Views
    J

    @d-healey i must of mistyped it cause i just retyped it and its better than before your a genius you have no idea how much i appericate you taking your time with me. Im sure you have a million other things you could be doing right now, I JUST WANT YOU TO KNOW THAT I TRULY AND GRATELY APPERICATE YOU THANK YOU VERY MUCH I SINCERLY MEAN THAT

  • Image shows in expansion but now presets dont

    1
    0 Votes
    1 Posts
    30 Views
    No one has replied
  • Simple copy protection done right :)

    152
    7 Votes
    152 Posts
    55k Views
    D

    @Oli-Ullmann hey, could you maybe upload this again? would be a big help to make this thing work in my projects :)

  • VU Meter.

    6
    1 Votes
    6 Posts
    147 Views
    d.healeyD

    @It_Used Check out my Bootcamp course, I cover the floating tile meter in it. You can still apply your design to it using laf.

  • Release Triggers with Sustain pedal support

    4
    0 Votes
    4 Posts
    277 Views
    It_UsedI

    @d-healey i find bug, your midi list isn't cleanup after function complete. This error may trigger the release notes again, even if they have already been played. And this happens if you send another message from controller 64, no matter what value it will be, 0, or more than 63 - releases will still be triggered.
    Add this at the end of function playReleaseNote

    noteIds.clear(); velocityValues.clear();
  • VSL Velocity Histogram

    9
    5 Votes
    9 Posts
    608 Views
    It_UsedI

    @d-healey said in VSL Velocity Histogram:

    Arrays should generally use const. And if that bufferSize is fixed it should also be a const

    it is my typical stupid moment... Sometimes i forget primitives.

    @d-healey said in VSL Velocity Histogram:

    This one can be a local

    Yeah, after publish move it part to init callback, into inline function, to avoid cluttering up the onNote callback. Now i update post!
    Thanks a lot for the advice. 💕

    Edit: Post are updated!
  • Tooltips for preset browser icons

    5
    0 Votes
    5 Posts
    596 Views
    cassettedeathC

    @d-healey Thank you! :)

  • UI Design - AI?

    22
    0 Votes
    22 Posts
    4k Views
    ChazroxC

    @loumana_ those look great.

  • Free Figma Project: Synthesizer Design

    7
    17 Votes
    7 Posts
    1k Views
    L

    Looks very nice !

  • Simple Button Snippets

    3
    2 Votes
    3 Posts
    684 Views
    L

    thank you !

  • 1 Votes
    11 Posts
    982 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
    520 Views
    d.healeyD

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

  • 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
    486 Views
    O

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

  • Preset Browser bugs after expansion

    2
    0 Votes
    2 Posts
    459 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
    448 Views
    ChazroxC

    @Lindon crrrrazy. 🔥

  • Retro 80s Tape Wow & Flutter with faust

    55
    9 Votes
    55 Posts
    9k Views
    griffinboyG

    @Consint

    Good idea. I'll make one soon

  • LAF disappears when preset is selected!

    10
    0 Votes
    10 Posts
    1k 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
    595 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...

17

Online

2.0k

Users

12.7k

Topics

110.2k

Posts