• Website: Debug infos are public

    5
    0 Votes
    5 Posts
    2k Views
    Christoph HartC

    Thanks, but I don't think it's necessary (porting it to the forum is not that much trouble as both systems are working with Markdown)...

    Just need to find the time :)

  • Forum: No Domain Name

    2
    0 Votes
    2 Posts
    843 Views
    Christoph HartC

    Yes the problem is that my current web hosting service doesn't support running a Node.js based forum system so I had to outsource this to another cloud server service and I am too stupid to figure out the DNS settings correctly.

    In the long run I'll migrate it back to my original hosting company and then I'll have the correct domain again. In the mean time you can just type forum.hise.audio and it should redirect you here...

  • "Press OK to Choose Library Install Path"

    5
    0 Votes
    5 Posts
    2k Views
    d.healeyD

    Thank you!

  • Slider background color not updating automatically

    3
    0 Votes
    3 Posts
    996 Views
  • Pixels need to be rounded

    3
    0 Votes
    3 Posts
    1k Views
    E

    more ideas:
    3. fill in gaps by rounding pixel position - it would just look cleaner without having to do antialiasing. e.g. for the sliders, you just ensure there is always 1 pixel space between them. or 0 pixel space in the case of the mapper.

    idea 1 - I agree this is not really needed.

  • HISE receiving midi CC causes crash.

    4
    0 Votes
    4 Posts
    1k Views
    Christoph HartC

    @aye58sk4:

    yeah, removing the sine calculation code fixes the crash.

    This was a tough one. Actually the code that was responsible for the crash was this line:

    ccValue = Message.getControllerValue();

    The debugger gave no clues (like always if you debug multithreading issues) and the sine calculation stuff just delayed the call to this API method. If multiple CCs come in in a short time the internal message was overriden and the API call was using a deprecated pointer to the older message.

    Moving this line before the sine loop also fixed the problem. But I changed the handling of the internal message so the original script (and every other script that does heavy calculating in the deffered callbacks) won't crash anymore…

  • Please read before posting a bug report

    1
    0 Votes
    1 Posts
    614 Views
    No one has replied

16

Online

2.0k

Users

12.7k

Topics

110.1k

Posts