• Script editor double brackets

    2
    0 Votes
    2 Posts
    348 Views
    d.healeyD

    @d-healey Weird, this has stopped happening now!

  • Zipper noise with group XF

    38
    0 Votes
    38 Posts
    5k Views
    Tod SlaughterT

    @d-healey said in Zipper noise with group XF:

    HiseSnippet 672.3oc6V0saSCCE1tsAwDvzPZHwk4E.oUX.6t0tt1oIVGQMkA2MYbNq0BG6LGmA8cfGNdT1a.bbR2RpHpp8hMj.xU47c7I9yemebBLZNjlpMD5Fimk.D5i8BmorS6MkITjiOjP2zaHK0BF+BnClkvRSgHBk17HG.ciVj7mq2+.ljo3PIDgblVvgSDwBaIZPm2IjxArHXrHtxp2sywbspmVpyP9zzaGRBi+E1D3TlaYM7HzGzORX0lPKyBoDZqCzQyBmp+ppX8mIREeVBNi1jP7CU.OPKibL18No2TgLJ3lycJgP8BJUglEpv1dCEQhawKUisxc3WFQU8f1XYzqcU5sSszqcMziTgcsJXGRBcTljYWjYtzwbGB8hYpiUVPkJryplt9iR2m5EHr7o0y2F0vWLQcWy24I+m30+hK.tsjrs7F7o62L8lET4QdgBEj2QlSjmka6+Q1Uf+QfBLNQcI8j+XU6ISV4dx2ys3tO1vToI5zE9vgPrXrV4DjRvOjBCLvkibI4p38zLSsttd+A3Yr1XBY1LSd0R2XclxtP0QyUNkTc1vhMMUVeMCJZ8+AE4zs4pIs0nfzfe6BmsvR53DIzWcEH0HRwzgCgKXYR6snUI4PsRmLUqD7pE.i.qQLYBXpR8ZOOcsV7hkRjs6LBj.qRw7deuyIXQHyfxDb2KEKKc8buB556ZL8+6X9dy+MmuORmYEpICYXg52v+63zr3PbtJGPlnTfD2HOZC2rwB6cb1ECVUQ4F+Del6rsylN2Y6abdurGwLtQeNduf0nktZ4GlifmaU9epsA9KinseaxULY1bUJFGGdNm6D6WfpS8Q7x0NhWs1Qr6ZGwqW6HdyZGwaW6H1aIQ3t6oalUGWz5g.A8OjYYXsceECqbyqxI+h8e0w4

    @Christoph-Hart

    I've used this snippet

    Here's the plugin https://drive.google.com/file/d/1ADrP-XFSwUvtttDE2xYvhBuCye-_orjo/view?usp=sharing

  • Develop Branch - unable to export VSTi

    11
    0 Votes
    11 Posts
    1k Views
    Tod SlaughterT

    @d-healey YAY!!

  • merged MultiMic + save as Monolith = crash

    28
    1 Votes
    28 Posts
    4k Views
    Christoph HartC

    Oh wait I didn‘t ;)

    But here is the post with the link:

    https://forum.hise.audio/topic/884/zipper-noise-with-group-xf/3

  • Missing Parameters

    17
    0 Votes
    17 Posts
    2k Views
    d.healeyD

    @roy-n Why are you manually assigning the groups, were they not assigned by the token parser?

  • Linux file browser

    1
    0 Votes
    1 Posts
    356 Views
    No one has replied
  • Project won't open

    11
    0 Votes
    11 Posts
    1k Views
    d.healeyD

    @christoph-hart Oh I forgot. Just tried it and it seems to have worked :D

    alt text

  • Automation doesn't redraw panels

    13
    0 Votes
    13 Posts
    1k Views
    Christoph HartC

    Ah, OK, then I'll take a look why it doesn't behave...

  • No sample names in table

    5
    0 Votes
    5 Posts
    762 Views
    Christoph HartC

    Yeah, it most likely has something to do with the new file pool system and shouldn't be too hard to fix.

  • User presets not available in exported plugin

    2
    0 Votes
    2 Posts
    529 Views
    Christoph HartC

    Ooops, I was still using the old GZIP decompressor to extract the user presets which are now compressed with the new shiny zstd compression algorithm :)

  • Default knob control properties

    2
    0 Votes
    2 Posts
    369 Views
    Christoph HartC

    Yes, I don't think that anyone that starts thinking about customizing it's UI in anyway is using the default knobs :)

  • Filter Mode Dropdown Bug

    6
    1 Votes
    6 Posts
    1k Views
    Christoph HartC

    The filter IDs are not subsequent because it would prevent me from adding new filters without breaking backwards compatibility. That's why the FilterModeList object is there. Basically you create a custom array containing all filters you need and add get the correct filter ID via this code:

    const var modes = Engine.getFilterModeList(); const var myFunkyFilters = [modes.LowPass, modes.StateVariableNotch]; comboBox.addItem("LowPass"); comboBox.addItem("Notch Funky Yeah"); inline function onComboBoxControl(component, value) { local filterIndex = value - 1; filter.setAttribute(filter.Mode, myFunkyFilters[filterIndex]); }

    Protip: If you type modes. and press Escape you get a dropdown with all filter modes available.

  • Container modulators not working

    29
    0 Votes
    29 Posts
    3k Views
    d.healeyD

    @christoph-hart Yey, going to build now!

  • Save XML bug 1.5.1 Build Aug25

    1
    0 Votes
    1 Posts
    294 Views
    No one has replied
  • Possible Decay Curve Bug

    1
    0 Votes
    1 Posts
    309 Views
    No one has replied
  • Sampler playback = instant close

    5
    0 Votes
    5 Posts
    659 Views
    d.healeyD

    @christoph-hart Wonderful, seems to be working fine now.

  • Can't open existing project in develop branch

    7
    0 Votes
    7 Posts
    947 Views
    d.healeyD

    @christoph-hart Excellent!

  • 0 RR groups

    4
    0 Votes
    4 Posts
    575 Views
    d.healeyD

    @christoph-hart I will report all glitches I find :)

  • Instant Close on Non-existent component

    2
    0 Votes
    2 Posts
    437 Views
    d.healeyD

    Fixed in the develop branch

  • Develop branch errors

    3
    0 Votes
    3 Posts
    482 Views
    d.healeyD

    @christoph-hart Thanks, downloading now!

22

Online

2.0k

Users

12.7k

Topics

110.1k

Posts