• Pixels need to be rounded

    3
    0 Votes
    3 Posts
    687 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
    906 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
    441 Views
    No one has replied

23

Online

1.6k

Users

11.1k

Topics

96.9k

Posts