• createStrokedPath dotData doesn't work

    6
    0 Votes
    6 Posts
    171 Views
    ulrikU

    @ustk Nice one, 👍

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • N.I Maschine + HISE

    2
    0 Votes
    2 Posts
    119 Views
    d.healeyD

    @danh Need more details

  • Buffer.indexOfPeak is wrong

    8
    1 Votes
    8 Posts
    250 Views
    ustkU

    @christoph-hart Too evident to jump at the eyes :)

  • drawAlertWindowIcon breaks alert windows

    1
    0 Votes
    1 Posts
    238 Views
    No one has replied
  • Draggable Filter + Analyzer Bug

    1
    0 Votes
    1 Posts
    83 Views
    No one has replied
  • restoreAllControlsFromPreset doesn't work in exported binary

    3
    2 Votes
    3 Posts
    182 Views
    ustkU

    the fourth one I need for my project before release...

  • Display buffer crash

    11
    0 Votes
    11 Posts
    440 Views
    ustkU

    What about this one?

  • AAX build with the latest develop build fails

    7
    0 Votes
    7 Posts
    241 Views
    T

    @christoph-hart yup, that worked, thank you!

  • Scriptnode Midi CC Node Bug

    12
    0 Votes
    12 Posts
    419 Views
    LindonL

    @d-healey - so basically when you applied mono aftertouch (pressed harder on a keY) all that HISE responded with was the MIDI's initial velocity value....

  • Momentary button not disabled when parent disabled

    2
    0 Votes
    2 Posts
    207 Views
    d.healeyD

    As a quick workaround (because I couldn't figure out how to solve it properly) I've added a getChildComponents function that can be used to iterate over the children of a panel and toggle their enabled state manually. This is probably also a useful function to have for other things too.

    for (x in myPanel.getChildComponents()) x.set("enabled", true);
  • Cubase Direct Offline Processing audio dropouts on FX plugins

    33
    0 Votes
    33 Posts
    2k Views
    T

    @christoph-hart I'm bumping this because it's still not resolved. Basically, after loading a new impulse response, any of the parameters listed for DAW automation needs to be moved before using DOP for it to render properly without dropouts. It works fine then until a new impulse is loaded.

  • Load preset crash

    4
    0 Votes
    4 Posts
    283 Views
    NatanN

    @matt_sf said in Load preset crash:

    @d-healey aaah another there-must-be-something-wrong-but-I-don't-see-it bug 🤦
    You're right, thanks David, I wonder what we would do without you...
    Sorry @Christoph-Hart , never mind.

    💯 I Was An Employee On McDonald's nad Weekdns On Ikea 😆 LOL
    Not Sure About Other Felow 😆

    @d-healey God Bless You Fine Sir 💓

  • This topic is deleted!

    6
    0 Votes
    6 Posts
    41 Views
  • Develop branch cannot support more than 19 scripts

    58
    0 Votes
    58 Posts
    2k Views
    ustkU

    @d-healey Maybe comparing the 2 project folders (original and fixed) with a tool could show up the difference and point to a Hise bug (like in an xml file or something)?

  • latest commit(s) cant access scriptnode parameters

    7
    0 Votes
    7 Posts
    221 Views
    ?

    @matt_sf Ahh I'm obviously out of the update loop, thanks!

  • Problem with Alpha Values in component colours

    3
    0 Votes
    3 Posts
    96 Views
    lalalandsynthL

    @d-healey Yes, just thought I would mention this, was not like this before.
    Not a limitation, its a bug. Strange behaviour.

  • getTableValue bugged

    4
    1 Votes
    4 Posts
    171 Views
    d.healeyD

    @ustk Yeah I really thought it used to be 0-1 as well :p

  • Scriptnode - Feedback Delay - read access violation

    3
    0 Votes
    3 Posts
    492 Views
    orangeO

    @dustbro said in Scriptnode - Feedback Delay - read access violation:

    Finally found the cure. Reaper doesn't fill device buffers before playing, so when audio begins to loop it references something that doesn't exist and crashes.
    There is a setting available called "Pre-Zero output buffers" which fills the device buffers with silence before filling them with audio.
    The cost is a slightly higher CPU usage, but I'll take it.

    Great find! I think it is scriptnode relevant only because it doesn't happen on the master branch (without using scriptnode).

    But it shows us that there are definitely some improvements to do in Hise-scriptnode for this Reaper issue. Because other plugins don't need that setting in Reaper.

  • Minor problem with File API

    8
    0 Votes
    8 Posts
    330 Views
    d.healeyD

    Ok I've fixed this issue now - turned out to be really simple. I've also added a File.getSize() function and a FileSystem.descriptionOfSizeInBytes() (Maybe this function should be part of the File class but I couldn't get it to work unless it was called on a file object which shouldn't be necessary). These are wrappers for the JUCE functions of the same name.

    I've also added a wrapper function to generate a SHA256 has from a file, might be useful for verifying the integrity of downloaded files.

    I noticed that the autocomplete popup doesn't seem to work for File. in the latest version, anyone else having this issue?

46

Online

1.6k

Users

11.1k

Topics

97.0k

Posts